From a41321e193e84e4525e70c3d06bd53786c949273 Mon Sep 17 00:00:00 2001 From: Wassim SAMAD Date: Thu, 14 May 2026 11:25:27 -0400 Subject: [PATCH] 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) --- bun.lock | 21 +++++++++++++++++++++ packages/core/src/registry/index.ts | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 64ed55c6..5cf22a6d 100644 --- a/bun.lock +++ b/bun.lock @@ -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"], diff --git a/packages/core/src/registry/index.ts b/packages/core/src/registry/index.ts index 183aae14..9d2e6505 100644 --- a/packages/core/src/registry/index.ts +++ b/packages/core/src/registry/index.ts @@ -28,8 +28,8 @@ export type { ScalableConfig, SceneApi, SelectableConfig, - SnappableConfig, SnapPointKind, + SnappableConfig, SnapServicesLike, SurfacePoint, SurfaceQuery,