@shipfox/api-auth 3.0.0 → 4.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: 54 files with swc (120.8ms)
2
+ Successfully compiled: 54 files with swc (320.35ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @shipfox/api-auth
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 0b0a9c2: Serializes real-database auth test files to prevent shared rate-limit state from causing intermittent failures.
8
+ - Updated dependencies [bbba3b7]
9
+ - @shipfox/node-drizzle@0.3.0
10
+ - @shipfox/api-workspaces@4.0.0
11
+ - @shipfox/node-module@0.3.1
12
+ - @shipfox/node-outbox@0.2.2
13
+
3
14
  ## 3.0.0
4
15
 
5
16
  ### Minor Changes