bc-minecraft-bedrock-project 1.19.40-3 → 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.
|
@@ -22,7 +22,7 @@ export interface EntityEvent {
|
|
|
22
22
|
/**
|
|
23
23
|
* @deprecated Replace with @see {@link ComponentContainer}
|
|
24
24
|
*/
|
|
25
|
-
export
|
|
25
|
+
export type EntityComponentContainer = ComponentContainer;
|
|
26
26
|
/** */
|
|
27
27
|
export interface EntityDescription extends ScriptContainer {
|
|
28
28
|
/** */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bc-minecraft-bedrock-project",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.50-1",
|
|
4
4
|
"description": "The typescript library responsible for reading/parsing minecraft bedrock data",
|
|
5
5
|
"main": "./lib/src/main.js",
|
|
6
6
|
"types": "./lib/src/main.d.ts",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"homepage": "https://github.com/Blockception/BC-Minecraft-Bedrock-Project#readme",
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/chai": "^4.3.4",
|
|
44
|
-
"@types/mocha": "^10.0.
|
|
45
|
-
"@types/node": "^18.11.
|
|
44
|
+
"@types/mocha": "^10.0.1",
|
|
45
|
+
"@types/node": "^18.11.11",
|
|
46
46
|
"chai": "^4.3.7",
|
|
47
47
|
"mocha": "^10.0.0",
|
|
48
48
|
"rimraf": "^3.0.2",
|
|
49
49
|
"ts-node": "^10.9.1",
|
|
50
|
-
"typescript": "^4.
|
|
50
|
+
"typescript": "^4.9.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"bc-minecraft-bedrock-command": "^1.19.
|
|
54
|
-
"bc-minecraft-bedrock-types": "^1.19.
|
|
55
|
-
"bc-minecraft-molang": "^1.19.
|
|
53
|
+
"bc-minecraft-bedrock-command": "^1.19.50-0",
|
|
54
|
+
"bc-minecraft-bedrock-types": "^1.19.50-0",
|
|
55
|
+
"bc-minecraft-molang": "^1.19.50-1",
|
|
56
56
|
"bc-minecraft-project": "^1.19.40-1",
|
|
57
57
|
"jsonc": "^2.0.0"
|
|
58
58
|
}
|