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,6 +1,6 @@
{
"name": "@openpanel/web",
"version": "1.0.0-local",
"version": "1.0.1-local",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
@@ -15,4 +15,4 @@
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
}