@wandelbots/nova-js 3.5.4-pr.feat-api-version-update.255.ba25ff7 → 3.6.0-pr.dev-pnpm-11.263.ebf1468

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 +7 -15
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-js",
3
3
  "type": "module",
4
- "version": "v3.5.4-pr.feat-api-version-update.255.ba25ff7",
4
+ "version": "v3.6.0-pr.dev-pnpm-11.263.ebf1468",
5
5
  "description": "Official JS client for the Wandelbots API",
6
6
  "sideEffects": false,
7
- "packageManager": "pnpm@10.19.0",
7
+ "packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": "./dist/index.mjs",
@@ -33,7 +33,8 @@
33
33
  "knip": "knip",
34
34
  "build": "tsdown src/index.ts src/lib/v1/index.ts src/lib/v2/index.ts --format esm,cjs --clean --sourcemap",
35
35
  "test": "pnpm run build && vitest run",
36
- "e2e": "vitest run --config vitest.e2e.config.ts"
36
+ "e2e": "vitest run --config vitest.e2e.config.ts",
37
+ "checks": "pnpm format && concurrently --group --timings --names audit,lint,tsc,knip,test \"pnpm audit\" \"pnpm lint\" \"pnpm tsc\" \"pnpm knip\" \"pnpm test\""
37
38
  },
38
39
  "repository": {
39
40
  "type": "git",
@@ -49,6 +50,7 @@
49
50
  "devDependencies": {
50
51
  "@biomejs/biome": "^2.4.6",
51
52
  "@types/lodash-es": "^4.17.12",
53
+ "concurrently": "^9.2.1",
52
54
  "knip": "^5.86.0",
53
55
  "lodash-es": "^4.18.0",
54
56
  "nodemon": "^3.1.14",
@@ -57,27 +59,17 @@
57
59
  "typescript": "^5.9.3",
58
60
  "vite": "^7.3.2",
59
61
  "vitest": "^4.1.0",
60
- "ws": "^8.19.0"
62
+ "ws": "^8.20.1"
61
63
  },
62
64
  "dependencies": {
63
65
  "@auth0/auth0-spa-js": "^2.17.0",
64
66
  "@types/three": "^0.183.1",
65
67
  "@wandelbots/nova-api": "26.3.0-rc.2",
66
- "axios": "^1.15.0",
68
+ "axios": "^1.15.2",
67
69
  "mobx": "^6.15.0",
68
70
  "path-to-regexp": "^8.4.0",
69
71
  "reconnecting-websocket": "^4.4.0",
70
72
  "three": "^0.183.2",
71
73
  "url-join": "^5.0.0"
72
- },
73
- "pnpm": {
74
- "overrides": {
75
- "nodemon>minimatch": "^10.2.3",
76
- "rollup": "^4.59.0",
77
- "handlebars": "^4.7.9",
78
- "picomatch": "^4.0.4",
79
- "lodash": "^4.18.0",
80
- "defu": "^6.1.5"
81
- }
82
74
  }
83
75
  }