Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chubby-peas-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-jobs-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-rooms-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sunny-kiwis-fix.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/js-x-ray-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`df7032e`](https://github.com/NodeSecure/js-x-ray/commit/df7032e452aa3c9fa3e87577abd60a90c3ea3712), [`24c79d2`](https://github.com/NodeSecure/js-x-ray/commit/24c79d2e1fdd9135ac040949f1b605ce1932def0), [`1f17f7b`](https://github.com/NodeSecure/js-x-ray/commit/1f17f7b7f3e54c0a41885f76e0b107a2226df8ba)]:
- @nodesecure/js-x-ray@13.0.0

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/js-x-ray-ai/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
14 changes: 14 additions & 0 deletions workspaces/js-x-ray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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.

- [#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

- [#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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/js-x-ray/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down