@drincs/pixi-vn 1.2.2 → 1.2.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.
@@ -7,7 +7,7 @@ interface ChoiceInterface {
7
7
  /**
8
8
  * Text to be displayed in the menu
9
9
  */
10
- text: string;
10
+ text: string | string[];
11
11
  /**
12
12
  * Label Id to be opened when the option is selected
13
13
  */
@@ -7,7 +7,7 @@ interface ChoiceInterface {
7
7
  /**
8
8
  * Text to be displayed in the menu
9
9
  */
10
- text: string;
10
+ text: string | string[];
11
11
  /**
12
12
  * Label Id to be opened when the option is selected
13
13
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drincs/pixi-vn",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
6
6
  "main": "./dist/index.cjs",