@tscircuit/cli 0.1.1452 → 0.1.1453
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.
|
@@ -11882,7 +11882,7 @@ async function generateCircuitJson({
|
|
|
11882
11882
|
}, undefined, false, undefined, this));
|
|
11883
11883
|
runner.render();
|
|
11884
11884
|
const loggedAsyncEffectNames = new Set;
|
|
11885
|
-
while (runner.
|
|
11885
|
+
while (!runner.isDoneRendering()) {
|
|
11886
11886
|
for (const asyncEffect of runner.getRunningAsyncEffects()) {
|
|
11887
11887
|
const asyncEffectName = asyncEffect.effectName;
|
|
11888
11888
|
if (!asyncEffectName || loggedAsyncEffectNames.has(asyncEffectName)) {
|
package/dist/cli/main.js
CHANGED
|
@@ -100762,7 +100762,7 @@ var package_default = {
|
|
|
100762
100762
|
semver: "^7.6.3",
|
|
100763
100763
|
stepts: "^0.0.3",
|
|
100764
100764
|
tempy: "^3.1.0",
|
|
100765
|
-
tscircuit: "0.0.
|
|
100765
|
+
tscircuit: "0.0.1829-libonly",
|
|
100766
100766
|
tsx: "^4.7.1",
|
|
100767
100767
|
"typed-ky": "^0.0.4",
|
|
100768
100768
|
zod: "^3.23.8"
|
|
@@ -110701,7 +110701,7 @@ async function generateCircuitJson({
|
|
|
110701
110701
|
}, undefined, false, undefined, this));
|
|
110702
110702
|
runner.render();
|
|
110703
110703
|
const loggedAsyncEffectNames = new Set;
|
|
110704
|
-
while (runner.
|
|
110704
|
+
while (!runner.isDoneRendering()) {
|
|
110705
110705
|
for (const asyncEffect of runner.getRunningAsyncEffects()) {
|
|
110706
110706
|
const asyncEffectName = asyncEffect.effectName;
|
|
110707
110707
|
if (!asyncEffectName || loggedAsyncEffectNames.has(asyncEffectName)) {
|
|
@@ -12019,7 +12019,7 @@ async function generateCircuitJson({
|
|
|
12019
12019
|
}, undefined, false, undefined, this));
|
|
12020
12020
|
runner.render();
|
|
12021
12021
|
const loggedAsyncEffectNames = new Set;
|
|
12022
|
-
while (runner.
|
|
12022
|
+
while (!runner.isDoneRendering()) {
|
|
12023
12023
|
for (const asyncEffect of runner.getRunningAsyncEffects()) {
|
|
12024
12024
|
const asyncEffectName = asyncEffect.effectName;
|
|
12025
12025
|
if (!asyncEffectName || loggedAsyncEffectNames.has(asyncEffectName)) {
|
package/dist/lib/index.js
CHANGED
|
@@ -65807,7 +65807,7 @@ var package_default = {
|
|
|
65807
65807
|
semver: "^7.6.3",
|
|
65808
65808
|
stepts: "^0.0.3",
|
|
65809
65809
|
tempy: "^3.1.0",
|
|
65810
|
-
tscircuit: "0.0.
|
|
65810
|
+
tscircuit: "0.0.1829-libonly",
|
|
65811
65811
|
tsx: "^4.7.1",
|
|
65812
65812
|
"typed-ky": "^0.0.4",
|
|
65813
65813
|
zod: "^3.23.8"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1453",
|
|
4
4
|
"main": "dist/cli/main.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/cli/main.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"semver": "^7.6.3",
|
|
72
72
|
"stepts": "^0.0.3",
|
|
73
73
|
"tempy": "^3.1.0",
|
|
74
|
-
"tscircuit": "0.0.
|
|
74
|
+
"tscircuit": "0.0.1829-libonly",
|
|
75
75
|
"tsx": "^4.7.1",
|
|
76
76
|
"typed-ky": "^0.0.4",
|
|
77
77
|
"zod": "^3.23.8"
|