@objectstack/plugin-auth 3.2.5 → 3.2.6

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,7 +1,25 @@
1
1
 
2
- > @objectstack/plugin-auth@3.2.5 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
2
+ > @objectstack/plugin-auth@3.2.6 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:13:6:
8
+ 13 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:11:6:
14
+ 11 │ "import": "./dist/index.mjs",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:12:6:
20
+ 12 │ "require": "./dist/index.js",
21
+ ╵ ~~~~~~~~~
22
+
5
23
  CLI Building entry: src/index.ts
6
24
  CLI Using tsconfig: tsconfig.json
7
25
  CLI tsup v8.5.1
@@ -10,13 +28,51 @@
10
28
  CLI Cleaning output folder
11
29
  ESM Build start
12
30
  CJS Build start
13
- ESM dist/index.mjs 26.88 KB
14
- ESM dist/index.mjs.map 65.75 KB
15
- ESM ⚡️ Build success in 63ms
16
- CJS dist/index.js 29.59 KB
17
- CJS dist/index.js.map 66.40 KB
18
- CJS ⚡️ Build success in 72ms
31
+ [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
32
+
33
+ package.json:13:6:
34
+  13 │ "types": "./dist/index.d.ts"
35
+ ~~~~~~~
36
+
37
+ The "import" condition comes earlier and will be used for all "import" statements:
38
+
39
+ package.json:11:6:
40
+  11 │ "import": "./dist/index.mjs",
41
+ ╵ ~~~~~~~~
42
+
43
+ The "require" condition comes earlier and will be used for all "require" calls:
44
+
45
+ package.json:12:6:
46
+  12 │ "require": "./dist/index.js",
47
+ ╵ ~~~~~~~~~
48
+
49
+
50
+ [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
51
+
52
+ package.json:13:6:
53
+  13 │ "types": "./dist/index.d.ts"
54
+ ╵ ~~~~~~~
55
+
56
+ The "import" condition comes earlier and will be used for all "import" statements:
57
+
58
+ package.json:11:6:
59
+  11 │ "import": "./dist/index.mjs",
60
+ ╵ ~~~~~~~~
61
+
62
+ The "require" condition comes earlier and will be used for all "require" calls:
63
+
64
+ package.json:12:6:
65
+  12 │ "require": "./dist/index.js",
66
+ ╵ ~~~~~~~~~
67
+
68
+
69
+ ESM dist/index.mjs 37.46 KB
70
+ ESM dist/index.mjs.map 85.74 KB
71
+ ESM ⚡️ Build success in 68ms
72
+ CJS dist/index.js 40.94 KB
73
+ CJS dist/index.js.map 86.26 KB
74
+ CJS ⚡️ Build success in 67ms
19
75
  DTS Build start
20
- DTS ⚡️ Build success in 7688ms
21
- DTS dist/index.d.mts 421.97 KB
22
- DTS dist/index.d.ts 421.97 KB
76
+ DTS ⚡️ Build success in 8794ms
77
+ DTS dist/index.d.mts 866.35 KB
78
+ DTS dist/index.d.ts 866.35 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@3.2.6
8
+ - @objectstack/core@3.2.6
9
+
3
10
  ## 3.2.5
4
11
 
5
12
  ### Patch Changes