@better-auth/scim 1.5.0-beta.8 → 1.5.0

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.
package/package.json CHANGED
@@ -1,25 +1,31 @@
1
1
  {
2
2
  "name": "@better-auth/scim",
3
- "author": "Jonathan Samines",
4
- "version": "1.5.0-beta.8",
3
+ "version": "1.5.0",
4
+ "description": "SCIM plugin for Better Auth",
5
5
  "type": "module",
6
- "main": "dist/index.mjs",
7
- "types": "dist/index.d.mts",
8
6
  "license": "MIT",
7
+ "homepage": "https://www.better-auth.com/docs/plugins/scim",
9
8
  "repository": {
10
9
  "type": "git",
11
10
  "url": "git+https://github.com/better-auth/better-auth.git",
12
11
  "directory": "packages/scim"
13
12
  },
13
+ "author": "Jonathan Samines",
14
14
  "keywords": [
15
15
  "auth",
16
- "scim"
16
+ "scim",
17
+ "typescript",
18
+ "better-auth"
17
19
  ],
18
20
  "publishConfig": {
19
21
  "access": "public"
20
22
  },
21
- "module": "dist/index.mjs",
22
- "description": "SCIM plugin for Better Auth",
23
+ "files": [
24
+ "dist"
25
+ ],
26
+ "main": "./dist/index.mjs",
27
+ "module": "./dist/index.mjs",
28
+ "types": "./dist/index.d.mts",
23
29
  "exports": {
24
30
  ".": {
25
31
  "dev-source": "./src/index.ts",
@@ -43,26 +49,26 @@
43
49
  }
44
50
  },
45
51
  "dependencies": {
46
- "@better-auth/utils": "0.3.0",
47
- "better-call": "1.1.8",
48
- "zod": "^4.1.5"
52
+ "@better-auth/utils": "0.3.1",
53
+ "better-call": "1.3.2",
54
+ "zod": "^4.3.6"
49
55
  },
50
56
  "devDependencies": {
51
- "tsdown": "^0.19.0",
52
- "@better-auth/core": "1.5.0-beta.8",
53
- "@better-auth/sso": "1.5.0-beta.8"
57
+ "tsdown": "^0.20.3",
58
+ "@better-auth/core": "1.5.0",
59
+ "@better-auth/sso": "1.5.0"
54
60
  },
55
61
  "peerDependencies": {
56
- "@better-auth/core": "1.5.0-beta.8",
57
- "better-auth": "1.5.0-beta.8"
62
+ "@better-auth/core": "1.5.0",
63
+ "better-auth": "1.5.0"
58
64
  },
59
65
  "scripts": {
60
- "test": "vitest",
61
- "coverage": "vitest run --coverage --coverage.provider=istanbul",
62
- "lint:package": "publint run --strict",
63
- "lint:types": "attw --profile esm-only --pack .",
64
66
  "build": "tsdown",
65
67
  "dev": "tsdown --watch",
66
- "typecheck": "tsc --project tsconfig.json"
68
+ "lint:package": "publint run --strict",
69
+ "lint:types": "attw --profile esm-only --pack .",
70
+ "typecheck": "tsc --project tsconfig.json",
71
+ "test": "vitest",
72
+ "coverage": "vitest run --coverage --coverage.provider=istanbul"
67
73
  }
68
74
  }
@@ -1,16 +0,0 @@
1
-
2
- > @better-auth/scim@1.5.0-beta.8 build /home/runner/work/better-auth/better-auth/packages/scim
3
- > tsdown
4
-
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
- ℹ config file: /home/runner/work/better-auth/better-auth/packages/scim/tsdown.config.ts
7
- ℹ entry: src/index.ts, src/client.ts
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ dist/index.mjs  39.48 kB │ gzip: 8.06 kB
11
- ℹ dist/client.mjs  0.15 kB │ gzip: 0.14 kB
12
- ℹ dist/client.d.mts  0.22 kB │ gzip: 0.18 kB
13
- ℹ dist/index.d.mts  0.07 kB │ gzip: 0.08 kB
14
- ℹ dist/index-C1g0YSP7.d.mts 108.52 kB │ gzip: 4.36 kB
15
- ℹ 5 files, total: 148.43 kB
16
- ✔ Build complete in 7192ms