@occultus/block-api 0.22.0 → 0.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occultus/block-api",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://codeberg.org/TeamOccultus/StarTenonAPI"
@@ -29,9 +29,9 @@
29
29
  "@minecraft/server-ui": "^2.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@occultus/loot-api": "0.20.0",
33
- "@occultus/toolkit": "0.23.1",
34
- "@occultus/item-api": "0.22.0-beta.1"
32
+ "@occultus/toolkit": "0.23.3",
33
+ "@occultus/item-api": "0.22.0",
34
+ "@occultus/loot-api": "0.20.0"
35
35
  },
36
36
  "type": "module",
37
37
  "devDependencies": {
@@ -9,7 +9,7 @@
9
9
  * "tag": "minecraft:is_pickaxe",
10
10
  * "loot_table": "blocks/lab_table"
11
11
  * }
12
- *
12
+ *
13
13
  * @deprecated 我们推荐使用原版数据驱动来实现有关的功能
14
14
  */
15
15
  export class BlockWithDestroyCondition {
package/tsconfig.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "noEmit": true,
9
9
  "noEmitOnError": true,
10
10
  "target": "es2022",
11
- "lib": ["es2020", "dom"],
11
+ "lib": ["es2021", "dom"],
12
12
  "strict": true,
13
13
  "esModuleInterop": true,
14
14
  "module": "es2022",