@objectstack/plugin-auth 6.8.0 → 6.8.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -300,5 +300,4 @@ pnpm test
300
300
 
301
301
  ## License
302
302
 
303
- BUSL-1.1 with a four-year conversion to Apache-2.0. See
304
- [LICENSING.md](../../../LICENSING.md).
303
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-auth",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "Authentication & Identity Plugin for ObjectStack",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -18,9 +18,9 @@
18
18
  "@better-auth/oauth-provider": "^1.6.11",
19
19
  "@noble/hashes": "^2.2.0",
20
20
  "better-auth": "^1.6.11",
21
- "@objectstack/core": "6.8.0",
22
- "@objectstack/platform-objects": "6.8.0",
23
- "@objectstack/spec": "6.8.0"
21
+ "@objectstack/core": "6.8.1",
22
+ "@objectstack/platform-objects": "6.8.1",
23
+ "@objectstack/spec": "6.8.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.9.1",