@shipfox/api-integration-core 9.0.1 → 9.0.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +50 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +34 -26
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipfox/api-integration-core",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "9.0.
|
|
4
|
+
"version": "9.0.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -23,35 +23,43 @@
|
|
|
23
23
|
"ajv": "^8.20.0",
|
|
24
24
|
"drizzle-orm": "^0.45.2",
|
|
25
25
|
"zod": "^4.4.3",
|
|
26
|
-
"@shipfox/api-
|
|
27
|
-
"@shipfox/api-
|
|
28
|
-
"@shipfox/api-
|
|
29
|
-
"@shipfox/api-integration-
|
|
30
|
-
"@shipfox/api-
|
|
31
|
-
"@shipfox/api-
|
|
32
|
-
"@shipfox/api-integration-
|
|
33
|
-
"@shipfox/api-integration-
|
|
34
|
-
"@shipfox/api-integration-
|
|
35
|
-
"@shipfox/api-integration-
|
|
36
|
-
"@shipfox/api-integration-
|
|
37
|
-
"@shipfox/
|
|
38
|
-
"@shipfox/
|
|
39
|
-
"@shipfox/
|
|
40
|
-
"@shipfox/
|
|
41
|
-
"@shipfox/node-
|
|
42
|
-
"@shipfox/node-
|
|
43
|
-
"@shipfox/node-
|
|
44
|
-
"@shipfox/node-
|
|
45
|
-
"@shipfox/node-
|
|
46
|
-
"@shipfox/node-
|
|
47
|
-
"@shipfox/
|
|
48
|
-
"@shipfox/
|
|
49
|
-
"@shipfox/
|
|
50
|
-
"@shipfox/
|
|
26
|
+
"@shipfox/api-agent-dto": "9.0.2",
|
|
27
|
+
"@shipfox/api-auth-context": "9.0.3",
|
|
28
|
+
"@shipfox/api-workflows-dto": "9.0.2",
|
|
29
|
+
"@shipfox/api-integration-core-dto": "9.0.2",
|
|
30
|
+
"@shipfox/api-integration-spi": "0.2.2",
|
|
31
|
+
"@shipfox/api-workspaces-dto": "9.0.2",
|
|
32
|
+
"@shipfox/api-integration-gitea": "9.0.3",
|
|
33
|
+
"@shipfox/api-integration-github": "9.0.3",
|
|
34
|
+
"@shipfox/api-integration-jira": "9.0.3",
|
|
35
|
+
"@shipfox/api-integration-linear": "9.0.3",
|
|
36
|
+
"@shipfox/api-integration-sentry": "9.0.3",
|
|
37
|
+
"@shipfox/api-integration-slack": "9.0.3",
|
|
38
|
+
"@shipfox/api-integration-webhook": "9.0.3",
|
|
39
|
+
"@shipfox/config": "1.2.4",
|
|
40
|
+
"@shipfox/inter-module": "0.2.2",
|
|
41
|
+
"@shipfox/node-drizzle": "0.3.4",
|
|
42
|
+
"@shipfox/node-fastify": "0.3.3",
|
|
43
|
+
"@shipfox/node-module": "1.0.2",
|
|
44
|
+
"@shipfox/node-opentelemetry": "0.6.2",
|
|
45
|
+
"@shipfox/node-error-monitoring": "0.3.0",
|
|
46
|
+
"@shipfox/node-outbox": "0.2.6",
|
|
47
|
+
"@shipfox/node-postgres": "0.4.4",
|
|
48
|
+
"@shipfox/node-temporal": "0.4.3",
|
|
49
|
+
"@shipfox/regex": "0.2.4",
|
|
50
|
+
"@shipfox/redact": "0.2.5"
|
|
51
51
|
},
|
|
52
52
|
"imports": {
|
|
53
53
|
"#*": "./dist/*"
|
|
54
54
|
},
|
|
55
|
+
"shipfox": {
|
|
56
|
+
"architecture": {
|
|
57
|
+
"schema": 1,
|
|
58
|
+
"realm": "source-available",
|
|
59
|
+
"kind": "implementation",
|
|
60
|
+
"context": "integrations"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
55
63
|
"scripts": {
|
|
56
64
|
"build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
|
|
57
65
|
"check": "shipfox-biome-check",
|