neonctl-test-release
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "CLI tool for NeonDB Cloud management", | ||
@@ -26,2 +26,5 @@ "main": "index.js", | ||
"@jest/globals": "^29.5.0", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
@@ -42,3 +45,5 @@ "@semantic-release/git": "^10.0.1", | ||
"lint-staged": "^13.0.3", | ||
"pkg": "^5.8.1", | ||
"prettier": "^2.7.1", | ||
"rollup": "^3.26.2", | ||
"semantic-release": "^21.0.2", | ||
@@ -66,2 +71,12 @@ "ts-jest": "^29.1.0", | ||
}, | ||
"pkg": { | ||
"assets": [ | ||
"callback.html" | ||
], | ||
"targets": [ | ||
"node18-linux-x64", | ||
"node18-macos-x64", | ||
"node18-win-x64" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -68,0 +83,0 @@ "watch": "tsc --watch", |
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
81693
29