@salesforce/apex-node
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@salesforce/apex-node", | ||
"description": "Salesforce js library for Apex", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues", | ||
"main": "lib/index.js", | ||
"main": "lib/src/index.js", | ||
"dependencies": { | ||
"@salesforce/core": "2.5.1" | ||
"@salesforce/core": "2.9.0" | ||
}, | ||
@@ -20,6 +20,7 @@ "devDependencies": { | ||
"mocha": "^5", | ||
"mocha-junit-reporter": "^1.23.3", | ||
"nyc": "^14.1.1", | ||
"shx": "0.2.2", | ||
"sinon": "^7.3.1", | ||
"ts-node": "^8.7.0", | ||
"source-map-support": "^0.5.16", | ||
"typescript": "3.7.5" | ||
@@ -42,3 +43,3 @@ }, | ||
"lint": "eslint -c .eslintrc.json --ext .ts ./src ./test", | ||
"test": "mocha --recursive \"./test/**/*.test.ts\" --full-trace", | ||
"test": "nyc mocha", | ||
"publish-apex": "yarn publish --non-interactive" | ||
@@ -45,0 +46,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
133104
68
2114
14
6
1
+ Added@salesforce/core@2.9.0(transitive)
- Removed@salesforce/core@2.5.1(transitive)
Updated@salesforce/core@2.9.0