bump: sdks

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-15 11:01:13 +01:00
parent 95846f80e5
commit 3b2ed3afb1
8 changed files with 13 additions and 13 deletions

View File

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