Comparing version 0.0.86 to 0.1.12
@@ -12,8 +12,7 @@ var binwrap = require('binwrap') | ||
urls: { | ||
'linux-x64': root + '/ory_' + version + '_linux_64-bit.tar.gz', | ||
'win32-x64': root + '/ory_' + version + '_windows_64-bit.zip', | ||
'darwin-x64': root + '/ory_' + version + '_macOS_64-bit.tar.gz', | ||
// We do not have an M1 build yet: | ||
'darwin-arm64': root + '/ory_' + version + '_macOS_64-bit.tar.gz' | ||
'linux-x64': root + '/ory_' + version + '-linux_64bit.tar.gz', | ||
'win32-x64': root + '/ory_' + version + '-windows_64bit.zip', | ||
'darwin-x64': root + '/ory_' + version + '-macOS_64bit.tar.gz', | ||
'darwin-arm64': root + '/ory_' + version + '-macOS_arm64.tar.gz' | ||
} | ||
}) |
{ | ||
"version": "0.0.86", | ||
"version": "0.1.12", | ||
"name": "@ory/cli", | ||
@@ -12,4 +12,7 @@ "prettier": "ory-prettier-styles", | ||
"prepare": "binwrap-prepare", | ||
"test": "binwrap-test", | ||
"prepublish": "npm test", | ||
"test": "npm-run-all test:cypress test:binwrap", | ||
"test:cypress": "cypress run", | ||
"test:binwrap": "binwrap-test", | ||
"test:cypress:dev": "cypress open", | ||
"prepublishOnly": "npm run test:binwrap", | ||
"format": "prettier --write ${npm_package_config_prettierTarget}", | ||
@@ -29,2 +32,6 @@ "format:check": "prettier --check ${npm_package_config_prettierTarget}" | ||
"devDependencies": { | ||
"cypress": "^8.7.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"jwks-rsa": "^2.0.5", | ||
"npm-run-all": "^4.1.5", | ||
"ory-prettier-styles": "1.1.2", | ||
@@ -31,0 +38,0 @@ "prettier": "2.3.2" |
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
14788
6
15