forgo-state
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "forgo-state", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"main": "./dist", | ||
@@ -11,3 +11,3 @@ "author": "Jeswin Kumar<jeswinpk@agilehead.com>", | ||
"dependencies": { | ||
"forgo": "^0.0.51" | ||
"forgo": "^0.0.52" | ||
}, | ||
@@ -26,7 +26,8 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "rimraf ./dist && tsc", | ||
"build-test": "(cd test && rimraf ./dist && tsc)", | ||
"test": "mocha -r esm test/dist/test.js" | ||
"clean": "rimraf ./dist", | ||
"build": "tsc", | ||
"build-test": "tsc -p tsconfig.test.json", | ||
"test": "mocha -r esm dist/test/test.js" | ||
}, | ||
"license": "MIT" | ||
} |
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
56834
52
873
+ Addedforgo@0.0.52(transitive)
- Removedforgo@0.0.51(transitive)
Updatedforgo@^0.0.52