minecraft-data 3.32.0 → 3.33.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.
@@ -3,7 +3,6 @@ on:
3
3
  push:
4
4
  branches:
5
5
  - master
6
- - dependabot/npm_and_yarn/json-schema-to-typescript-12.0.0
7
6
  workflow_dispatch:
8
7
  jobs:
9
8
  npm-publish:
@@ -17,7 +16,7 @@ jobs:
17
16
  - name: Set up Node.js
18
17
  uses: actions/setup-node@master
19
18
  with:
20
- node-version: 10.0.0
19
+ node-version: 18.0.0
21
20
  - run: npm install
22
21
  - id: publish
23
22
  uses: JS-DevTools/npm-publish@v1
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.33.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.32.0
4
8
 
5
9
  * update `minecraft-data`
@@ -10,10 +10,10 @@ jobs:
10
10
  with:
11
11
  fetch-depth: 0
12
12
  ref: web
13
- - name: Use Node.js 14.x
13
+ - name: Use Node.js 18.x
14
14
  uses: actions/setup-node@v1
15
15
  with:
16
- node-version: 14.x
16
+ node-version: 18.x
17
17
  - name: Run tool
18
18
  run: |
19
19
  npm install
@@ -1,3 +1,6 @@
1
+ ## 3.33.0
2
+ * Use node 18.
3
+
1
4
  ## 3.32.0
2
5
  * Add bedrock 1.19.80 protocol data
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",
@@ -8,7 +8,7 @@
8
8
  "generate:types": "node typings/generate-typings.js",
9
9
  "generate:data": "node ./bin/generate_data.js",
10
10
  "test:types": "tsc typings/test-typings && node typings/test-typings.js",
11
- "test": "require-self && npm run generate:data && npm run generate:types && npm run lint && npm run test:types && mocha",
11
+ "test": "require-self && npm run generate:data && npm run lint && npm run test:types && mocha",
12
12
  "lint": "standard",
13
13
  "prepare": "require-self && npm run generate:data && npm run generate:types",
14
14
  "fix": "standard --fix"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^18.0.0",
37
- "json-schema-to-typescript": "11.0.1",
37
+ "json-schema-to-typescript": "11.0.5",
38
38
  "minecraft-packets": "^1.4.0",
39
39
  "mocha": "^10.0.0",
40
40
  "require-self": "^0.2.3",
@@ -1 +0,0 @@
1
- gitdir: ../.git/modules/minecraft-data