@objectstack/plugin-auth 4.0.2 → 4.0.4

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,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-auth@4.0.2 build /home/runner/work/framework/framework/packages/plugins/plugin-auth
2
+ > @objectstack/plugin-auth@4.0.4 build /home/runner/work/framework/framework/packages/plugins/plugin-auth
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
@@ -47,9 +47,9 @@
47
47
  ╵ ~~~~~~~~~
48
48
 
49
49
 
50
- CJS dist/index.js 46.50 KB
51
- CJS dist/index.js.map 96.08 KB
52
- CJS ⚡️ Build success in 81ms
50
+ CJS dist/index.js 50.99 KB
51
+ CJS dist/index.js.map 104.52 KB
52
+ CJS ⚡️ Build success in 85ms
53
53
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
54
54
 
55
55
  package.json:13:6:
@@ -69,10 +69,10 @@
69
69
  ╵ ~~~~~~~~~
70
70
 
71
71
 
72
- ESM dist/index.mjs 43.01 KB
73
- ESM dist/index.mjs.map 95.55 KB
74
- ESM ⚡️ Build success in 101ms
72
+ ESM dist/index.mjs 47.42 KB
73
+ ESM dist/index.mjs.map 104.01 KB
74
+ ESM ⚡️ Build success in 95ms
75
75
  DTS Build start
76
- DTS ⚡️ Build success in 6499ms
77
- DTS dist/index.d.mts 856.92 KB
78
- DTS dist/index.d.ts 856.92 KB
76
+ DTS ⚡️ Build success in 7023ms
77
+ DTS dist/index.d.mts 914.23 KB
78
+ DTS dist/index.d.ts 914.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [326b66b]
8
+ - @objectstack/spec@4.0.4
9
+ - @objectstack/core@4.0.4
10
+
11
+ ## 4.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - @objectstack/spec@4.0.3
16
+ - @objectstack/core@4.0.3
17
+
3
18
  ## 4.0.2
4
19
 
5
20
  ### Patch Changes