@ambassify/aql-condition
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@ambassify/aql-condition", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "AQL condition tool", | ||
"main": "src/index.js", | ||
"browser": "lib/index.js", | ||
"engines": { | ||
@@ -10,2 +11,5 @@ "node": "8" | ||
"scripts": { | ||
"preversion": "npm run test", | ||
"prepublishOnly": "npm run test && npm run build", | ||
"build": "n-clean lib && babel -d lib src", | ||
"test": "npm run test:lint && npm run test:unit", | ||
@@ -26,8 +30,12 @@ "test:lint": "eslint --fix \"@(src|test)/**\"", | ||
"dependencies": { | ||
"@ambassify/aql-parser": "^0.1.1" | ||
"@ambassify/aql-parser": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.2", | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"eslint": "^5.16.0", | ||
"eslint-config-ambassify": "^1.2.0", | ||
"mocha": "^6.1.2", | ||
"npm-build-tools": "^2.2.5", | ||
"nyc": "^13.3.0" | ||
@@ -38,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "0edd8500062105ecbd0f84d9934bc811ff760ebc" | ||
"gitHead": "2e1a16efd3886d0a6bc40b62335549da55dc288d" | ||
} |
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
31021
13
458
8
+ Added@ambassify/aql-parser@0.2.0(transitive)
- Removed@ambassify/aql-parser@0.1.1(transitive)
Updated@ambassify/aql-parser@^0.2.0