payload-zitadel-plugin 0.3.5 → 0.3.7

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 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -12,7 +12,7 @@ Thus, the user collection in PayloadCMS becomes just a shadow of the information
12
12
  ## Install
13
13
 
14
14
  ```shell
15
- pnpm add payload-zitadel-plugin@0.3.5
15
+ pnpm add payload-zitadel-plugin@0.3.7
16
16
  ```
17
17
 
18
18
  ## Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-zitadel-plugin",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,21 +36,21 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@payloadcms/next": "^3.5.0",
40
- "@payloadcms/translations": "^3.5.0",
41
- "@payloadcms/ui": "^3.5.0",
39
+ "@payloadcms/next": "^3.8.0",
40
+ "@payloadcms/translations": "^3.8.0",
41
+ "@payloadcms/ui": "^3.8.0",
42
42
  "jose": "^5.9.6",
43
- "next": "^15.0.4",
44
- "payload": "^3.5.0",
43
+ "next": "^15.1.0",
44
+ "payload": "^3.8.0",
45
45
  "react": "^19.0.0",
46
46
  "react-dom": "^19.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@swc/cli": "^0.5.2",
50
- "@swc/core": "^1.10.0",
51
- "@types/node": "^22.10.1",
50
+ "@swc/core": "^1.10.1",
51
+ "@types/node": "^22.10.2",
52
52
  "@types/react": "^19.0.1",
53
- "@types/react-dom": "^19.0.1",
53
+ "@types/react-dom": "^19.0.2",
54
54
  "rimraf": "^6.0.1",
55
55
  "typescript": "^5.7.2"
56
56
  },