move cookie utils to @zitadel/next package

This commit is contained in:
peintnermax
2024-08-07 15:53:55 +02:00
parent 6e2441feac
commit a58ccbf671
14 changed files with 4512 additions and 5581 deletions

View File

@@ -6,6 +6,7 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"type": "module",
"files": [
"dist/**"
],
@@ -25,6 +26,8 @@
"peerDependencies": {
"@zitadel/node": "workspace:*",
"@zitadel/react": "workspace:*",
"@zitadel/client": "workspace:*",
"@zitadel/proto": "workspace:*",
"next": "^14.2.3",
"react": "18.2.0"
},