feature(sdk): add ability to set global properties in nextjs

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-01 10:13:02 +02:00
parent fa5ff6e5d4
commit d920f6951c
4 changed files with 26 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@openpanel/nextjs",
"version": "1.0.3-local",
"version": "1.0.5-local",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/web": "1.0.0-local"
"@openpanel/web": "1.0.1-local"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0",
@@ -20,4 +20,4 @@
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
}