payload-zitadel-plugin 0.2.13 → 0.2.15
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 +1 -1
- package/package.json +11 -10
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "payload-zitadel-plugin",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.15",
|
4
4
|
"description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
@@ -36,27 +36,27 @@
|
|
36
36
|
"dist"
|
37
37
|
],
|
38
38
|
"dependencies": {
|
39
|
-
"@payloadcms/next": "3.0.0-beta.
|
40
|
-
"@payloadcms/translations": "3.0.0-beta.
|
41
|
-
"@payloadcms/ui": "3.0.0-beta.
|
39
|
+
"@payloadcms/next": "3.0.0-beta.74",
|
40
|
+
"@payloadcms/translations": "3.0.0-beta.74",
|
41
|
+
"@payloadcms/ui": "3.0.0-beta.74",
|
42
42
|
"jsonwebtoken": "^9.0.2",
|
43
|
-
"next": "15.0.0-canary.
|
44
|
-
"payload": "3.0.0-beta.
|
43
|
+
"next": "15.0.0-canary.104",
|
44
|
+
"payload": "3.0.0-beta.74",
|
45
45
|
"react": "rc",
|
46
46
|
"react-dom": "rc"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@swc/cli": "^0.4.0",
|
50
|
-
"@swc/core": "^1.7.
|
50
|
+
"@swc/core": "^1.7.6",
|
51
51
|
"@types/jsonwebtoken": "^9.0.6",
|
52
|
-
"@types/node": "^22.0
|
52
|
+
"@types/node": "^22.1.0",
|
53
53
|
"@types/react": "^18.3.3",
|
54
54
|
"@types/react-dom": "^18.3.0",
|
55
55
|
"rimraf": "^6.0.1",
|
56
56
|
"typescript": "^5.5.4"
|
57
57
|
},
|
58
58
|
"engines": {
|
59
|
-
"node": "^22.
|
59
|
+
"node": "^22.6.0"
|
60
60
|
},
|
61
61
|
"exports": {
|
62
62
|
".": {
|
@@ -83,6 +83,7 @@
|
|
83
83
|
"build": "pnpm build:swc && pnpm build:types",
|
84
84
|
"build:swc": "swc src -d dist --config-file .swcrc --strip-leading-paths",
|
85
85
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
86
|
-
"clean": "rimraf
|
86
|
+
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
87
|
+
"reset": "rimraf dist node_modules pnpm-lock.yaml tsconfig.tsbuildinfo dev/.next dev/node_modules dev/pnpm-lock.yaml"
|
87
88
|
}
|
88
89
|
}
|