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,