bc-minecraft-bedrock-vanilla-data 1.19.50-0 → 1.19.50-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,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type LootTable = string;
4
+ export type LootTable = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Trading = string;
4
+ export type Trading = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Animation = string;
4
+ export type Animation = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type AnimationController = string;
4
+ export type AnimationController = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Fog = string;
4
+ export type Fog = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Material = string;
4
+ export type Material = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Model = string;
4
+ export type Model = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Particle = string;
4
+ export type Particle = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type RenderController = string;
4
+ export type RenderController = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Sound = string;
4
+ export type Sound = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  *
3
3
  */
4
- export declare type Texture = string;
4
+ export type Texture = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-minecraft-bedrock-vanilla-data",
3
- "version": "1.19.50-0",
3
+ "version": "1.19.50-1",
4
4
  "description": "A Typescript library for dealing provides vanilla minecraft data",
5
5
  "main": "./lib/src/main.js",
6
6
  "types": "./lib/src/main.d.ts",
@@ -43,7 +43,7 @@
43
43
  "@types/node": "^18.6.5",
44
44
  "chai": "^4.3.6",
45
45
  "mocha": "^10.0.0",
46
- "rimraf": "^3.0.2",
46
+ "rimraf": "^4.1.2",
47
47
  "ts-node": "^10.9.1",
48
48
  "typescript": "^4.7.4"
49
49
  }