@better-auth/cimd 1.7.0 → 1.7.2

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/dist/index.mjs +1 -1
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -705,7 +705,7 @@ function createCimdResolver(cimdOptions) {
705
705
  }
706
706
  //#endregion
707
707
  //#region src/version.ts
708
- const PACKAGE_VERSION = "1.7.0";
708
+ const PACKAGE_VERSION = "1.7.2";
709
709
  //#endregion
710
710
  //#region src/index.ts
711
711
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/cimd",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Client ID Metadata Document plugin for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -58,16 +58,16 @@
58
58
  "@modelcontextprotocol/server": "2.0.0",
59
59
  "listhen": "^1.9.0",
60
60
  "tsdown": "0.21.10",
61
- "@better-auth/core": "1.7.0",
62
- "@better-auth/mcp": "1.7.0",
63
- "@better-auth/oauth-provider": "1.7.0",
64
- "better-auth": "1.7.0"
61
+ "@better-auth/core": "1.7.2",
62
+ "@better-auth/mcp": "1.7.2",
63
+ "@better-auth/oauth-provider": "1.7.2",
64
+ "better-auth": "1.7.2"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "better-call": "1.4.0",
68
- "@better-auth/core": "^1.7.0",
69
- "@better-auth/oauth-provider": "^1.7.0",
70
- "better-auth": "^1.7.0"
68
+ "@better-auth/core": "^1.7.2",
69
+ "@better-auth/oauth-provider": "^1.7.2",
70
+ "better-auth": "^1.7.2"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "tsdown",