bkper 4.12.28 → 4.12.29

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "4.12.28",
3
+ "version": "4.12.29",
4
4
  "description": "Command line client for Bkper",
5
5
  "bin": {
6
6
  "bkper": "./lib/cli.js"
@@ -38,10 +38,10 @@
38
38
  "predev": "bun run build",
39
39
  "dev": "tsc -w",
40
40
  "ports": "devpod ssh ../ -L 6274",
41
- "test": "TS_NODE_PROJECT=tsconfig.test.json mocha",
42
- "test:unit": "TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.json",
43
- "test:integration": "BKPER_API_URL=${BKPER_API_URL:-http://localhost:8081/_ah/api/bkper} TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.integration.json",
44
- "test:deploy": "BKPER_PLATFORM_URL=http://localhost:8790 BKPER_API_URL=https://api-dev.bkper.app TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.deploy.json",
41
+ "test": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=tsconfig.test.json mocha",
42
+ "test:unit": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.json",
43
+ "test:integration": "TS_NODE_TRANSPILE_ONLY=true BKPER_API_URL=${BKPER_API_URL:-http://localhost:8081/_ah/api/bkper} TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.integration.json",
44
+ "test:deploy": "TS_NODE_TRANSPILE_ONLY=true BKPER_PLATFORM_URL=http://localhost:8790 BKPER_API_URL=https://api-dev.bkper.app TS_NODE_PROJECT=tsconfig.test.json mocha --config .mocharc.deploy.json",
45
45
  "test:all": "bun run test:unit && bun run test:integration",
46
46
  "release:patch": "npm version patch -m \"chore(release): v%s\"",
47
47
  "release:minor": "npm version minor -m \"chore(release): v%s\"",
@@ -51,8 +51,8 @@
51
51
  "upgrade:api": "bun update @bkper/bkper-api-types --latest && bun update bkper-js --latest"
52
52
  },
53
53
  "dependencies": {
54
- "@mariozechner/pi-coding-agent": "0.70.6",
55
- "bkper-js": "^2.32.2",
54
+ "@mariozechner/pi-coding-agent": "0.73.0",
55
+ "bkper-js": "^2.33.1",
56
56
  "commander": "^13.1.0",
57
57
  "dotenv": "^8.2.0",
58
58
  "esbuild": "^0.27.2",
@@ -63,7 +63,7 @@
63
63
  "yaml": "^2.5.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@bkper/bkper-api-types": "^5.36.0",
66
+ "@bkper/bkper-api-types": "^5.40.0",
67
67
  "@types/chai": "^4.3.0",
68
68
  "@types/mocha": "^10.0.0",
69
69
  "@types/node": "^22.5.1",