@shipfox/api-server 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 +1 -1
- package/CHANGELOG.md +61 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +40 -32
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@shipfox/api-server",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.3",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -22,41 +22,49 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@shipfox/annotations": "9.0.
|
|
26
|
-
"@shipfox/annotations-dto": "9.0.
|
|
27
|
-
"@shipfox/api-agent": "9.0.
|
|
28
|
-
"@shipfox/api-agent-dto": "9.0.
|
|
29
|
-
"@shipfox/api-auth": "9.0.
|
|
30
|
-
"@shipfox/api-auth-dto": "9.0.
|
|
31
|
-
"@shipfox/api-definitions": "9.0.
|
|
32
|
-
"@shipfox/api-definitions-dto": "9.0.
|
|
33
|
-
"@shipfox/api-dispatcher": "9.0.
|
|
34
|
-
"@shipfox/api-email-challenges": "1.1.
|
|
35
|
-
"@shipfox/api-integration-core": "9.0.
|
|
36
|
-
"@shipfox/api-integration-core-dto": "9.0.
|
|
37
|
-
"@shipfox/api-logs": "9.0.
|
|
38
|
-
"@shipfox/api-projects": "9.0.
|
|
39
|
-
"@shipfox/api-projects-dto": "9.0.
|
|
40
|
-
"@shipfox/api-runners": "9.0.
|
|
41
|
-
"@shipfox/api-runners-dto": "9.0.
|
|
42
|
-
"@shipfox/api-secrets": "9.0.
|
|
43
|
-
"@shipfox/api-secrets-dto": "9.0.
|
|
44
|
-
"@shipfox/api-triggers": "9.0.
|
|
45
|
-
"@shipfox/api-workflows": "9.0.
|
|
46
|
-
"@shipfox/api-workflows-dto": "9.0.
|
|
47
|
-
"@shipfox/api-workspaces-dto": "9.0.
|
|
48
|
-
"@shipfox/api-workspaces": "9.0.
|
|
49
|
-
"@shipfox/config": "1.2.
|
|
50
|
-
"@shipfox/node-error-monitoring": "0.
|
|
51
|
-
"@shipfox/node-fastify": "0.3.
|
|
52
|
-
"@shipfox/node-jwt": "0.3.
|
|
53
|
-
"@shipfox/node-module": "1.0.
|
|
54
|
-
"@shipfox/node-opentelemetry": "0.6.
|
|
55
|
-
"@shipfox/node-postgres": "0.4.
|
|
25
|
+
"@shipfox/annotations": "9.0.3",
|
|
26
|
+
"@shipfox/annotations-dto": "9.0.2",
|
|
27
|
+
"@shipfox/api-agent": "9.0.3",
|
|
28
|
+
"@shipfox/api-agent-dto": "9.0.2",
|
|
29
|
+
"@shipfox/api-auth": "9.0.3",
|
|
30
|
+
"@shipfox/api-auth-dto": "9.0.2",
|
|
31
|
+
"@shipfox/api-definitions": "9.0.3",
|
|
32
|
+
"@shipfox/api-definitions-dto": "9.0.2",
|
|
33
|
+
"@shipfox/api-dispatcher": "9.0.3",
|
|
34
|
+
"@shipfox/api-email-challenges": "1.1.2",
|
|
35
|
+
"@shipfox/api-integration-core": "9.0.3",
|
|
36
|
+
"@shipfox/api-integration-core-dto": "9.0.2",
|
|
37
|
+
"@shipfox/api-logs": "9.0.3",
|
|
38
|
+
"@shipfox/api-projects": "9.0.3",
|
|
39
|
+
"@shipfox/api-projects-dto": "9.0.2",
|
|
40
|
+
"@shipfox/api-runners": "9.0.3",
|
|
41
|
+
"@shipfox/api-runners-dto": "9.0.2",
|
|
42
|
+
"@shipfox/api-secrets": "9.0.3",
|
|
43
|
+
"@shipfox/api-secrets-dto": "9.0.2",
|
|
44
|
+
"@shipfox/api-triggers": "9.0.3",
|
|
45
|
+
"@shipfox/api-workflows": "9.0.3",
|
|
46
|
+
"@shipfox/api-workflows-dto": "9.0.2",
|
|
47
|
+
"@shipfox/api-workspaces-dto": "9.0.2",
|
|
48
|
+
"@shipfox/api-workspaces": "9.0.3",
|
|
49
|
+
"@shipfox/config": "1.2.4",
|
|
50
|
+
"@shipfox/node-error-monitoring": "0.3.0",
|
|
51
|
+
"@shipfox/node-fastify": "0.3.3",
|
|
52
|
+
"@shipfox/node-jwt": "0.3.2",
|
|
53
|
+
"@shipfox/node-module": "1.0.2",
|
|
54
|
+
"@shipfox/node-opentelemetry": "0.6.2",
|
|
55
|
+
"@shipfox/node-postgres": "0.4.4"
|
|
56
56
|
},
|
|
57
57
|
"imports": {
|
|
58
58
|
"#*": "./dist/*"
|
|
59
59
|
},
|
|
60
|
+
"shipfox": {
|
|
61
|
+
"architecture": {
|
|
62
|
+
"schema": 1,
|
|
63
|
+
"realm": "source-available",
|
|
64
|
+
"kind": "composition-root",
|
|
65
|
+
"context": null
|
|
66
|
+
}
|
|
67
|
+
},
|
|
60
68
|
"scripts": {
|
|
61
69
|
"build": "shipfox-swc",
|
|
62
70
|
"check": "shipfox-biome-check",
|