@helipod/cli 0.1.2 → 0.1.3
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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helipod/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "FSL-1.1-Apache-2.0",
|
|
6
6
|
"bin": {
|
|
@@ -31,50 +31,50 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsup",
|
|
34
|
-
"test": "vitest run --exclude 'test/*-e2e.test.ts'",
|
|
35
|
-
"test:e2e": "vitest run test/*-e2e.test.ts",
|
|
34
|
+
"test": "vitest run --exclude 'test/*-e2e.test.ts' --testTimeout=60000 --hookTimeout=60000",
|
|
35
|
+
"test:e2e": "vitest run test/*-e2e.test.ts --testTimeout=60000 --hookTimeout=60000",
|
|
36
36
|
"typecheck": "tsc --noEmit",
|
|
37
37
|
"clean": "rm -rf dist .turbo"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@helipod/admin": "0.1.
|
|
41
|
-
"@helipod/blobstore": "0.1.
|
|
42
|
-
"@helipod/blobstore-fs": "0.1.
|
|
43
|
-
"@helipod/blobstore-s3": "0.1.
|
|
44
|
-
"@helipod/codegen": "0.1.
|
|
45
|
-
"@helipod/component": "0.1.
|
|
46
|
-
"@helipod/deploy": "0.1.
|
|
47
|
-
"@helipod/docstore": "0.1.
|
|
48
|
-
"@helipod/docstore-postgres": "0.1.
|
|
49
|
-
"@helipod/docstore-sqlite": "0.1.
|
|
50
|
-
"@helipod/errors": "0.1.
|
|
51
|
-
"@helipod/executor": "0.1.
|
|
52
|
-
"@helipod/id-codec": "0.1.
|
|
53
|
-
"@helipod/objectstore": "0.1.
|
|
54
|
-
"@helipod/objectstore-fs": "0.1.
|
|
55
|
-
"@helipod/objectstore-s3": "0.1.
|
|
56
|
-
"@helipod/query-engine": "0.1.
|
|
57
|
-
"@helipod/receipts": "0.1.
|
|
58
|
-
"@helipod/runtime-embedded": "0.1.
|
|
59
|
-
"@helipod/storage": "0.1.
|
|
60
|
-
"@helipod/sync": "0.1.
|
|
61
|
-
"@helipod/values": "0.1.
|
|
40
|
+
"@helipod/admin": "0.1.3",
|
|
41
|
+
"@helipod/blobstore": "0.1.3",
|
|
42
|
+
"@helipod/blobstore-fs": "0.1.3",
|
|
43
|
+
"@helipod/blobstore-s3": "0.1.3",
|
|
44
|
+
"@helipod/codegen": "0.1.3",
|
|
45
|
+
"@helipod/component": "0.1.3",
|
|
46
|
+
"@helipod/deploy": "0.1.3",
|
|
47
|
+
"@helipod/docstore": "0.1.3",
|
|
48
|
+
"@helipod/docstore-postgres": "0.1.3",
|
|
49
|
+
"@helipod/docstore-sqlite": "0.1.3",
|
|
50
|
+
"@helipod/errors": "0.1.3",
|
|
51
|
+
"@helipod/executor": "0.1.3",
|
|
52
|
+
"@helipod/id-codec": "0.1.3",
|
|
53
|
+
"@helipod/objectstore": "0.1.3",
|
|
54
|
+
"@helipod/objectstore-fs": "0.1.3",
|
|
55
|
+
"@helipod/objectstore-s3": "0.1.3",
|
|
56
|
+
"@helipod/query-engine": "0.1.3",
|
|
57
|
+
"@helipod/receipts": "0.1.3",
|
|
58
|
+
"@helipod/runtime-embedded": "0.1.3",
|
|
59
|
+
"@helipod/storage": "0.1.3",
|
|
60
|
+
"@helipod/sync": "0.1.3",
|
|
61
|
+
"@helipod/values": "0.1.3",
|
|
62
62
|
"esbuild": "^0.27.0",
|
|
63
63
|
"ws": "^8.18.0",
|
|
64
|
-
"@helipod/dashboard": "0.1.
|
|
64
|
+
"@helipod/dashboard": "0.1.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@electric-sql/pglite": "^0.2.17",
|
|
68
68
|
"@levischuck/tiny-cbor": "0.2.11",
|
|
69
69
|
"@simplewebauthn/server": "13.3.2",
|
|
70
|
-
"@helipod/auth": "0.1.
|
|
71
|
-
"@helipod/client": "0.1.
|
|
72
|
-
"@helipod/fleet": "0.1.
|
|
73
|
-
"@helipod/notifications": "0.1.
|
|
74
|
-
"@helipod/objectstore-substrate": "0.1.
|
|
75
|
-
"@helipod/scheduler": "0.1.
|
|
76
|
-
"@helipod/triggers": "0.1.
|
|
77
|
-
"@helipod/workflow": "0.1.
|
|
70
|
+
"@helipod/auth": "0.1.3",
|
|
71
|
+
"@helipod/client": "0.1.3",
|
|
72
|
+
"@helipod/fleet": "0.1.3",
|
|
73
|
+
"@helipod/notifications": "0.1.3",
|
|
74
|
+
"@helipod/objectstore-substrate": "0.1.3",
|
|
75
|
+
"@helipod/scheduler": "0.1.3",
|
|
76
|
+
"@helipod/triggers": "0.1.3",
|
|
77
|
+
"@helipod/workflow": "0.1.3",
|
|
78
78
|
"@types/node": "^22.10.5",
|
|
79
79
|
"@types/ws": "^8.5.13",
|
|
80
80
|
"fake-indexeddb": "^6.0.0",
|