narrat 4.1.10 → 4.1.11
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/data/all-stores.d.ts +1 -1
- package/dist/{index-BD8MgGTD.js → index-Dh7ovoBd.js} +2 -2
- package/dist/{index-BD8MgGTD.js.map → index-Dh7ovoBd.js.map} +1 -1
- package/dist/{lib-_2UUuM2e.js → lib-DPaADyks.js} +222 -225
- package/dist/lib-DPaADyks.js.map +1 -0
- package/dist/narrat.es.js +1 -1
- package/dist/narrat.umd.js +26 -26
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/vm-store.d.ts +2 -2
- package/dist/utils/data-helpers.d.ts +2 -2
- package/package.json +1 -1
- package/dist/lib-_2UUuM2e.js.map +0 -1
|
@@ -4317,7 +4317,7 @@ export declare const sourceAllStores: {
|
|
|
4317
4317
|
returnValue: any;
|
|
4318
4318
|
}[];
|
|
4319
4319
|
data: import("../stores/vm-store").DataState;
|
|
4320
|
-
|
|
4320
|
+
globalSaveData: import("../stores/vm-store").DataState;
|
|
4321
4321
|
lastLabel: string;
|
|
4322
4322
|
jumpTarget?: {
|
|
4323
4323
|
currentIndex: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as rw } from "./lib-
|
|
1
|
+
import { g as rw } from "./lib-DPaADyks.js";
|
|
2
2
|
function Ar(n) {
|
|
3
3
|
return Array.isArray(n);
|
|
4
4
|
}
|
|
@@ -35979,4 +35979,4 @@ export {
|
|
|
35979
35979
|
Sz as toTextContent,
|
|
35980
35980
|
P0 as valueType
|
|
35981
35981
|
};
|
|
35982
|
-
//# sourceMappingURL=index-
|
|
35982
|
+
//# sourceMappingURL=index-Dh7ovoBd.js.map
|