From 3bb14722b94b2071d83c29db9073882fbb2d4f54 Mon Sep 17 00:00:00 2001 From: Julien Brissonneau Date: Wed, 19 Aug 2026 02:19:26 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20plugin-bones=20to=2022d9e7ae=20?= =?UTF-8?q?=E2=80=94=20night-5:=20movable=20outlets=20LIVE,=20tee=20guards?= =?UTF-8?q?,=20examiner=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Movable outlets default ON: every receptacle/switch drags like a door with exact single-undo (the drag-commit cascade that woke space-detection mid-commit is gone; pairs with #683's pointer-transparent hidden walls). - Tee-junction guards: parallel-wall false tees filtered, width-aware oblique retreats in all three consumers, junction honesty warnings. - Blueprint examiner round: circuit legend never truncates (second column), condensers tagged CU (not AH), GEN color walk no longer wraps into the lighting band. 878 plugin tests, tsc clean. Co-Authored-By: Claude Fable 5 --- apps/editor/package.json | 2 +- bun.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/editor/package.json b/apps/editor/package.json index 84b3b4ff1..f1cab3e5f 100644 --- a/apps/editor/package.json +++ b/apps/editor/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@iconify/react": "^6.0.2", - "@pascal-app/plugin-bones": "github:pascalorg/plugin-bones#041041dab1366ecd59bf3c74d0dd47a243cc6845", + "@pascal-app/plugin-bones": "github:pascalorg/plugin-bones#22d9e7ae6807126d3f485ae4c3d538280137a43a", "@mint/pascal-plugin": "github:mintdotgg/mint-pascal-plugin#902c546dbaece6b31455c0dc394afe6b9cd136fe", "@number-flow/react": "^0.6.0", "@pascal-app/core": "*", diff --git a/bun.lock b/bun.lock index 9b7e80367..816245a17 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,7 @@ "@pascal-app/editor": "*", "@pascal-app/mcp": "*", "@pascal-app/nodes": "*", - "@pascal-app/plugin-bones": "github:pascalorg/plugin-bones#041041dab1366ecd59bf3c74d0dd47a243cc6845", + "@pascal-app/plugin-bones": "github:pascalorg/plugin-bones#22d9e7ae6807126d3f485ae4c3d538280137a43a", "@pascal-app/plugin-streetscape": "github:sudhir9297/streetscape-pascal-plugin#1c04ec9ccb3fa8124ec56dfc1026567cbbc51aef", "@pascal-app/plugin-trees": "github:pascalorg/plugin-trees#56d978cd9b409b716207b3f3d269455d3cd6f067", "@pascal-app/viewer": "*", @@ -725,7 +725,7 @@ "@pascal-app/nodes": ["@pascal-app/nodes@workspace:packages/nodes"], - "@pascal-app/plugin-bones": ["@pascal-app/plugin-bones@github:pascalorg/plugin-bones#041041d", { "peerDependencies": { "@pascal-app/core": ">=0.9.1 <1", "@pascal-app/editor": ">=0.9.1 <1", "@pascal-app/viewer": ">=0.9.1 <1", "@react-three/fiber": "^9", "react": "^18 || ^19", "three": "^0.185", "zod": "^4", "zustand": "^5" } }, "pascalorg-plugin-bones-041041d"], + "@pascal-app/plugin-bones": ["@pascal-app/plugin-bones@github:pascalorg/plugin-bones#22d9e7a", { "peerDependencies": { "@pascal-app/core": ">=0.9.1 <1", "@pascal-app/editor": ">=0.9.1 <1", "@pascal-app/viewer": ">=0.9.1 <1", "@react-three/fiber": "^9", "react": "^18 || ^19", "three": "^0.185", "zod": "^4", "zustand": "^5" } }, "pascalorg-plugin-bones-22d9e7a"], "@pascal-app/plugin-streetscape": ["@pascal-app/plugin-streetscape@github:sudhir9297/streetscape-pascal-plugin#1c04ec9", { "peerDependencies": { "@pascal-app/core": ">=0.9.1 <1", "@pascal-app/editor": ">=0.9.1 <1", "@pascal-app/viewer": ">=0.9.1 <1", "@react-three/fiber": "^9", "react": "^18 || ^19", "three": "^0.185", "zod": "^4", "zustand": "^5" } }, "sudhir9297-streetscape-pascal-plugin-1c04ec9"],