shift-codegen
Advanced tools
Comparing version 7.0.3 to 8.0.0
{ | ||
"name": "shift-codegen", | ||
"version": "7.0.3", | ||
"version": "8.0.0", | ||
"description": "code generator for Shift format ASTs", | ||
@@ -11,11 +11,10 @@ "author": "Shape Security", | ||
}, | ||
"main": "dist/index.js", | ||
"main": "src/index.js", | ||
"files": [ | ||
"dist" | ||
"src" | ||
], | ||
"scripts": { | ||
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot --timeout 5000 --recursive test", | ||
"build": "babel --source-maps-inline --out-dir dist src", | ||
"lint": "eslint src test", | ||
"prepare": "rm -rf dist/* && npm run build" | ||
"build": "echo nothing to do", | ||
"test": "mocha --inline-diffs --check-leaks --ui bdd --reporter dot --timeout 5000 --recursive test", | ||
"lint": "eslint src test" | ||
}, | ||
@@ -25,14 +24,11 @@ "dependencies": { | ||
"object-assign": "^4.1.0", | ||
"shift-reducer": "6.0.0" | ||
"shift-reducer": "7.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-register": "6.26.0", | ||
"eslint": "^5.8.0", | ||
"everything.js": "^1.0.3", | ||
"expect.js": "0.3.1", | ||
"mocha": "5.2.0", | ||
"shift-parser-expectations": "2018.0.2", | ||
"shift-parser": "7.0.0" | ||
"mocha": "^8.1.3", | ||
"shift-parser-expectations": "2019.0.0", | ||
"shift-parser": "8.0.0" | ||
}, | ||
@@ -39,0 +35,0 @@ "keywords": [ |
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
6
129882
2644
1
+ Addedshift-ast@7.0.0(transitive)
+ Addedshift-reducer@7.0.0(transitive)
- Removedshift-ast@6.0.0(transitive)
- Removedshift-reducer@6.0.0(transitive)
Updatedshift-reducer@7.0.0