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.
- package/dist/data/all-stores.d.ts +4 -4
- package/dist/narrat.es.js +8317 -8348
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +49 -49
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/main-store.d.ts +4 -4
- package/dist/types/game-save.d.ts +1 -1
- package/package.json +4 -4
|
@@ -613,7 +613,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
613
613
|
};
|
|
614
614
|
skills: import("./skills").SkillsState;
|
|
615
615
|
};
|
|
616
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2620
|
+
screens: {
|
|
2621
2621
|
layers: (string | null)[];
|
|
2622
2622
|
buttons: import("./screens-store").ButtonsState;
|
|
2623
2623
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "narrat",
|
|
3
|
-
"version": "3.9.
|
|
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": "^
|
|
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": "^
|
|
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.
|
|
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",
|