@begin/api
Advanced tools
Comparing version 1.7.0 to 1.8.0-RC.0
{ | ||
"name": "@begin/api", | ||
"version": "1.7.0", | ||
"version": "1.8.0-RC.0", | ||
"description": "Node.js client for api.begin.com", | ||
@@ -17,3 +17,4 @@ "type": "module", | ||
"lint": "eslint src --ext .js,.cjs,.mjs --fix", | ||
"test": "npm run lint && tape test/*-test.*js | tap-arc" | ||
"test": "npm run lint && tape test/*-test.*js | tap-arc", | ||
"rc": "npm version prerelease --preid RC" | ||
}, | ||
@@ -32,3 +33,3 @@ "repository": { | ||
"@begin/chunker": "^1.1.2", | ||
"tiny-json-http": "^7.5.0", | ||
"tiny-json-http": "^7.5.1", | ||
"zip-dir": "^2.0.0" | ||
@@ -38,4 +39,4 @@ }, | ||
"@architect/eslint-config": "^2.1.1", | ||
"dotenv": "^16.0.3", | ||
"eslint": "^8.35.0", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.43.0", | ||
"tap-arc": "^0.3.5", | ||
@@ -42,0 +43,0 @@ "tape": "^5.6.3" |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
27278
396
1
Updatedtiny-json-http@^7.5.1