@objectstack/plugin-auth 4.0.1 → 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.1 build /home/runner/work/spec/spec/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]
@@ -23,7 +23,7 @@
23
23
  CLI Building entry: src/index.ts
24
24
  CLI Using tsconfig: tsconfig.json
25
25
  CLI tsup v8.5.1
26
- CLI Using tsup config: /home/runner/work/spec/spec/tsup.config.ts
26
+ CLI Using tsup config: /home/runner/work/framework/framework/tsup.config.ts
27
27
  CLI Target: es2020
28
28
  CLI Cleaning output folder
29
29
  ESM Build start
@@ -66,13 +66,13 @@
66
66
  ╵ ~~~~~~~~~
67
67
 
68
68
 
69
- CJS dist/index.js 45.60 KB
70
- CJS dist/index.js.map 94.42 KB
71
- CJS ⚡️ Build success in 77ms
72
- ESM dist/index.mjs 42.11 KB
73
- ESM dist/index.mjs.map 93.90 KB
74
- ESM ⚡️ Build success in 77ms
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 9241ms
77
- DTS dist/index.d.mts 868.05 KB
78
- DTS dist/index.d.ts 868.05 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,20 @@
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
+
10
+ ## 4.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [5f659e9]
15
+ - @objectstack/spec@4.0.2
16
+ - @objectstack/core@4.0.2
17
+
3
18
  ## 4.0.0
4
19
 
5
20
  ### Patch Changes