@objectstack/plugin-auth 4.0.0 → 4.0.1

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.0 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
2
+ > @objectstack/plugin-auth@4.0.1 build /home/runner/work/spec/spec/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]
@@ -66,13 +66,13 @@
66
66
  ╵ ~~~~~~~~~
67
67
 
68
68
 
69
- ESM dist/index.mjs 42.11 KB
70
- ESM dist/index.mjs.map 93.90 KB
71
- ESM ⚡️ Build success in 105ms
72
69
  CJS dist/index.js 45.60 KB
73
70
  CJS dist/index.js.map 94.42 KB
74
- CJS ⚡️ Build success in 105ms
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
75
75
  DTS Build start
76
- DTS ⚡️ Build success in 8664ms
76
+ DTS ⚡️ Build success in 9241ms
77
77
  DTS dist/index.d.mts 868.05 KB
78
78
  DTS dist/index.d.ts 868.05 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-auth",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Authentication & Identity Plugin for ObjectStack",
6
6
  "main": "dist/index.js",
@@ -15,14 +15,14 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "better-auth": "^1.5.6",
18
- "@objectstack/core": "4.0.0",
19
- "@objectstack/spec": "4.0.0"
18
+ "@objectstack/core": "4.0.1",
19
+ "@objectstack/spec": "4.0.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^25.5.0",
23
23
  "typescript": "^6.0.2",
24
24
  "vitest": "^4.1.2",
25
- "@objectstack/cli": "4.0.0"
25
+ "@objectstack/cli": "4.0.1"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup --config ../../../tsup.config.ts",