@shipfox/api-workflows 7.0.1 → 7.1.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/.turbo/turbo-build.log +15 -15
- package/CHANGELOG.md +23 -0
- package/dist/temporal/workflows/index.bundle.js +17212 -3354
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +11 -36
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipfox/api-workflows",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.0
|
|
4
|
+
"version": "7.1.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -26,55 +26,30 @@
|
|
|
26
26
|
"@temporalio/workflow": "1.18.1",
|
|
27
27
|
"drizzle-orm": "^0.45.2",
|
|
28
28
|
"zod": "^4.4.3",
|
|
29
|
-
"@shipfox/api-auth-context": "
|
|
30
|
-
"@shipfox/api-auth-dto": "
|
|
29
|
+
"@shipfox/api-auth-context": "7.1.0",
|
|
30
|
+
"@shipfox/api-auth-dto": "7.1.0",
|
|
31
31
|
"@shipfox/api-agent-dto": "6.0.0",
|
|
32
32
|
"@shipfox/annotations-dto": "6.0.0",
|
|
33
33
|
"@shipfox/api-definitions-dto": "6.0.0",
|
|
34
34
|
"@shipfox/api-projects-dto": "6.0.0",
|
|
35
35
|
"@shipfox/api-integration-core-dto": "6.0.0",
|
|
36
|
-
"@shipfox/api-
|
|
37
|
-
"@shipfox/api-
|
|
38
|
-
"@shipfox/api-runners-dto": "7.0.1",
|
|
36
|
+
"@shipfox/api-runners": "7.1.0",
|
|
37
|
+
"@shipfox/api-projects": "7.1.0",
|
|
39
38
|
"@shipfox/api-secrets-dto": "6.0.0",
|
|
40
39
|
"@shipfox/api-workflows-dto": "6.0.0",
|
|
40
|
+
"@shipfox/api-runners-dto": "7.0.1",
|
|
41
41
|
"@shipfox/inter-module": "0.2.0",
|
|
42
42
|
"@shipfox/expression": "1.1.3",
|
|
43
43
|
"@shipfox/node-drizzle": "0.3.2",
|
|
44
|
-
"@shipfox/node-error-monitoring": "0.
|
|
45
|
-
"@shipfox/node-fastify": "0.
|
|
46
|
-
"@shipfox/node-module": "0.
|
|
47
|
-
"@shipfox/node-opentelemetry": "0.
|
|
44
|
+
"@shipfox/node-error-monitoring": "0.2.0",
|
|
45
|
+
"@shipfox/node-fastify": "0.3.0",
|
|
46
|
+
"@shipfox/node-module": "0.5.0",
|
|
47
|
+
"@shipfox/node-opentelemetry": "0.6.0",
|
|
48
48
|
"@shipfox/node-outbox": "0.2.4",
|
|
49
49
|
"@shipfox/node-postgres": "0.4.2",
|
|
50
|
-
"@shipfox/node-temporal": "0.
|
|
50
|
+
"@shipfox/node-temporal": "0.4.0",
|
|
51
51
|
"@shipfox/runner-labels": "0.1.1"
|
|
52
52
|
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@temporalio/activity": "1.18.1",
|
|
55
|
-
"@temporalio/client": "1.18.1",
|
|
56
|
-
"@temporalio/testing": "1.18.1",
|
|
57
|
-
"@temporalio/worker": "1.18.1",
|
|
58
|
-
"@types/pg": "^8.15.5",
|
|
59
|
-
"drizzle-kit": "^0.31.10",
|
|
60
|
-
"fastify": "^5.3.3",
|
|
61
|
-
"fastify-type-provider-zod": "^6.0.0",
|
|
62
|
-
"fishery": "^2.4.0",
|
|
63
|
-
"@shipfox/node-auth-root-key": "0.2.0",
|
|
64
|
-
"@shipfox/annotations": "6.0.0",
|
|
65
|
-
"@shipfox/api-auth": "7.0.1",
|
|
66
|
-
"@shipfox/api-agent": "6.0.0",
|
|
67
|
-
"@shipfox/api-definitions": "6.0.0",
|
|
68
|
-
"@shipfox/api-integration-core": "7.0.1",
|
|
69
|
-
"@shipfox/biome": "1.8.2",
|
|
70
|
-
"@shipfox/depcruise": "1.0.2",
|
|
71
|
-
"@shipfox/node-jwt": "0.3.0",
|
|
72
|
-
"@shipfox/node-log": "0.3.4",
|
|
73
|
-
"@shipfox/swc": "1.2.6",
|
|
74
|
-
"@shipfox/ts-config": "1.3.8",
|
|
75
|
-
"@shipfox/typescript": "1.1.7",
|
|
76
|
-
"@shipfox/vitest": "1.2.3"
|
|
77
|
-
},
|
|
78
53
|
"scripts": {
|
|
79
54
|
"build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
|
|
80
55
|
"check": "shipfox-biome-check",
|