@shipfox/api-server 9.0.1 → 9.0.2
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 +38 -0
- package/package.json +40 -32
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 7 files with swc (
|
|
2
|
+
Successfully compiled: 7 files with swc (345.11ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @shipfox/api-server
|
|
2
2
|
|
|
3
|
+
## 9.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4b85404: Adds versioned architecture identity to participating package artifacts during publication.
|
|
8
|
+
- Updated dependencies [4b85404]
|
|
9
|
+
- @shipfox/annotations@9.0.2
|
|
10
|
+
- @shipfox/annotations-dto@9.0.2
|
|
11
|
+
- @shipfox/api-agent@9.0.2
|
|
12
|
+
- @shipfox/api-agent-dto@9.0.2
|
|
13
|
+
- @shipfox/api-auth@9.0.2
|
|
14
|
+
- @shipfox/api-auth-dto@9.0.2
|
|
15
|
+
- @shipfox/api-definitions@9.0.2
|
|
16
|
+
- @shipfox/api-definitions-dto@9.0.2
|
|
17
|
+
- @shipfox/api-dispatcher@9.0.2
|
|
18
|
+
- @shipfox/api-email-challenges@1.1.1
|
|
19
|
+
- @shipfox/api-integration-core@9.0.2
|
|
20
|
+
- @shipfox/api-integration-core-dto@9.0.2
|
|
21
|
+
- @shipfox/api-logs@9.0.2
|
|
22
|
+
- @shipfox/api-projects@9.0.2
|
|
23
|
+
- @shipfox/api-projects-dto@9.0.2
|
|
24
|
+
- @shipfox/api-runners@9.0.2
|
|
25
|
+
- @shipfox/api-runners-dto@9.0.2
|
|
26
|
+
- @shipfox/api-secrets@9.0.2
|
|
27
|
+
- @shipfox/api-secrets-dto@9.0.2
|
|
28
|
+
- @shipfox/api-triggers@9.0.2
|
|
29
|
+
- @shipfox/api-workflows@9.0.2
|
|
30
|
+
- @shipfox/api-workflows-dto@9.0.2
|
|
31
|
+
- @shipfox/api-workspaces@9.0.2
|
|
32
|
+
- @shipfox/api-workspaces-dto@9.0.2
|
|
33
|
+
- @shipfox/config@1.2.4
|
|
34
|
+
- @shipfox/node-error-monitoring@0.2.2
|
|
35
|
+
- @shipfox/node-fastify@0.3.2
|
|
36
|
+
- @shipfox/node-jwt@0.3.2
|
|
37
|
+
- @shipfox/node-module@1.0.1
|
|
38
|
+
- @shipfox/node-opentelemetry@0.6.2
|
|
39
|
+
- @shipfox/node-postgres@0.4.4
|
|
40
|
+
|
|
3
41
|
## 9.0.1
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
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.2",
|
|
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-
|
|
33
|
-
"@shipfox/api-
|
|
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-
|
|
38
|
-
"@shipfox/api-projects": "9.0.
|
|
39
|
-
"@shipfox/api-
|
|
40
|
-
"@shipfox/api-
|
|
41
|
-
"@shipfox/api-runners-dto": "9.0.
|
|
42
|
-
"@shipfox/api-secrets": "9.0.
|
|
43
|
-
"@shipfox/api-
|
|
44
|
-
"@shipfox/api-
|
|
45
|
-
"@shipfox/api-
|
|
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.2.
|
|
51
|
-
"@shipfox/node-fastify": "0.3.
|
|
52
|
-
"@shipfox/node-jwt": "0.3.
|
|
53
|
-
"@shipfox/node-
|
|
54
|
-
"@shipfox/node-
|
|
55
|
-
"@shipfox/node-
|
|
25
|
+
"@shipfox/annotations": "9.0.2",
|
|
26
|
+
"@shipfox/annotations-dto": "9.0.2",
|
|
27
|
+
"@shipfox/api-agent": "9.0.2",
|
|
28
|
+
"@shipfox/api-agent-dto": "9.0.2",
|
|
29
|
+
"@shipfox/api-auth": "9.0.2",
|
|
30
|
+
"@shipfox/api-auth-dto": "9.0.2",
|
|
31
|
+
"@shipfox/api-definitions": "9.0.2",
|
|
32
|
+
"@shipfox/api-dispatcher": "9.0.2",
|
|
33
|
+
"@shipfox/api-definitions-dto": "9.0.2",
|
|
34
|
+
"@shipfox/api-email-challenges": "1.1.1",
|
|
35
|
+
"@shipfox/api-integration-core": "9.0.2",
|
|
36
|
+
"@shipfox/api-integration-core-dto": "9.0.2",
|
|
37
|
+
"@shipfox/api-projects": "9.0.2",
|
|
38
|
+
"@shipfox/api-projects-dto": "9.0.2",
|
|
39
|
+
"@shipfox/api-runners": "9.0.2",
|
|
40
|
+
"@shipfox/api-logs": "9.0.2",
|
|
41
|
+
"@shipfox/api-runners-dto": "9.0.2",
|
|
42
|
+
"@shipfox/api-secrets": "9.0.2",
|
|
43
|
+
"@shipfox/api-triggers": "9.0.2",
|
|
44
|
+
"@shipfox/api-workflows": "9.0.2",
|
|
45
|
+
"@shipfox/api-secrets-dto": "9.0.2",
|
|
46
|
+
"@shipfox/api-workflows-dto": "9.0.2",
|
|
47
|
+
"@shipfox/api-workspaces-dto": "9.0.2",
|
|
48
|
+
"@shipfox/api-workspaces": "9.0.2",
|
|
49
|
+
"@shipfox/config": "1.2.4",
|
|
50
|
+
"@shipfox/node-error-monitoring": "0.2.2",
|
|
51
|
+
"@shipfox/node-fastify": "0.3.2",
|
|
52
|
+
"@shipfox/node-jwt": "0.3.2",
|
|
53
|
+
"@shipfox/node-opentelemetry": "0.6.2",
|
|
54
|
+
"@shipfox/node-postgres": "0.4.4",
|
|
55
|
+
"@shipfox/node-module": "1.0.1"
|
|
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",
|