automately-lib-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "automately-lib-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "automately is an N-API module for desktop automation with node", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"publish:next": "npm publish --tag next", | ||
"prepare": "node -e 'require(`prepare-package`)()'", | ||
"prepare": "node -e \"require('prepare-package')()\"", | ||
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'" | ||
@@ -45,11 +45,11 @@ }, | ||
"dependencies": { | ||
"automately-lib-darwin": "^1.0.0", | ||
"automately-lib-linux": "1.0.0", | ||
"automately-lib-win32": "1.0.0", | ||
"itwcw-package-analytics": "^1.0.1" | ||
"automately-lib-darwin": "^1.0.1", | ||
"automately-lib-linux": "^1.0.1", | ||
"automately-lib-win32": "^1.0.1", | ||
"itwcw-package-analytics": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"jest": "27.4.5", | ||
"prepare-package": "^1.1.6" | ||
"prepare-package": "^1.1.12" | ||
} | ||
} |
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
10499
11
+ Addedautomately-lib-linux@1.0.1(transitive)
+ Addedautomately-lib-win32@1.0.1(transitive)
- Removedautomately-lib-linux@1.0.0(transitive)
- Removedautomately-lib-win32@1.0.0(transitive)
Updatedautomately-lib-darwin@^1.0.1
Updatedautomately-lib-linux@^1.0.1
Updatedautomately-lib-win32@^1.0.1