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:
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-data",
|
|
3
|
-
"version": "3.
|
|
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
|
|
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.
|
|
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",
|
package/minecraft-data/.git
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gitdir: ../.git/modules/minecraft-data
|