@shipfox/api-integration-core 2.0.0 → 3.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-integration-core",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -33,48 +33,48 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
36
|
-
"@temporalio/workflow": "
|
|
36
|
+
"@temporalio/workflow": "1.18.1",
|
|
37
37
|
"ajv": "^8.20.0",
|
|
38
38
|
"drizzle-orm": "^0.45.2",
|
|
39
39
|
"zod": "^4.4.3",
|
|
40
|
-
"@shipfox/api-agent-dto": "
|
|
41
|
-
"@shipfox/api-
|
|
42
|
-
"@shipfox/api-
|
|
43
|
-
"@shipfox/api-integration-
|
|
44
|
-
"@shipfox/api-integration-
|
|
40
|
+
"@shipfox/api-agent-dto": "3.0.0",
|
|
41
|
+
"@shipfox/api-auth-context": "3.0.0",
|
|
42
|
+
"@shipfox/api-integration-core-dto": "3.0.0",
|
|
43
|
+
"@shipfox/api-integration-gitea": "3.0.0",
|
|
44
|
+
"@shipfox/api-integration-github": "3.0.0",
|
|
45
|
+
"@shipfox/api-integration-linear": "3.0.0",
|
|
46
|
+
"@shipfox/api-integration-sentry": "3.0.0",
|
|
47
|
+
"@shipfox/api-integration-webhook": "3.0.0",
|
|
45
48
|
"@shipfox/config": "1.2.1",
|
|
46
49
|
"@shipfox/node-drizzle": "0.2.1",
|
|
47
|
-
"@shipfox/node-
|
|
50
|
+
"@shipfox/node-fastify": "0.2.2",
|
|
51
|
+
"@shipfox/node-module": "0.3.0",
|
|
52
|
+
"@shipfox/node-opentelemetry": "0.5.1",
|
|
48
53
|
"@shipfox/node-outbox": "0.2.1",
|
|
49
|
-
"@shipfox/node-temporal": "0.2.0",
|
|
50
54
|
"@shipfox/node-postgres": "0.4.1",
|
|
51
|
-
"@shipfox/node-
|
|
52
|
-
"@shipfox/node-opentelemetry": "0.5.0",
|
|
55
|
+
"@shipfox/node-temporal": "0.3.0",
|
|
53
56
|
"@shipfox/regex": "0.2.1",
|
|
54
|
-
"@shipfox/api-integration-github": "2.0.0",
|
|
55
|
-
"@shipfox/api-integration-linear": "2.0.0",
|
|
56
|
-
"@shipfox/api-integration-webhook": "2.0.0",
|
|
57
57
|
"@shipfox/redact": "0.2.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@temporalio/activity": "
|
|
61
|
-
"@temporalio/client": "
|
|
62
|
-
"@temporalio/common": "
|
|
63
|
-
"@temporalio/testing": "
|
|
64
|
-
"@temporalio/worker": "
|
|
60
|
+
"@temporalio/activity": "1.18.1",
|
|
61
|
+
"@temporalio/client": "1.18.1",
|
|
62
|
+
"@temporalio/common": "1.18.1",
|
|
63
|
+
"@temporalio/testing": "1.18.1",
|
|
64
|
+
"@temporalio/worker": "1.18.1",
|
|
65
65
|
"@types/pg": "^8.15.5",
|
|
66
66
|
"drizzle-kit": "^0.31.10",
|
|
67
67
|
"fastify": "^5.3.3",
|
|
68
68
|
"fastify-type-provider-zod": "^6.0.0",
|
|
69
|
-
"fishery": "^2.
|
|
69
|
+
"fishery": "^2.4.0",
|
|
70
70
|
"@shipfox/biome": "1.8.1",
|
|
71
|
+
"@shipfox/swc": "1.2.5",
|
|
71
72
|
"@shipfox/ts-config": "1.3.8",
|
|
72
73
|
"@shipfox/typescript": "1.1.6",
|
|
73
|
-
"@shipfox/swc": "1.2.5",
|
|
74
74
|
"@shipfox/vitest": "1.2.2"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
|
-
"build": "shipfox-swc",
|
|
77
|
+
"build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
|
|
78
78
|
"check": "shipfox-biome-check",
|
|
79
79
|
"check:fix": "shipfox-biome-check --write",
|
|
80
80
|
"test": "shipfox-vitest-run",
|