diff --git a/bun.lockb b/bun.lockb index 68475ca4..8a2eea3c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 81ba86b6..844d44a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tscircuit/cli", - "version": "0.0.126", + "version": "0.0.127", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tscircuit/cli", - "version": "0.0.126", + "version": "0.0.127", "license": "ISC", "dependencies": { "@edge-runtime/primitives": "^4.1.0", @@ -52,7 +52,7 @@ "@tscircuit/layout": "^0.0.25", "@tscircuit/manual-edit-events": "^0.0.4", "@tscircuit/react-fiber": "*", - "@tscircuit/soup-util": "^0.0.11", + "@tscircuit/soup-util": "^0.0.13", "@types/archiver": "^6.0.2", "@types/bun": "^1.0.8", "@types/chokidar": "^2.1.3", @@ -1072,13 +1072,17 @@ } }, "node_modules/@tscircuit/soup-util": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.11.tgz", - "integrity": "sha512-fNL84qhAglj6KSdYXVafmDOByRMIHAnyzDgpRmzYrkCUbv3AvJgH1HqO8j9p3pqe/Oc+Csbm14Lhgl+SrxCgYg==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.13.tgz", + "integrity": "sha512-IvyChQs/aj14z6ss4jSpYj3Uu3riUupPaw52mlU07NlpXikqkYoLbub9OgumqmP+m6fCBRZKnr+SVbAbJjZHsQ==", "dev": true, "license": "ISC", + "dependencies": { + "parsel-js": "^1.1.2" + }, "peerDependencies": { "@tscircuit/soup": "*", + "transformation-matrix": "*", "zod": "*" } }, @@ -5049,6 +5053,13 @@ "integrity": "sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ==", "dev": true }, + "node_modules/parsel-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/parsel-js/-/parsel-js-1.1.2.tgz", + "integrity": "sha512-D66DG2nKx4Yoq66TMEyCUHlR2STGqO7vsBrX7tgyS9cfQyO6XD5JyzOiflwmWN6a4wbUAqpmHqmrxlTQVGZcbA==", + "dev": true, + "license": "MIT" + }, "node_modules/parseunit": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/parseunit/-/parseunit-0.3.1.tgz", diff --git a/package.json b/package.json index e73c36ed..090f8bb5 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@tscircuit/layout": "^0.0.25", "@tscircuit/manual-edit-events": "^0.0.4", "@tscircuit/react-fiber": "*", - "@tscircuit/soup-util": "^0.0.11", + "@tscircuit/soup-util": "^0.0.13", "@types/archiver": "^6.0.2", "@types/bun": "^1.0.8", "@types/chokidar": "^2.1.3",