ynab 1.53.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ynab",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.0",
|
|
4
4
|
"description": "YNAB API Javascript (Node) Library",
|
|
5
5
|
"author": "YNAB",
|
|
6
6
|
"email": "api@ynab.com",
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
"generate": "npx jsh ./.swagger-codegen/generate.js",
|
|
32
32
|
"build": "tsc -b src/ test/ examples/ && tsc -b src/tsconfig.esm.json && webpack --mode production && npm run build_examples",
|
|
33
33
|
"build_examples": "tsc -b examples/",
|
|
34
|
-
"test": "TS_NODE_PROJECT=./test/tsconfig.json mocha --reporter spec --require ts-node/register/type-check 'test/**/*.ts'"
|
|
35
|
-
"prepublishOnly": "npm run build && npm run test && git add dist/*"
|
|
34
|
+
"test": "TS_NODE_PROJECT=./test/tsconfig.json mocha --reporter spec --require ts-node/register/type-check 'test/**/*.ts'"
|
|
36
35
|
},
|
|
37
36
|
"devDependencies": {
|
|
38
37
|
"@types/chai": "^4.2.12",
|