release: v0.5.1

This commit is contained in:
Pascal
2026-04-14 05:01:30 +00:00
parent cf7493985f
commit f25806ee8f
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@pascal-app/viewer",
"version": "0.5.0",
"version": "0.5.1",
"description": "3D viewer component for Pascal building editor",
"type": "module",
"main": "./dist/index.js",
@@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@pascal-app/core": "^0.1.4",
"@pascal-app/core": "^0.5.1",
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"react": "^18 || ^19",