bc-minecraft-bedrock-types 1.4.11 → 1.19.40-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.
@@ -1,7 +1,7 @@
1
1
  /**A conditional object
2
2
  * @example { "walk.anim": "query.random" }*/
3
3
  export interface Conditional {
4
- /**The id is an animation / controller that is to be activated if the string value is evualated to be 1.0 or higher*/
4
+ /**The id is an animation / controller that is to be activated if the string value is evaluated to be 1.0 or higher*/
5
5
  [id: string]: string | number;
6
6
  }
7
7
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-minecraft-bedrock-types",
3
- "version": "1.4.11",
3
+ "version": "1.19.40-1",
4
4
  "description": "The typescript library that provides default types for minecraft bedrock",
5
5
  "main": "./lib/src/main.js",
6
6
  "types": "./lib/src/main.d.ts",