narrat 3.9.6 → 3.9.8

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.
@@ -613,7 +613,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
613
613
  };
614
614
  skills: import("./skills").SkillsState;
615
615
  };
616
- screen: {
616
+ screens: {
617
617
  layers: (string | null)[];
618
618
  buttons: import("./screens-store").ButtonsState;
619
619
  };
@@ -1281,7 +1281,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
1281
1281
  };
1282
1282
  skills: import("./skills").SkillsState;
1283
1283
  };
1284
- screen: {
1284
+ screens: {
1285
1285
  layers: (string | null)[];
1286
1286
  buttons: import("./screens-store").ButtonsState;
1287
1287
  };
@@ -1949,7 +1949,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
1949
1949
  };
1950
1950
  skills: import("./skills").SkillsState;
1951
1951
  };
1952
- screen: {
1952
+ screens: {
1953
1953
  layers: (string | null)[];
1954
1954
  buttons: import("./screens-store").ButtonsState;
1955
1955
  };
@@ -2617,7 +2617,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
2617
2617
  };
2618
2618
  skills: import("./skills").SkillsState;
2619
2619
  };
2620
- screen: {
2620
+ screens: {
2621
2621
  layers: (string | null)[];
2622
2622
  buttons: import("./screens-store").ButtonsState;
2623
2623
  };
@@ -31,7 +31,7 @@ export type ExtractedGameSave = {
31
31
  [key: string]: any;
32
32
  };
33
33
  skills: SkillsSave;
34
- screen: ScreenSave;
34
+ screens: ScreenSave;
35
35
  main: MainSaveData;
36
36
  dialog: DialogSave;
37
37
  vm: VMSave;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "narrat",
3
- "version": "3.9.6",
3
+ "version": "3.9.8",
4
4
  "description": "narrat narrative engine",
5
5
  "main": "dist/narrat.umd.js",
6
6
  "module": "dist/narrat.es.js",
@@ -80,7 +80,7 @@
80
80
  "@types/js-yaml": "^4.0.5",
81
81
  "@types/jsdom": "^21.1.1",
82
82
  "@types/testing-library__jest-dom": "^5.14.5",
83
- "@typescript-eslint/eslint-plugin": "^5.30.0",
83
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
84
84
  "@typescript-eslint/parser": "^6.9.0",
85
85
  "@vitejs/plugin-vue": "^4.2.3",
86
86
  "chai-style": "^1.0.3",
@@ -91,14 +91,14 @@
91
91
  "eslint-config-standard": "^17.0.0",
92
92
  "eslint-import-resolver-typescript": "^3.1.1",
93
93
  "eslint-plugin-import": "^2.26.0",
94
- "eslint-plugin-n": "^15.2.3",
94
+ "eslint-plugin-n": "^16.6.2",
95
95
  "eslint-plugin-node": "^11.1.0",
96
96
  "eslint-plugin-promise": "^6.0.0",
97
97
  "eslint-plugin-vue": "^9.15.1",
98
98
  "jsdom": "^20.0.0",
99
99
  "kolorist": "^1.5.1",
100
100
  "pinia": "^2.1.7",
101
- "prettier": "^3.0.0",
101
+ "prettier": "^3.2.5",
102
102
  "rollup-plugin-visualizer": "^5.9.2",
103
103
  "shelljs": "^0.8.5",
104
104
  "shx": "^0.3.4",