@neo4j-cypher/antlr4-simple
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0-next.3
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0-next.3", | ||
"author": "Neo4j Inc.", | ||
@@ -13,2 +13,11 @@ "license": "GPL-3.0", | ||
"module": "./es/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./es/index.js", | ||
"require": "./lib/index.js" | ||
}, | ||
"./src/index.js": { | ||
"import": "./src/index.js" | ||
} | ||
}, | ||
"repository": { | ||
@@ -38,10 +47,10 @@ "type": "git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.6", | ||
"@neo4j-cypher/antlr4-browser": "1.0.0-next.0" | ||
"@babel/runtime": "^7.20.13", | ||
"@neo4j-cypher/antlr4-browser": "1.0.0-next.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.20.5", | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-regenerator": "^7.20.5", | ||
@@ -48,0 +57,0 @@ "@babel/plugin-transform-runtime": "^7.19.6", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1255985
+ Added@neo4j-cypher/antlr4-browser@1.0.0-next.1(transitive)
- Removed@neo4j-cypher/antlr4-browser@1.0.0-next.0(transitive)
Updated@babel/runtime@^7.20.13