@promptbook/core 0.30.0-6 → 0.30.0
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/esm/index.es.js +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -1493,7 +1493,7 @@ function createPtpExecutor(options) {
|
|
|
1493
1493
|
priority: priority /* <- TODO: !!!! Is it ending with 0 */,
|
|
1494
1494
|
})];
|
|
1495
1495
|
case 25:
|
|
1496
|
-
// TODO:
|
|
1496
|
+
// TODO: [🌹] When making next attempt for `PROMPT DIALOG`, preserve the previous user input
|
|
1497
1497
|
resultString = _t.sent();
|
|
1498
1498
|
return [3 /*break*/, 27];
|
|
1499
1499
|
case 26: throw new Error(
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
priority: priority /* <- TODO: !!!! Is it ending with 0 */,
|
|
1501
1501
|
})];
|
|
1502
1502
|
case 25:
|
|
1503
|
-
// TODO:
|
|
1503
|
+
// TODO: [🌹] When making next attempt for `PROMPT DIALOG`, preserve the previous user input
|
|
1504
1504
|
resultString = _t.sent();
|
|
1505
1505
|
return [3 /*break*/, 27];
|
|
1506
1506
|
case 26: throw new Error(
|