@shipfox/api-runners 3.0.0 → 5.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +33 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +25 -35
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipfox/api-runners",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -13,43 +13,33 @@
|
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
14
14
|
"imports": {
|
|
15
15
|
"#test/*": "./test/*",
|
|
16
|
-
"#*":
|
|
17
|
-
"workspace-source": "./src/*",
|
|
18
|
-
"development": "./src/*",
|
|
19
|
-
"default": "./dist/*"
|
|
20
|
-
}
|
|
16
|
+
"#*": "./dist/*"
|
|
21
17
|
},
|
|
22
18
|
"exports": {
|
|
23
19
|
".": {
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"default": "./src/index.ts"
|
|
27
|
-
},
|
|
28
|
-
"default": {
|
|
29
|
-
"types": "./dist/index.d.ts",
|
|
30
|
-
"default": "./dist/index.js"
|
|
31
|
-
}
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"default": "./dist/index.js"
|
|
32
22
|
}
|
|
33
23
|
},
|
|
34
24
|
"dependencies": {
|
|
35
25
|
"@temporalio/workflow": "1.18.1",
|
|
36
26
|
"drizzle-orm": "^0.45.2",
|
|
37
27
|
"zod": "^4.4.3",
|
|
38
|
-
"@shipfox/api-auth": "
|
|
39
|
-
"@shipfox/api-
|
|
40
|
-
"@shipfox/api-
|
|
41
|
-
"@shipfox/api-workflows-dto": "
|
|
42
|
-
"@shipfox/config": "1.2.
|
|
43
|
-
"@shipfox/node-drizzle": "0.
|
|
44
|
-
"@shipfox/node-fastify": "0.2.
|
|
45
|
-
"@shipfox/node-module": "0.3.
|
|
46
|
-
"@shipfox/node-opentelemetry": "0.5.
|
|
47
|
-
"@shipfox/node-outbox": "0.2.
|
|
48
|
-
"@shipfox/node-postgres": "0.4.
|
|
49
|
-
"@shipfox/node-rate-limit": "0.2.
|
|
50
|
-
"@shipfox/node-
|
|
51
|
-
"@shipfox/
|
|
52
|
-
"@shipfox/
|
|
28
|
+
"@shipfox/api-auth": "5.0.0",
|
|
29
|
+
"@shipfox/api-runners-dto": "5.0.0",
|
|
30
|
+
"@shipfox/api-auth-context": "5.0.0",
|
|
31
|
+
"@shipfox/api-workflows-dto": "5.0.0",
|
|
32
|
+
"@shipfox/config": "1.2.2",
|
|
33
|
+
"@shipfox/node-drizzle": "0.3.1",
|
|
34
|
+
"@shipfox/node-fastify": "0.2.3",
|
|
35
|
+
"@shipfox/node-module": "0.3.2",
|
|
36
|
+
"@shipfox/node-opentelemetry": "0.5.2",
|
|
37
|
+
"@shipfox/node-outbox": "0.2.3",
|
|
38
|
+
"@shipfox/node-postgres": "0.4.2",
|
|
39
|
+
"@shipfox/node-rate-limit": "0.2.1",
|
|
40
|
+
"@shipfox/node-tokens": "0.2.1",
|
|
41
|
+
"@shipfox/runner-labels": "0.1.1",
|
|
42
|
+
"@shipfox/node-temporal": "0.3.1"
|
|
53
43
|
},
|
|
54
44
|
"devDependencies": {
|
|
55
45
|
"@temporalio/activity": "1.18.1",
|
|
@@ -62,13 +52,13 @@
|
|
|
62
52
|
"fastify": "^5.3.3",
|
|
63
53
|
"fastify-type-provider-zod": "^6.0.0",
|
|
64
54
|
"fishery": "^2.4.0",
|
|
65
|
-
"@shipfox/api-auth-dto": "
|
|
66
|
-
"@shipfox/biome": "1.8.
|
|
67
|
-
"@shipfox/node-jwt": "0.2.
|
|
68
|
-
"@shipfox/swc": "1.2.
|
|
55
|
+
"@shipfox/api-auth-dto": "5.0.0",
|
|
56
|
+
"@shipfox/biome": "1.8.2",
|
|
57
|
+
"@shipfox/node-jwt": "0.2.1",
|
|
58
|
+
"@shipfox/swc": "1.2.6",
|
|
59
|
+
"@shipfox/typescript": "1.1.7",
|
|
69
60
|
"@shipfox/ts-config": "1.3.8",
|
|
70
|
-
"@shipfox/
|
|
71
|
-
"@shipfox/vitest": "1.2.2"
|
|
61
|
+
"@shipfox/vitest": "1.2.3"
|
|
72
62
|
},
|
|
73
63
|
"scripts": {
|
|
74
64
|
"build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
|