@tscircuit/cli 0.1.1634 → 0.1.1635
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 +2 -3
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -93628,7 +93628,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
93628
93628
|
// lib/getVersion.ts
|
|
93629
93629
|
import { createRequire as createRequire2 } from "node:module";
|
|
93630
93630
|
// package.json
|
|
93631
|
-
var version = "0.1.
|
|
93631
|
+
var version = "0.1.1634";
|
|
93632
93632
|
var package_default = {
|
|
93633
93633
|
name: "@tscircuit/cli",
|
|
93634
93634
|
version,
|
|
@@ -259126,8 +259126,7 @@ var registerCheckSchematicPlacement = (program2) => {
|
|
|
259126
259126
|
// cli/check/shorts/register.ts
|
|
259127
259127
|
import { mkdir, writeFile } from "node:fs/promises";
|
|
259128
259128
|
import path47 from "node:path";
|
|
259129
|
-
var
|
|
259130
|
-
var loadCheckShorts = async () => await import(checkShortsPackageName);
|
|
259129
|
+
var loadCheckShorts = async () => await import("@tscircuit/check-shorts");
|
|
259131
259130
|
var parsePixelsPerMm = (value) => {
|
|
259132
259131
|
if (!value)
|
|
259133
259132
|
return;
|
package/dist/lib/index.js
CHANGED
|
@@ -65811,7 +65811,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65811
65811
|
}));
|
|
65812
65812
|
};
|
|
65813
65813
|
// package.json
|
|
65814
|
-
var version = "0.1.
|
|
65814
|
+
var version = "0.1.1634";
|
|
65815
65815
|
var package_default = {
|
|
65816
65816
|
name: "@tscircuit/cli",
|
|
65817
65817
|
version,
|