payload-zitadel-plugin 0.5.3 → 0.5.5

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/README.md CHANGED
@@ -10,7 +10,7 @@ Thus, the user collection in PayloadCMS becomes just a shadow of the information
10
10
  ## Install
11
11
 
12
12
  ```shell
13
- pnpm add payload-zitadel-plugin@0.5.3
13
+ pnpm add payload-zitadel-plugin@0.5.5
14
14
  ```
15
15
 
16
16
  ## Configuration
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { ZitadelAvatarProps } from '../../../types.js';
3
- export declare const Avatar: ({ imageFieldName }: ZitadelAvatarProps) => React.JSX.Element;
2
+ export declare const Avatar: ({ imageFieldName }: ZitadelAvatarProps) => import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/client/Avatar/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,mBAAmB,CAAA;AAEzD,eAAO,MAAM,MAAM,GAAI,oBAAkB,kBAAkB,sBA6B1D,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/client/Avatar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,mBAAmB,CAAA;AAEzD,eAAO,MAAM,MAAM,GAAI,oBAAkB,kBAAkB,4CA6B1D,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { ZitadelLoginButtonProps } from '../../../types.js';
3
- export declare const LoginButton: ({ payload: { config }, i18n, label }: ZitadelLoginButtonProps) => Promise<React.JSX.Element>;
2
+ export declare const LoginButton: ({ payload: { config }, i18n, label }: ZitadelLoginButtonProps) => Promise<import("react/jsx-runtime").JSX.Element>;
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/server/LoginButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,mBAAmB,CAAA;AAG9D,eAAO,MAAM,WAAW,GAAU,sCAAkC,uBAAuB,+BAKjF,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/server/LoginButton/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,mBAAmB,CAAA;AAG9D,eAAO,MAAM,WAAW,GAAU,sCAAkC,uBAAuB,qDAKjF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-zitadel-plugin",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,26 +36,26 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@payloadcms/next": "^3.60.0",
40
- "@payloadcms/translations": "^3.60.0",
41
- "@payloadcms/ui": "^3.60.0",
39
+ "@payloadcms/next": "^3.61.1",
40
+ "@payloadcms/translations": "^3.61.1",
41
+ "@payloadcms/ui": "^3.61.1",
42
42
  "jose": "^6.1.0",
43
- "next": "^15.5.6",
44
- "payload": "^3.60.0",
43
+ "next": "^16.0.0",
44
+ "payload": "^3.61.1",
45
45
  "react": "^19.2.0",
46
46
  "react-dom": "^19.2.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@swc/cli": "^0.7.8",
50
50
  "@swc/core": "^1.13.20",
51
- "@types/node": "^24.8.1",
51
+ "@types/node": "^24.9.1",
52
52
  "@types/react": "^19.2.2",
53
53
  "@types/react-dom": "^19.2.2",
54
54
  "rimraf": "^6.0.1",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "engines": {
58
- "node": "^24.10.0"
58
+ "node": "^25.0.0"
59
59
  },
60
60
  "exports": {
61
61
  ".": {