@tscircuit/cli 0.1.119 → 0.1.120

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 +6 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -442946,6 +442946,12 @@ var pushSnippet = async ({
442946
442946
  return onExit(1);
442947
442947
  });
442948
442948
  }
442949
+ await ky2.post("package_releases/update", {
442950
+ json: {
442951
+ package_name_with_version: `${scopedPackageName}@${packageVersion}`,
442952
+ ready_to_build: true
442953
+ }
442954
+ });
442949
442955
  onSuccess([
442950
442956
  kleur_default.green(`"${tsciPackageName}@${packageVersion}" published!`),
442951
442957
  `https://tscircuit.com/${scopedPackageName}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.119",
3
+ "version": "0.1.120",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",