@tscircuit/cli 0.1.1005 → 0.1.1006
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 -2
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -71664,7 +71664,7 @@ var registerStaticAssetLoaders = () => {
|
|
|
71664
71664
|
// cli/main.ts
|
|
71665
71665
|
var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
71666
71666
|
// package.json
|
|
71667
|
-
var version = "0.1.
|
|
71667
|
+
var version = "0.1.1005";
|
|
71668
71668
|
var package_default = {
|
|
71669
71669
|
name: "@tscircuit/cli",
|
|
71670
71670
|
main: "dist/cli/main.js",
|
|
@@ -175360,7 +175360,7 @@ export default () => (
|
|
|
175360
175360
|
)
|
|
175361
175361
|
`);
|
|
175362
175362
|
if (saveProjectConfig(null, projectDir)) {
|
|
175363
|
-
console.log("
|
|
175363
|
+
console.log("Created tscircuit.config.json with schema");
|
|
175364
175364
|
}
|
|
175365
175365
|
writeFileIfNotExists(path58.join(projectDir, ".npmrc"), `
|
|
175366
175366
|
@tsci:registry=https://npm.tscircuit.com
|
package/dist/lib/index.js
CHANGED
|
@@ -60432,7 +60432,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
60432
60432
|
}));
|
|
60433
60433
|
};
|
|
60434
60434
|
// package.json
|
|
60435
|
-
var version = "0.1.
|
|
60435
|
+
var version = "0.1.1005";
|
|
60436
60436
|
var package_default = {
|
|
60437
60437
|
name: "@tscircuit/cli",
|
|
60438
60438
|
main: "dist/cli/main.js",
|