bump: web sdk 1.0.2

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-10 19:44:09 +01:00
parent 7e38176422
commit bbd30ca6e0
5 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@openpanel/nextjs",
"version": "1.0.8-local",
"version": "1.0.9-local",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/web": "workspace:1.0.1-local"
"@openpanel/web": "workspace:1.0.2-local"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",