bc-minecraft-molang 1.19.60-0 → 1.19.70-0
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
|
import { DefinedUsing } from "../Types/Defined Using/DefinedUsing";
|
|
2
2
|
import { Using } from "../Types/Defined Using";
|
|
3
3
|
/** Can either be a MolangSet or a MolangSet[] */
|
|
4
|
-
export
|
|
4
|
+
export type MolangSetOptional = MolangSet | MolangFullSet;
|
|
5
5
|
/** The interface for the molang set */
|
|
6
6
|
export interface MolangSet {
|
|
7
7
|
/** The set of contexts variables used*/
|
|
@@ -45,4 +45,4 @@ export declare namespace MolangData {
|
|
|
45
45
|
/**
|
|
46
46
|
* The list of all types
|
|
47
47
|
*/
|
|
48
|
-
export
|
|
48
|
+
export type MolangDataSetKey = "Animations" | "AnimationsControllers" | "Blocks" | "Entities" | "FeaturesRules" | "General" | "Items" | "Particles" | "RenderControllers";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bc-minecraft-molang",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.70-0",
|
|
4
4
|
"description": "The library designed to deal with minecraft bedrock molang",
|
|
5
5
|
"main": "./lib/src/main.js",
|
|
6
6
|
"types": "./lib/src/main.d.ts",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"lib/src/**/*.d.ts"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@types/chai": "^4.3.
|
|
43
|
-
"@types/mocha": "^10.0.
|
|
44
|
-
"@types/node": "^18.
|
|
45
|
-
"chai": "^4.3.
|
|
46
|
-
"mocha": "^10.
|
|
42
|
+
"@types/chai": "^4.3.4",
|
|
43
|
+
"@types/mocha": "^10.0.1",
|
|
44
|
+
"@types/node": "^18.15.11",
|
|
45
|
+
"chai": "^4.3.7",
|
|
46
|
+
"mocha": "^10.2.0",
|
|
47
47
|
"mocha-junit-reporter": "^2.2.0",
|
|
48
|
-
"rimraf": "^
|
|
49
|
-
"ts-loader": "^9.2
|
|
48
|
+
"rimraf": "^5.0.0",
|
|
49
|
+
"ts-loader": "^9.4.2",
|
|
50
50
|
"ts-node": "^10.9.1",
|
|
51
|
-
"typescript": "^
|
|
51
|
+
"typescript": "^5.0.4"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"bc-minecraft-bedrock-types": "^1.
|
|
54
|
+
"bc-minecraft-bedrock-types": "^1.19.50-0"
|
|
55
55
|
}
|
|
56
56
|
}
|