@objectstack/plugin-auth 4.0.1 → 4.0.2

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