@tscircuit/cli 0.1.2049 → 0.1.2051
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/main.js +794 -379
- package/dist/lib/index.js +3 -3
- package/package.json +3 -3
package/dist/lib/index.js
CHANGED
|
@@ -69109,7 +69109,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
69109
69109
|
}));
|
|
69110
69110
|
};
|
|
69111
69111
|
// package.json
|
|
69112
|
-
var version = "0.1.
|
|
69112
|
+
var version = "0.1.2049";
|
|
69113
69113
|
var package_default = {
|
|
69114
69114
|
name: "@tscircuit/cli",
|
|
69115
69115
|
version,
|
|
@@ -69126,9 +69126,9 @@ var package_default = {
|
|
|
69126
69126
|
"@babel/standalone": "^7.26.9",
|
|
69127
69127
|
"@biomejs/biome": "^1.9.4",
|
|
69128
69128
|
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.19.tgz",
|
|
69129
|
-
"@tscircuit/circuit-json-placement-analysis": "^0.0.
|
|
69129
|
+
"@tscircuit/circuit-json-placement-analysis": "^0.0.15",
|
|
69130
69130
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.8",
|
|
69131
|
-
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#
|
|
69131
|
+
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#41260fc05b736c0f3fdc33892b6da0ece40107b9",
|
|
69132
69132
|
"@tscircuit/circuit-json-util": "^0.0.113",
|
|
69133
69133
|
"@tscircuit/eval": "^0.0.1016",
|
|
69134
69134
|
"@tscircuit/fake-snippets": "^0.0.182",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2051",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/tscircuit/cli"
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"@babel/standalone": "^7.26.9",
|
|
15
15
|
"@biomejs/biome": "^1.9.4",
|
|
16
16
|
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.19.tgz",
|
|
17
|
-
"@tscircuit/circuit-json-placement-analysis": "^0.0.
|
|
17
|
+
"@tscircuit/circuit-json-placement-analysis": "^0.0.15",
|
|
18
18
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.8",
|
|
19
|
-
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#
|
|
19
|
+
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#41260fc05b736c0f3fdc33892b6da0ece40107b9",
|
|
20
20
|
"@tscircuit/circuit-json-util": "^0.0.113",
|
|
21
21
|
"@tscircuit/eval": "^0.0.1016",
|
|
22
22
|
"@tscircuit/fake-snippets": "^0.0.182",
|