narrat 3.17.1 → 3.17.2
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 +5 -0
- package/dist/{index-zXbswTbE.js → index-ka4ApQFg.js} +2 -2
- package/dist/{index-zXbswTbE.js.map → index-ka4ApQFg.js.map} +1 -1
- package/dist/{lib-pAMzV307.js → lib-20Ml5KM1.js} +4928 -4924
- package/dist/lib-20Ml5KM1.js.map +1 -0
- package/dist/narrat.es.js +1 -1
- package/dist/narrat.umd.js +33 -33
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/config-store.d.ts +2 -0
- package/dist/stores/main-store.d.ts +4 -0
- package/dist/types/app-types.d.ts +1 -0
- package/dist/utils/data-helpers.d.ts +1 -0
- package/package.json +1 -1
- package/dist/lib-pAMzV307.js.map +0 -1
|
@@ -16,6 +16,7 @@ export declare const sourceAllStores: {
|
|
|
16
16
|
options: {
|
|
17
17
|
baseAssetsPath?: string | undefined;
|
|
18
18
|
baseDataPath?: string | undefined;
|
|
19
|
+
savePathPrefix?: string | undefined;
|
|
19
20
|
configPath?: string | undefined;
|
|
20
21
|
scripts: {
|
|
21
22
|
code: any;
|
|
@@ -728,6 +729,7 @@ export declare const sourceAllStores: {
|
|
|
728
729
|
options: {
|
|
729
730
|
baseAssetsPath?: string | undefined;
|
|
730
731
|
baseDataPath?: string | undefined;
|
|
732
|
+
savePathPrefix?: string | undefined;
|
|
731
733
|
configPath?: string | undefined;
|
|
732
734
|
scripts: {
|
|
733
735
|
code: any;
|
|
@@ -1440,6 +1442,7 @@ export declare const sourceAllStores: {
|
|
|
1440
1442
|
options: {
|
|
1441
1443
|
baseAssetsPath?: string | undefined;
|
|
1442
1444
|
baseDataPath?: string | undefined;
|
|
1445
|
+
savePathPrefix?: string | undefined;
|
|
1443
1446
|
configPath?: string | undefined;
|
|
1444
1447
|
scripts: {
|
|
1445
1448
|
code: any;
|
|
@@ -2152,6 +2155,7 @@ export declare const sourceAllStores: {
|
|
|
2152
2155
|
options: {
|
|
2153
2156
|
baseAssetsPath?: string | undefined;
|
|
2154
2157
|
baseDataPath?: string | undefined;
|
|
2158
|
+
savePathPrefix?: string | undefined;
|
|
2155
2159
|
configPath?: string | undefined;
|
|
2156
2160
|
scripts: {
|
|
2157
2161
|
code: any;
|
|
@@ -2976,6 +2980,7 @@ export declare const sourceAllStores: {
|
|
|
2976
2980
|
gameCharacter(): string;
|
|
2977
2981
|
}, {
|
|
2978
2982
|
setConfig(config: import("../lib").Config): Promise<void>;
|
|
2983
|
+
setSavePathPrefix(prefix: string): void;
|
|
2979
2984
|
extendConfig(config: {
|
|
2980
2985
|
common?: {
|
|
2981
2986
|
baseAssetsPath?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as S8, f as q$, j as C8 } from "./lib-
|
|
1
|
+
import { g as S8, f as q$, j as C8 } from "./lib-20Ml5KM1.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
function wn(t) {
|
|
4
4
|
return Array.isArray(t);
|
|
@@ -40521,4 +40521,4 @@ export {
|
|
|
40521
40521
|
cw as toJSONContent,
|
|
40522
40522
|
EV as toTextContent
|
|
40523
40523
|
};
|
|
40524
|
-
//# sourceMappingURL=index-
|
|
40524
|
+
//# sourceMappingURL=index-ka4ApQFg.js.map
|