narrat 2.2.3 → 2.2.4
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/narrat.es.js +1 -1
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +1 -1
- package/dist/narrat.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/narrat.es.js
CHANGED
|
@@ -39215,7 +39215,7 @@ const OQ = new nt("set", [
|
|
|
39215
39215
|
cssClass: "think-command",
|
|
39216
39216
|
text: `${t.options.text}`,
|
|
39217
39217
|
choices: e,
|
|
39218
|
-
interactive: !
|
|
39218
|
+
interactive: !0
|
|
39219
39219
|
});
|
|
39220
39220
|
}
|
|
39221
39221
|
}), NQ = () => {
|