We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8bac8 commit 28a7ba0Copy full SHA for 28a7ba0
package.json
@@ -1,18 +1,18 @@
1
{
2
"name": "@nodesecure/js-x-ray",
3
- "version": "8.2.0",
+ "version": "9.0.0",
4
"description": "JavaScript AST XRay analysis",
5
"type": "module",
6
"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"
+ ".": {
+ "import": "./index.js",
+ "types": "./index.d.ts"
+ },
+ "./warnings": {
+ "import": "./src/warnings.js",
+ "types": "./types/warnings.d.ts"
+ "./package.json": "./package.json"
16
},
17
"engines": {
18
"node": ">=20.0.0"
0 commit comments