@better-auth/scim 1.4.0 → 1.4.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
- > @better-auth/scim@1.4.0 build /home/runner/work/better-auth/better-auth/packages/scim
2
+ > @better-auth/scim@1.4.1 build /home/runner/work/better-auth/better-auth/packages/scim
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
@@ -13,4 +13,4 @@
13
13
  ℹ dist/index.d.mts  0.07 kB │ gzip: 0.08 kB
14
14
  ℹ dist/index-DZOZXCsn.d.mts 107.73 kB │ gzip: 4.23 kB
15
15
  ℹ 5 files, total: 146.42 kB
16
- ✔ Build complete in 4251ms
16
+ ✔ Build complete in 4402ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@better-auth/scim",
3
3
  "author": "Jonathan Samines",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "license": "MIT",
@@ -43,10 +43,10 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "tsdown": "^0.16.0",
46
- "@better-auth/sso": "1.4.0"
46
+ "@better-auth/sso": "1.4.1"
47
47
  },
48
48
  "peerDependencies": {
49
- "better-auth": "1.4.0"
49
+ "better-auth": "1.4.1"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "vitest",