@shipfox/api-definitions 2.0.0 → 4.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipfox/api-definitions",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -32,53 +32,53 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@temporalio/activity": "
|
|
36
|
-
"@temporalio/common": "
|
|
37
|
-
"@temporalio/workflow": "
|
|
35
|
+
"@temporalio/activity": "1.18.1",
|
|
36
|
+
"@temporalio/common": "1.18.1",
|
|
37
|
+
"@temporalio/workflow": "1.18.1",
|
|
38
38
|
"cron-parser": "^5.6.1",
|
|
39
39
|
"drizzle-orm": "^0.45.2",
|
|
40
40
|
"js-yaml": "^4.1.0",
|
|
41
41
|
"yaml": "^2.8.3",
|
|
42
42
|
"zod": "^4.4.3",
|
|
43
|
-
"@shipfox/api-agent-dto": "
|
|
44
|
-
"@shipfox/api-auth-context": "
|
|
43
|
+
"@shipfox/api-agent-dto": "3.0.0",
|
|
44
|
+
"@shipfox/api-auth-context": "3.0.0",
|
|
45
45
|
"@shipfox/api-definitions-dto": "2.0.0",
|
|
46
|
-
"@shipfox/api-integration-core": "
|
|
47
|
-
"@shipfox/api-integration-core-dto": "
|
|
48
|
-
"@shipfox/api-projects": "
|
|
46
|
+
"@shipfox/api-integration-core": "4.0.0",
|
|
47
|
+
"@shipfox/api-integration-core-dto": "3.0.0",
|
|
48
|
+
"@shipfox/api-projects": "4.0.0",
|
|
49
49
|
"@shipfox/api-projects-dto": "2.0.0",
|
|
50
|
-
"@shipfox/config": "1.2.1",
|
|
51
50
|
"@shipfox/api-secrets-dto": "2.0.0",
|
|
52
|
-
"@shipfox/
|
|
53
|
-
"@shipfox/expression": "1.1.
|
|
54
|
-
"@shipfox/node-
|
|
55
|
-
"@shipfox/node-
|
|
56
|
-
"@shipfox/node-
|
|
51
|
+
"@shipfox/config": "1.2.1",
|
|
52
|
+
"@shipfox/expression": "1.1.2",
|
|
53
|
+
"@shipfox/node-drizzle": "0.3.0",
|
|
54
|
+
"@shipfox/node-fastify": "0.2.2",
|
|
55
|
+
"@shipfox/node-module": "0.3.1",
|
|
56
|
+
"@shipfox/node-opentelemetry": "0.5.1",
|
|
57
|
+
"@shipfox/node-outbox": "0.2.2",
|
|
57
58
|
"@shipfox/node-postgres": "0.4.1",
|
|
58
|
-
"@shipfox/node-
|
|
59
|
+
"@shipfox/node-temporal": "0.3.0",
|
|
59
60
|
"@shipfox/runner-labels": "0.1.0",
|
|
60
|
-
"@shipfox/workflow-document": "2.0
|
|
61
|
-
"@shipfox/node-temporal": "0.2.0"
|
|
61
|
+
"@shipfox/workflow-document": "2.1.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@temporalio/client": "
|
|
65
|
-
"@temporalio/testing": "
|
|
66
|
-
"@temporalio/worker": "
|
|
64
|
+
"@temporalio/client": "1.18.1",
|
|
65
|
+
"@temporalio/testing": "1.18.1",
|
|
66
|
+
"@temporalio/worker": "1.18.1",
|
|
67
67
|
"@types/js-yaml": "^4.0.9",
|
|
68
68
|
"@types/pg": "^8.15.5",
|
|
69
69
|
"drizzle-kit": "^0.31.10",
|
|
70
70
|
"fastify": "^5.3.3",
|
|
71
71
|
"fastify-type-provider-zod": "^6.0.0",
|
|
72
|
-
"fishery": "^2.
|
|
72
|
+
"fishery": "^2.4.0",
|
|
73
|
+
"@shipfox/biome": "1.8.1",
|
|
73
74
|
"@shipfox/regex": "0.2.1",
|
|
74
75
|
"@shipfox/swc": "1.2.5",
|
|
75
|
-
"@shipfox/
|
|
76
|
+
"@shipfox/ts-config": "1.3.8",
|
|
76
77
|
"@shipfox/typescript": "1.1.6",
|
|
77
|
-
"@shipfox/vitest": "1.2.2"
|
|
78
|
-
"@shipfox/ts-config": "1.3.8"
|
|
78
|
+
"@shipfox/vitest": "1.2.2"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
|
-
"build": "shipfox-swc",
|
|
81
|
+
"build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
|
|
82
82
|
"check": "shipfox-biome-check",
|
|
83
83
|
"check:fix": "shipfox-biome-check --write",
|
|
84
84
|
"test": "shipfox-vitest-run",
|