prismarine-schematic 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/HISTORY.md +3 -0
  2. package/package.json +3 -3
package/HISTORY.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## History
2
2
 
3
+ ## 1.2.3
4
+ * Update mcdata
5
+
3
6
  ## 1.2.2
4
7
  * Add setBlock function to Schematic (#35)
5
8
  * Add to/from - JSON (#36)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismarine-schematic",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Read, write and manipulate minecraft schematics",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,9 +36,9 @@
36
36
  ]
37
37
  },
38
38
  "dependencies": {
39
- "minecraft-data": "^2.84.0",
39
+ "minecraft-data": "^3.0.0",
40
40
  "prismarine-block": "^1.7.2",
41
- "prismarine-nbt": "^1.3.0",
41
+ "prismarine-nbt": "^2.0.0",
42
42
  "prismarine-world": "^3.1.1",
43
43
  "vec3": "^0.1.7"
44
44
  }