@better-auth/scim 1.5.0-beta.4 → 1.5.0-beta.6

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,8 +1,8 @@
1
1
 
2
- > @better-auth/scim@1.5.0-beta.4 build /home/runner/work/better-auth/better-auth/packages/scim
2
+ > @better-auth/scim@1.5.0-beta.6 build /home/runner/work/better-auth/better-auth/packages/scim
3
3
  > tsdown
4
4
 
5
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
6
  ℹ config file: /home/runner/work/better-auth/better-auth/packages/scim/tsdown.config.ts
7
7
  ℹ entry: src/index.ts, src/client.ts
8
8
  ℹ tsconfig: tsconfig.json
@@ -13,4 +13,4 @@
13
13
  ℹ dist/index.d.mts  0.07 kB │ gzip: 0.08 kB
14
14
  ℹ dist/index-CLRYWJJP.d.mts 108.25 kB │ gzip: 4.26 kB
15
15
  ℹ 5 files, total: 146.68 kB
16
- ✔ Build complete in 8116ms
16
+ ✔ Build complete in 8326ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@better-auth/scim",
3
3
  "author": "Jonathan Samines",
4
- "version": "1.5.0-beta.4",
4
+ "version": "1.5.0-beta.6",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
7
7
  "types": "dist/index.d.mts",
@@ -48,13 +48,13 @@
48
48
  "zod": "^4.1.5"
49
49
  },
50
50
  "devDependencies": {
51
- "tsdown": "^0.17.2",
52
- "@better-auth/core": "1.5.0-beta.4",
53
- "@better-auth/sso": "1.5.0-beta.4"
51
+ "tsdown": "^0.19.0",
52
+ "@better-auth/core": "1.5.0-beta.6",
53
+ "@better-auth/sso": "1.5.0-beta.6"
54
54
  },
55
55
  "peerDependencies": {
56
- "@better-auth/core": "1.5.0-beta.4",
57
- "better-auth": "1.5.0-beta.4"
56
+ "@better-auth/core": "1.5.0-beta.6",
57
+ "better-auth": "1.5.0-beta.6"
58
58
  },
59
59
  "scripts": {
60
60
  "test": "vitest",