@objectstack/plugin-auth 3.2.8 → 3.2.9

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@3.2.8 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
2
+ > @objectstack/plugin-auth@3.2.9 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]
@@ -68,11 +68,11 @@
68
68
 
69
69
  ESM dist/index.mjs 42.00 KB
70
70
  ESM dist/index.mjs.map 93.72 KB
71
- ESM ⚡️ Build success in 101ms
71
+ ESM ⚡️ Build success in 118ms
72
72
  CJS dist/index.js 45.49 KB
73
73
  CJS dist/index.js.map 94.25 KB
74
- CJS ⚡️ Build success in 101ms
74
+ CJS ⚡️ Build success in 118ms
75
75
  DTS Build start
76
- DTS ⚡️ Build success in 9397ms
76
+ DTS ⚡️ Build success in 9265ms
77
77
  DTS dist/index.d.mts 867.98 KB
78
78
  DTS dist/index.d.ts 867.98 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@3.2.9
8
+ - @objectstack/core@3.2.9
9
+
3
10
  ## 3.2.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-auth",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
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.5",
18
- "@objectstack/core": "3.2.8",
19
- "@objectstack/spec": "3.2.8"
18
+ "@objectstack/core": "3.2.9",
19
+ "@objectstack/spec": "3.2.9"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^25.5.0",
23
23
  "typescript": "^5.0.0",
24
24
  "vitest": "^4.1.0",
25
- "@objectstack/cli": "3.2.8"
25
+ "@objectstack/cli": "3.2.9"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup --config ../../../tsup.config.ts",