@automate.ax/client 0.130.6 → 0.130.8
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/client",
|
|
3
|
-
"version": "0.130.
|
|
3
|
+
"version": "0.130.8",
|
|
4
4
|
"description": "Type-safe client for the Automate.ax API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@automate.ax/api-contract": "0.130.
|
|
29
|
+
"@automate.ax/api-contract": "0.130.8",
|
|
30
30
|
"@orpc/client": "1.15.0",
|
|
31
31
|
"@orpc/contract": "1.15.0"
|
|
32
32
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"lint": "oxlint --type-aware --threads=2 && bun --bun eslint . --cache --cache-strategy content",
|
|
46
46
|
"lint:fix": "oxlint --type-aware --threads=2 --fix --fix-suggestions && bun --bun eslint . --fix --cache --cache-strategy content",
|
|
47
47
|
"check": "bun run typecheck && bun run lint",
|
|
48
|
-
"test": "bun test --timeout
|
|
48
|
+
"test": "bun test --timeout 30000 --pass-with-no-tests",
|
|
49
49
|
"build": "zshy -p tsconfig.build.json",
|
|
50
50
|
"prepublishOnly": "bun run check && bun run test && bun run build"
|
|
51
51
|
},
|