@objectstack/plugin-auth 4.0.2 → 4.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.
@@ -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.3 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,6 @@
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
53
50
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
54
51
 
55
52
  package.json:13:6:
@@ -69,10 +66,13 @@
69
66
  ╵ ~~~~~~~~~
70
67
 
71
68
 
72
- ESM dist/index.mjs 43.01 KB
73
- ESM dist/index.mjs.map 95.55 KB
74
- ESM ⚡️ Build success in 101ms
69
+ CJS dist/index.js 48.18 KB
70
+ CJS dist/index.js.map 99.34 KB
71
+ CJS ⚡️ Build success in 86ms
72
+ ESM dist/index.mjs 44.60 KB
73
+ ESM dist/index.mjs.map 98.83 KB
74
+ ESM ⚡️ Build success in 86ms
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 5289ms
77
+ DTS dist/index.d.mts 913.41 KB
78
+ DTS dist/index.d.ts 913.41 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@4.0.3
8
+ - @objectstack/core@4.0.3
9
+
3
10
  ## 4.0.2
4
11
 
5
12
  ### Patch Changes