Skip to content

Commit 02cfef7

Browse files
chore: update versions (#347)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f763eb commit 02cfef7

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/loose-mails-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/estree-ast-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nodesecure/estree-ast-utils
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#346](https://github.com/NodeSecure/js-x-ray/pull/346) [`d38f809`](https://github.com/NodeSecure/js-x-ray/commit/d38f809aaf4963a0274f7f8355aebc78ccdfaa13) Thanks [@fraxken](https://github.com/fraxken)! - Remove VariableTracer
8+
39
## 2.0.0
410

511
### Major Changes

workspaces/estree-ast-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/estree-ast-utils",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Utilities for AST (ESTree compliant)",
55
"type": "module",
66
"exports": "./src/index.js",

workspaces/tracer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @nodesecure/tracer
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d38f809`](https://github.com/NodeSecure/js-x-ray/commit/d38f809aaf4963a0274f7f8355aebc78ccdfaa13)]:
8+
- @nodesecure/estree-ast-utils@3.0.0

workspaces/tracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tracer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JS-X-Ray variables and assignments tracer",
55
"exports": "./src/index.js",
66
"private": false,
@@ -25,6 +25,6 @@
2525
},
2626
"homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/tracer#readme",
2727
"dependencies": {
28-
"@nodesecure/estree-ast-utils": "^2.0.0"
28+
"@nodesecure/estree-ast-utils": "^3.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)