@objectstack/plugin-auth 3.3.0 → 3.3.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@3.3.0 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
2
+ > @objectstack/plugin-auth@3.3.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]
@@ -68,11 +68,11 @@
68
68
 
69
69
  CJS dist/index.js 45.49 KB
70
70
  CJS dist/index.js.map 94.25 KB
71
- CJS ⚡️ Build success in 83ms
71
+ CJS ⚡️ Build success in 82ms
72
72
  ESM dist/index.mjs 42.00 KB
73
73
  ESM dist/index.mjs.map 93.72 KB
74
- ESM ⚡️ Build success in 85ms
74
+ ESM ⚡️ Build success in 83ms
75
75
  DTS Build start
76
- DTS ⚡️ Build success in 9107ms
76
+ DTS ⚡️ Build success in 9324ms
77
77
  DTS dist/index.d.mts 868.05 KB
78
78
  DTS dist/index.d.ts 868.05 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@3.3.1
8
+ - @objectstack/core@3.3.1
9
+
3
10
  ## 3.3.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-auth",
3
- "version": "3.3.0",
3
+ "version": "3.3.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": "3.3.0",
19
- "@objectstack/spec": "3.3.0"
18
+ "@objectstack/core": "3.3.1",
19
+ "@objectstack/spec": "3.3.1"
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.3.0"
25
+ "@objectstack/cli": "3.3.1"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup --config ../../../tsup.config.ts",