bc-minecraft-bedrock-project 1.7.60 → 1.7.61

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.
@@ -2,7 +2,7 @@ import { Types } from "bc-minecraft-bedrock-types";
2
2
  /**
3
3
  *
4
4
  */
5
- export interface IDataSet<T extends Types.BaseObject> {
5
+ export interface IDataSet<T extends Types.Identifiable> {
6
6
  /**
7
7
  *
8
8
  * @param key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-minecraft-bedrock-project",
3
- "version": "1.7.60",
3
+ "version": "1.7.61",
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",
@@ -42,18 +42,18 @@
42
42
  "devDependencies": {
43
43
  "@types/chai": "^4.2.22",
44
44
  "@types/mocha": "^9.0.0",
45
- "@types/node": "^16.11.7",
45
+ "@types/node": "^16.11.10",
46
46
  "chai": "^4.3.4",
47
47
  "mocha": "^9.1.3",
48
48
  "rimraf": "^3.0.2",
49
49
  "ts-node": "^10.4.0",
50
- "typescript": "^4.4.4"
50
+ "typescript": "^4.5.2"
51
51
  },
52
52
  "dependencies": {
53
53
  "bc-minecraft-bedrock-command": "^1.2.18",
54
- "bc-minecraft-bedrock-types": "^1.2.18",
55
- "bc-minecraft-molang": "^1.2.5",
56
- "bc-minecraft-project": "^1.0.14",
54
+ "bc-minecraft-bedrock-types": "^1.2.19",
55
+ "bc-minecraft-molang": "^1.2.6",
56
+ "bc-minecraft-project": "^1.0.15",
57
57
  "jsonc": "^2.0.0"
58
58
  }
59
59
  }