@novely/core 0.30.0 → 0.30.1
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/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -503,6 +503,7 @@ type CustomHandlerFunctionGetFn = <I extends boolean = true>(insert?: I) => Cust
|
|
|
503
503
|
type CustomHandlerFunctionParameters<L extends string, S extends State> = {
|
|
504
504
|
get: CustomHandlerFunctionGetFn;
|
|
505
505
|
state: StateFunction<S>;
|
|
506
|
+
restoring: boolean;
|
|
506
507
|
goingBack: boolean;
|
|
507
508
|
preview: boolean;
|
|
508
509
|
lang: L;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novely/core",
|
|
3
3
|
"description": "Novely - powerful visual novel engine for creating interactive stories and games with branching narratives and rich multimedia content",
|
|
4
|
-
"version": "0.30.
|
|
4
|
+
"version": "0.30.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"publishConfig": {
|