@tscircuit/cli 0.1.420 → 0.1.421

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -72198,7 +72198,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72198
72198
  import { execSync as execSync2 } from "node:child_process";
72199
72199
  var import_semver2 = __toESM2(require_semver2(), 1);
72200
72200
  // package.json
72201
- var version = "0.1.419";
72201
+ var version = "0.1.420";
72202
72202
  var package_default = {
72203
72203
  name: "@tscircuit/cli",
72204
72204
  version,
@@ -74059,6 +74059,7 @@ var getIndex = async (mainComponentPath, fileServerApiBaseUrl) => {
74059
74059
  window.TSCIRCUIT_FILESERVER_API_BASE_URL = ${JSON.stringify(fileServerApiBaseUrl)};` : "";
74060
74060
  return `<html>
74061
74061
  <head>
74062
+ <link rel="icon" type="image/png" href="https://github.com/tscircuit.png">
74062
74063
  </head>
74063
74064
  <body>
74064
74065
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.420",
3
+ "version": "0.1.421",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",