@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/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.1",
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.1",
26
- "@shipfox/annotations-dto": "9.0.1",
27
- "@shipfox/api-agent": "9.0.1",
28
- "@shipfox/api-agent-dto": "9.0.1",
29
- "@shipfox/api-auth": "9.0.1",
30
- "@shipfox/api-auth-dto": "9.0.1",
31
- "@shipfox/api-definitions": "9.0.1",
32
- "@shipfox/api-definitions-dto": "9.0.1",
33
- "@shipfox/api-dispatcher": "9.0.1",
34
- "@shipfox/api-email-challenges": "1.1.0",
35
- "@shipfox/api-integration-core": "9.0.1",
36
- "@shipfox/api-integration-core-dto": "9.0.1",
37
- "@shipfox/api-logs": "9.0.1",
38
- "@shipfox/api-projects": "9.0.1",
39
- "@shipfox/api-projects-dto": "9.0.1",
40
- "@shipfox/api-runners": "9.0.1",
41
- "@shipfox/api-runners-dto": "9.0.1",
42
- "@shipfox/api-secrets": "9.0.1",
43
- "@shipfox/api-secrets-dto": "9.0.1",
44
- "@shipfox/api-triggers": "9.0.1",
45
- "@shipfox/api-workflows": "9.0.1",
46
- "@shipfox/api-workflows-dto": "9.0.1",
47
- "@shipfox/api-workspaces-dto": "9.0.1",
48
- "@shipfox/api-workspaces": "9.0.1",
49
- "@shipfox/config": "1.2.3",
50
- "@shipfox/node-error-monitoring": "0.2.1",
51
- "@shipfox/node-fastify": "0.3.1",
52
- "@shipfox/node-jwt": "0.3.1",
53
- "@shipfox/node-module": "1.0.0",
54
- "@shipfox/node-opentelemetry": "0.6.1",
55
- "@shipfox/node-postgres": "0.4.3"
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",