Lock bun.lock for @pascal-app/nodes workspace + sort registry barrel

Companion changes for the new nodes package: bun.lock entry from
`bun install`, and a Biome-auto-sort of the registry barrel.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-05-14 11:25:27 -04:00
co-authored by Claude Opus 4.7
parent fc36b5b600
commit a41321e193
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -182,6 +182,25 @@
"@pascal-app/core": "^0.8.0",
},
},
"packages/nodes": {
"name": "@pascal-app/nodes",
"version": "0.1.0",
"devDependencies": {
"@pascal-app/core": "^0.8.0",
"@pascal/typescript-config": "*",
"@types/bun": "^1.3.0",
"@types/react": "^19.2.2",
"@types/three": "^0.184.0",
"typescript": "6.0.2",
},
"peerDependencies": {
"@pascal-app/core": "^0.8.0",
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"react": "^18 || ^19",
"three": "^0.184",
},
},
"packages/typescript-config": {
"name": "@repo/typescript-config",
"version": "0.0.0",
@@ -451,6 +470,8 @@
"@pascal-app/mcp": ["@pascal-app/mcp@workspace:packages/mcp"],
"@pascal-app/nodes": ["@pascal-app/nodes@workspace:packages/nodes"],
"@pascal-app/viewer": ["@pascal-app/viewer@workspace:packages/viewer"],
"@pascal/typescript-config": ["@pascal/typescript-config@workspace:tooling/typescript"],
+1 -1
View File
@@ -28,8 +28,8 @@ export type {
ScalableConfig,
SceneApi,
SelectableConfig,
SnappableConfig,
SnapPointKind,
SnappableConfig,
SnapServicesLike,
SurfacePoint,
SurfaceQuery,