@shipfox/api-server 8.0.0 → 9.0.1

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.
@@ -1,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 7 files with swc (371.07ms)
2
+ Successfully compiled: 7 files with swc (357.93ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
1
1
  # @shipfox/api-server
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 475ce59: Republishes all public packages after restoring release authorization.
8
+ - Updated dependencies [067d309]
9
+ - Updated dependencies [8436596]
10
+ - Updated dependencies [44c15c8]
11
+ - Updated dependencies [475ce59]
12
+ - Updated dependencies [a041e25]
13
+ - Updated dependencies [154e03f]
14
+ - Updated dependencies [cd28a05]
15
+ - @shipfox/api-agent@9.0.1
16
+ - @shipfox/api-secrets-dto@9.0.1
17
+ - @shipfox/api-email-challenges@1.1.0
18
+ - @shipfox/annotations@9.0.1
19
+ - @shipfox/annotations-dto@9.0.1
20
+ - @shipfox/api-agent-dto@9.0.1
21
+ - @shipfox/api-auth@9.0.1
22
+ - @shipfox/api-auth-dto@9.0.1
23
+ - @shipfox/api-definitions@9.0.1
24
+ - @shipfox/api-definitions-dto@9.0.1
25
+ - @shipfox/api-dispatcher@9.0.1
26
+ - @shipfox/api-integration-core@9.0.1
27
+ - @shipfox/api-integration-core-dto@9.0.1
28
+ - @shipfox/api-logs@9.0.1
29
+ - @shipfox/api-projects@9.0.1
30
+ - @shipfox/api-projects-dto@9.0.1
31
+ - @shipfox/api-runners@9.0.1
32
+ - @shipfox/api-runners-dto@9.0.1
33
+ - @shipfox/api-secrets@9.0.1
34
+ - @shipfox/api-triggers@9.0.1
35
+ - @shipfox/api-workflows@9.0.1
36
+ - @shipfox/api-workflows-dto@9.0.1
37
+ - @shipfox/api-workspaces@9.0.1
38
+ - @shipfox/api-workspaces-dto@9.0.1
39
+ - @shipfox/config@1.2.3
40
+ - @shipfox/node-error-monitoring@0.2.1
41
+ - @shipfox/node-fastify@0.3.1
42
+ - @shipfox/node-jwt@0.3.1
43
+ - @shipfox/node-module@1.0.0
44
+ - @shipfox/node-opentelemetry@0.6.1
45
+ - @shipfox/node-postgres@0.4.3
46
+
47
+ ## 9.0.0
48
+
49
+ ### Patch Changes
50
+
51
+ - 46aa52f: Closes remaining API package-boundary exceptions and moves model-provider policy behind the Agent implementation boundary.
52
+ - c279061: Improves release verification with owner-defined packed contracts, discovery-driven artifact checks, and an early publication preflight.
53
+ - Updated dependencies [9c9d266]
54
+ - Updated dependencies [074e7b3]
55
+ - Updated dependencies [46aa52f]
56
+ - Updated dependencies [a9f9c57]
57
+ - Updated dependencies [02974d6]
58
+ - Updated dependencies [4a6d124]
59
+ - Updated dependencies [c279061]
60
+ - Updated dependencies [9083d20]
61
+ - @shipfox/api-workspaces-dto@9.0.0
62
+ - @shipfox/api-workspaces@9.0.0
63
+ - @shipfox/api-workflows@9.0.0
64
+ - @shipfox/api-agent-dto@9.0.0
65
+ - @shipfox/api-agent@9.0.0
66
+ - @shipfox/api-definitions@9.0.0
67
+ - @shipfox/api-integration-core-dto@9.0.0
68
+ - @shipfox/api-secrets-dto@9.0.0
69
+ - @shipfox/api-integration-core@9.0.0
70
+ - @shipfox/api-email-challenges@1.0.0
71
+ - @shipfox/api-runners@9.0.0
72
+ - @shipfox/api-auth@9.0.0
73
+ - @shipfox/annotations@9.0.0
74
+ - @shipfox/annotations-dto@6.0.0
75
+ - @shipfox/api-auth-dto@7.1.0
76
+ - @shipfox/api-definitions-dto@6.0.0
77
+ - @shipfox/api-dispatcher@7.1.0
78
+ - @shipfox/api-logs@9.0.0
79
+ - @shipfox/api-projects@9.0.0
80
+ - @shipfox/api-projects-dto@8.0.0
81
+ - @shipfox/api-runners-dto@7.0.1
82
+ - @shipfox/api-secrets@9.0.0
83
+ - @shipfox/api-triggers@9.0.0
84
+ - @shipfox/api-workflows-dto@9.0.0
85
+ - @shipfox/config@1.2.2
86
+ - @shipfox/node-error-monitoring@0.2.0
87
+ - @shipfox/node-fastify@0.3.0
88
+ - @shipfox/node-jwt@0.3.0
89
+ - @shipfox/node-module@0.5.0
90
+ - @shipfox/node-opentelemetry@0.6.0
91
+ - @shipfox/node-postgres@0.4.2
92
+
3
93
  ## 8.0.0
4
94
 
5
95
  ### Minor Changes