@stordata/grammars
Advanced tools
Comparing version 1.0.20231102172507 to 1.0.20240130145513
{ | ||
"name": "@stordata/grammars", | ||
"version":"1.0.20231102172507", | ||
"version":"1.0.20240130145513", | ||
"type": "module", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.cjs", | ||
{ | ||
"import": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
@@ -29,3 +29,3 @@ } | ||
"scripts": { | ||
"build": "tsup", | ||
"build": "unbuild", | ||
"test": "npx mocha tests/**/*.spec.js", | ||
@@ -36,16 +36,2 @@ "lint": "npx eslint src/**/*.js tests/**/*.js", | ||
}, | ||
"tsup": { | ||
"entry": [ | ||
"src/index.js" | ||
], | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
], | ||
"shims": true, | ||
"sourcemap": true, | ||
"noExternal": [ | ||
"antlr4" | ||
] | ||
}, | ||
"engines": { | ||
@@ -55,11 +41,11 @@ "node": ">= 20" | ||
"dependencies": { | ||
"antlr4": "4.12.0" | ||
"antlr4": "4.13.1-patch-1" | ||
}, | ||
"devDependencies": { | ||
"@stordata/eslint-config": "1.0.20230408020835", | ||
"chai": "4.3.7", | ||
"eslint": "8.38.0", | ||
"@stordata/eslint-config": "1.0.20231216000803", | ||
"chai": "5.0.3", | ||
"eslint": "8.56.0", | ||
"mocha": "10.2.0", | ||
"tsup": "6.7.0" | ||
"unbuild": "2.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
0
98570
23
5076
1
+ Addedantlr4@4.13.1-patch-1(transitive)
- Removedantlr4@4.12.0(transitive)
Updatedantlr4@4.13.1-patch-1