Skip to content

Commit 28a7ba0

Browse files
committed
9.0.0
1 parent dc8bac8 commit 28a7ba0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@nodesecure/js-x-ray",
3-
"version": "8.2.0",
3+
"version": "9.0.0",
44
"description": "JavaScript AST XRay analysis",
55
"type": "module",
66
"exports": {
7-
".": {
8-
"import": "./index.js",
9-
"types": "./index.d.ts"
10-
},
11-
"./warnings": {
12-
"import": "./src/warnings.js",
13-
"types": "./types/warnings.d.ts"
14-
},
15-
"./package.json": "./package.json"
7+
".": {
8+
"import": "./index.js",
9+
"types": "./index.d.ts"
10+
},
11+
"./warnings": {
12+
"import": "./src/warnings.js",
13+
"types": "./types/warnings.d.ts"
14+
},
15+
"./package.json": "./package.json"
1616
},
1717
"engines": {
1818
"node": ">=20.0.0"

0 commit comments

Comments
 (0)