@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.
- package/dist/main.js +6 -0
- 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}`
|