narrat 3.8.2 → 3.8.3

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.
@@ -508,6 +508,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
508
508
  } | undefined;
509
509
  saves?: {
510
510
  runOnReload?: string | undefined;
511
+ disabled?: boolean | undefined;
511
512
  slots: number;
512
513
  mode: string;
513
514
  } | undefined;
@@ -1156,6 +1157,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
1156
1157
  } | undefined;
1157
1158
  saves?: {
1158
1159
  runOnReload?: string | undefined;
1160
+ disabled?: boolean | undefined;
1159
1161
  slots: number;
1160
1162
  mode: string;
1161
1163
  } | undefined;
@@ -1804,6 +1806,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
1804
1806
  } | undefined;
1805
1807
  saves?: {
1806
1808
  runOnReload?: string | undefined;
1809
+ disabled?: boolean | undefined;
1807
1810
  slots: number;
1808
1811
  mode: string;
1809
1812
  } | undefined;
@@ -2452,6 +2455,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
2452
2455
  } | undefined;
2453
2456
  saves?: {
2454
2457
  runOnReload?: string | undefined;
2458
+ disabled?: boolean | undefined;
2455
2459
  slots: number;
2456
2460
  mode: string;
2457
2461
  } | undefined;
@@ -469,6 +469,7 @@ export declare function getModifiableDataPinia(): {
469
469
  } | undefined;
470
470
  saves?: {
471
471
  runOnReload?: string | undefined;
472
+ disabled?: boolean | undefined;
472
473
  slots: number;
473
474
  mode: string;
474
475
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "narrat",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "narrat narrative engine",
5
5
  "main": "dist/narrat.umd.js",
6
6
  "module": "dist/narrat.es.js",