diff --git a/.changeset/chubby-peas-sit.md b/.changeset/chubby-peas-sit.md deleted file mode 100644 index 8fb7cf45..00000000 --- a/.changeset/chubby-peas-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Add unit tests for stripNodePrefix utility. diff --git a/.changeset/odd-wolves-read.md b/.changeset/odd-wolves-read.md deleted file mode 100644 index 30cf5195..00000000 --- a/.changeset/odd-wolves-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Exclude d.ts from EFA to avoid error and add .ts detection to automatically load TsSourceParser when required diff --git a/.changeset/short-jobs-visit.md b/.changeset/short-jobs-visit.md deleted file mode 100644 index 9f35cc04..00000000 --- a/.changeset/short-jobs-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": major ---- - -feat(js-x-ray)! dependencies is now considered as collectables and is not in the report anymore diff --git a/.changeset/smart-rooms-refuse.md b/.changeset/smart-rooms-refuse.md deleted file mode 100644 index d5139562..00000000 --- a/.changeset/smart-rooms-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Add unit tests for toArrayLocation utility diff --git a/.changeset/solid-wasps-bow.md b/.changeset/solid-wasps-bow.md deleted file mode 100644 index b6f6e5bf..00000000 --- a/.changeset/solid-wasps-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Add unit tests for isOneLineExpressionExport utility. diff --git a/.changeset/sunny-kiwis-fix.md b/.changeset/sunny-kiwis-fix.md deleted file mode 100644 index 188ec725..00000000 --- a/.changeset/sunny-kiwis-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Add unit tests for isMinifiedCode utility. diff --git a/workspaces/js-x-ray-ai/CHANGELOG.md b/workspaces/js-x-ray-ai/CHANGELOG.md index 6b102281..98730a8a 100644 --- a/workspaces/js-x-ray-ai/CHANGELOG.md +++ b/workspaces/js-x-ray-ai/CHANGELOG.md @@ -1,5 +1,12 @@ # @nodesecure/js-x-ray-ai +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`a0ab086`](https://github.com/NodeSecure/js-x-ray/commit/a0ab086833c80c8b8987d84fd04404cb401b2b60), [`f548a44`](https://github.com/NodeSecure/js-x-ray/commit/f548a4489dd05d8bc4377e92f70a025faa9d9585), [`df7032e`](https://github.com/NodeSecure/js-x-ray/commit/df7032e452aa3c9fa3e87577abd60a90c3ea3712), [`24c79d2`](https://github.com/NodeSecure/js-x-ray/commit/24c79d2e1fdd9135ac040949f1b605ce1932def0), [`f5d744d`](https://github.com/NodeSecure/js-x-ray/commit/f5d744d27824b05629551bfef4ea15e1347f6471), [`1f17f7b`](https://github.com/NodeSecure/js-x-ray/commit/1f17f7b7f3e54c0a41885f76e0b107a2226df8ba)]: + - @nodesecure/js-x-ray@13.0.0 + ## 1.0.2 ### Patch Changes diff --git a/workspaces/js-x-ray-ai/package.json b/workspaces/js-x-ray-ai/package.json index b0bee114..ea621a0a 100644 --- a/workspaces/js-x-ray-ai/package.json +++ b/workspaces/js-x-ray-ai/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/js-x-ray-ai", - "version": "1.0.2", + "version": "1.0.3", "description": "", "private": false, "exports": "./dist/index.js", @@ -30,7 +30,7 @@ "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/tracer#readme", "dependencies": { "@google/genai": "^1.21.0", - "@nodesecure/js-x-ray": "^12.0.0", + "@nodesecure/js-x-ray": "^13.0.0", "openai": "^6.4.0" } } diff --git a/workspaces/js-x-ray/CHANGELOG.md b/workspaces/js-x-ray/CHANGELOG.md index 4bccb308..5c6d8d7e 100644 --- a/workspaces/js-x-ray/CHANGELOG.md +++ b/workspaces/js-x-ray/CHANGELOG.md @@ -1,5 +1,23 @@ # @nodesecure/js-x-ray +## 13.0.0 + +### Major Changes + +- [#532](https://github.com/NodeSecure/js-x-ray/pull/532) [`df7032e`](https://github.com/NodeSecure/js-x-ray/commit/df7032e452aa3c9fa3e87577abd60a90c3ea3712) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(js-x-ray)! dependencies is now considered as collectables and is not in the report anymore + +### Patch Changes + +- [#537](https://github.com/NodeSecure/js-x-ray/pull/537) [`a0ab086`](https://github.com/NodeSecure/js-x-ray/commit/a0ab086833c80c8b8987d84fd04404cb401b2b60) Thanks [@bashlor](https://github.com/bashlor)! - Add unit tests for stripNodePrefix utility. + +- [#540](https://github.com/NodeSecure/js-x-ray/pull/540) [`f548a44`](https://github.com/NodeSecure/js-x-ray/commit/f548a4489dd05d8bc4377e92f70a025faa9d9585) Thanks [@fraxken](https://github.com/fraxken)! - Exclude d.ts from EFA to avoid error and add .ts detection to automatically load TsSourceParser when required + +- [#538](https://github.com/NodeSecure/js-x-ray/pull/538) [`24c79d2`](https://github.com/NodeSecure/js-x-ray/commit/24c79d2e1fdd9135ac040949f1b605ce1932def0) Thanks [@bashlor](https://github.com/bashlor)! - Add unit tests for toArrayLocation utility + +- [#539](https://github.com/NodeSecure/js-x-ray/pull/539) [`f5d744d`](https://github.com/NodeSecure/js-x-ray/commit/f5d744d27824b05629551bfef4ea15e1347f6471) Thanks [@bashlor](https://github.com/bashlor)! - Add unit tests for isOneLineExpressionExport utility. + +- [#536](https://github.com/NodeSecure/js-x-ray/pull/536) [`1f17f7b`](https://github.com/NodeSecure/js-x-ray/commit/1f17f7b7f3e54c0a41885f76e0b107a2226df8ba) Thanks [@bashlor](https://github.com/bashlor)! - Add unit tests for isMinifiedCode utility. + ## 12.0.0 ### Major Changes diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index f98a487a..7df6590b 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/js-x-ray", - "version": "12.0.0", + "version": "13.0.0", "description": "JavaScript AST XRay analysis", "type": "module", "exports": {