dcl-npc-toolkit 1.1.2-20230601163742.commit-4ad38ad → 1.1.2-20230601163830.commit-6390f00

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1314,6 +1314,7 @@ typeSpeed?: number
1314
1314
  isEndOfDialog?: boolean
1315
1315
  triggeredByNext?: () => void
1316
1316
  portrait?: ImageData
1317
+ image?: ImageData
1317
1318
  isQuestion?:boolean
1318
1319
  buttons?: ButtonData[]
1319
1320
  audio?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-npc-toolkit",
3
- "version": "1.1.2-20230601163742.commit-4ad38ad",
3
+ "version": "1.1.2-20230601163830.commit-6390f00",
4
4
  "description": "A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations.",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -33,5 +33,5 @@
33
33
  "files": [
34
34
  "dist"
35
35
  ],
36
- "commit": "4ad38ade74512db9f466e46077acaa7545aee49a"
36
+ "commit": "6390f00a589d8267543e120fcd0914fa3f2c260f"
37
37
  }