@shipfox/api-server 11.0.0 → 12.0.0

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 (444.04ms)
2
+ Successfully compiled: 7 files with swc (104.6ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @shipfox/api-server
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ee2ce67]
8
+ - Updated dependencies [7c4116e]
9
+ - Updated dependencies [01c3dbc]
10
+ - Updated dependencies [e95fdf4]
11
+ - Updated dependencies [5d2c9cf]
12
+ - Updated dependencies [0bb880a]
13
+ - Updated dependencies [e405e92]
14
+ - Updated dependencies [3d91d1d]
15
+ - Updated dependencies [f7939c7]
16
+ - Updated dependencies [89f2c18]
17
+ - Updated dependencies [045895c]
18
+ - Updated dependencies [f78740d]
19
+ - Updated dependencies [9e1d599]
20
+ - Updated dependencies [dea1ffd]
21
+ - Updated dependencies [adf07e7]
22
+ - Updated dependencies [94aba88]
23
+ - Updated dependencies [3f781ee]
24
+ - Updated dependencies [24ef475]
25
+ - Updated dependencies [9fdd5e4]
26
+ - Updated dependencies [285fff2]
27
+ - Updated dependencies [e44a279]
28
+ - Updated dependencies [4d246d4]
29
+ - Updated dependencies [66f111e]
30
+ - Updated dependencies [53ce6b2]
31
+ - Updated dependencies [4eb18b8]
32
+ - Updated dependencies [28daafe]
33
+ - Updated dependencies [f13e8bb]
34
+ - Updated dependencies [9ebc5b4]
35
+ - Updated dependencies [4444079]
36
+ - Updated dependencies [869a792]
37
+ - Updated dependencies [5d267c3]
38
+ - Updated dependencies [8cc5a36]
39
+ - Updated dependencies [54c820e]
40
+ - Updated dependencies [35a42bd]
41
+ - Updated dependencies [d77baaa]
42
+ - Updated dependencies [a0a02cc]
43
+ - Updated dependencies [032d316]
44
+ - Updated dependencies [c2a8e54]
45
+ - Updated dependencies [d3222a9]
46
+ - Updated dependencies [9e39069]
47
+ - Updated dependencies [54c820e]
48
+ - Updated dependencies [cb0abfa]
49
+ - Updated dependencies [ee2ce67]
50
+ - Updated dependencies [e1efaee]
51
+ - @shipfox/api-definitions@12.0.0
52
+ - @shipfox/api-definitions-dto@12.0.0
53
+ - @shipfox/api-workflows@12.0.0
54
+ - @shipfox/api-workflows-dto@12.0.0
55
+ - @shipfox/api-agent@12.0.0
56
+ - @shipfox/api-agent-dto@12.0.0
57
+ - @shipfox/api-projects@12.0.0
58
+ - @shipfox/api-auth@12.0.0
59
+ - @shipfox/api-auth-dto@12.0.0
60
+ - @shipfox/api-integration-core@12.0.0
61
+ - @shipfox/api-logs@12.0.0
62
+ - @shipfox/api-runners@12.0.0
63
+ - @shipfox/api-triggers@12.0.0
64
+ - @shipfox/api-workspaces@12.0.0
65
+ - @shipfox/node-fastify@0.4.1
66
+ - @shipfox/node-module@1.0.5
67
+ - @shipfox/api-workspaces-dto@12.0.0
68
+ - @shipfox/api-projects-dto@12.0.0
69
+ - @shipfox/api-integration-core-dto@12.0.0
70
+ - @shipfox/node-jwt@0.4.0
71
+ - @shipfox/node-postgres@0.5.0
72
+ - @shipfox/api-dispatcher@12.0.0
73
+ - @shipfox/annotations@12.0.0
74
+ - @shipfox/api-email-challenges@1.1.7
75
+ - @shipfox/annotations-dto@12.0.0
76
+ - @shipfox/api-runners-dto@12.0.0
77
+ - @shipfox/api-secrets@12.0.0
78
+ - @shipfox/api-secrets-dto@12.0.0
79
+
3
80
  ## 11.0.0
4
81
 
5
82
  ### Patch Changes
package/README.md CHANGED
@@ -61,7 +61,7 @@ node --import @shipfox/api-server/instrumentation ./dist/index.js
61
61
  | `API_PORT` | shared `PORT` | Sets the listener port. |
62
62
  | `API_TRUST_PROXY` | `false` | Sets proxy IP checks. |
63
63
 
64
- ## Behavior Notes
64
+ ## Behavior notes
65
65
 
66
66
  - **Custom composition**: Pass a module list to make a custom server. A module must declare a unique `loginMethods` entry. `createServer` throws before startup side effects when no login method is available.
67
67
  - **Login-method catalog**: Every server composition exposes a public, unauthenticated `GET /auth/login-methods`, listing the bounded IDs of every module-contributed login method.