@begin/api
Advanced tools
Comparing version 1.4.5 to 1.5.0
{ | ||
"name": "@begin/api", | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"description": "Node.js client for api.begin.com", | ||
@@ -16,7 +16,4 @@ "type": "module", | ||
"scripts": { | ||
"tsc": "tsc", | ||
"docs": "typedoc", | ||
"lint": "eslint src/**/*.cjs --fix", | ||
"lint:esm": "eslint src/**/*.mjs", | ||
"test": "tape test/*-test.js | tap-spec" | ||
"lint": "eslint src --ext .js,.cjs,.mjs --fix", | ||
"test": "npm run lint && tape test/*-test.*js | tap-arc" | ||
}, | ||
@@ -35,13 +32,11 @@ "repository": { | ||
"@begin/chunker": "^1.1.2", | ||
"tiny-json-http": "^7.4.2", | ||
"tiny-json-http": "^7.5.0", | ||
"zip-dir": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@architect/eslint-config": "^2.0.1", | ||
"dotenv": "^16.0.0", | ||
"eslint": "^8.11.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^5.5.2", | ||
"typedoc": "^0.22.13", | ||
"typescript": "^4.6.2" | ||
"@architect/eslint-config": "^2.1.1", | ||
"dotenv": "^16.0.3", | ||
"eslint": "^8.35.0", | ||
"tap-arc": "^0.3.5", | ||
"tape": "^5.6.3" | ||
}, | ||
@@ -48,0 +43,0 @@ "keywords": [ |
@@ -99,2 +99,3 @@ > Node client for api.begin.com | ||
ACCESS_TOKEN=xxx | ||
# __BEGIN_TEST_URL__=localhost:3333 | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22990
5
283
101
Updatedtiny-json-http@^7.5.0