Prevent dimension type inlining in 1.19

This commit is contained in:
Misode
2022-06-12 22:09:12 +02:00
parent a012392672
commit 4942729e7c
2 changed files with 8 additions and 9 deletions
+7 -8
View File
@@ -16,7 +16,7 @@
"@mcschema/java-1.17": "^0.2.29",
"@mcschema/java-1.18": "^0.3.5",
"@mcschema/java-1.18.2": "^0.1.10",
"@mcschema/java-1.19": "^0.1.26",
"@mcschema/java-1.19": "^0.1.27",
"@mcschema/locales": "^0.1.64",
"brace": "^0.11.1",
"buffer": "^6.0.3",
@@ -445,10 +445,9 @@
}
},
"node_modules/@mcschema/java-1.19": {
"version": "0.1.26",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.26.tgz",
"integrity": "sha512-Ar6ja/LC22/Fyv1WGy9gYqT4HLA8pWxib8DT1zuni0FZV7HV/kmORO8m/C6ECzPzcQJBn0aMJuGNzihFc92zvA==",
"license": "MIT",
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.27.tgz",
"integrity": "sha512-R2RKqdUM68o/Js4pJReqKs9x10zj4kynidKeWF3GSFU6nu7sdCN6iJDkuY8mt3y9uwtnO8Ey79Gnb3Px3y4f4w==",
"dependencies": {
"@mcschema/core": "^0.12.34"
}
@@ -5484,9 +5483,9 @@
}
},
"@mcschema/java-1.19": {
"version": "0.1.26",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.26.tgz",
"integrity": "sha512-Ar6ja/LC22/Fyv1WGy9gYqT4HLA8pWxib8DT1zuni0FZV7HV/kmORO8m/C6ECzPzcQJBn0aMJuGNzihFc92zvA==",
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.27.tgz",
"integrity": "sha512-R2RKqdUM68o/Js4pJReqKs9x10zj4kynidKeWF3GSFU6nu7sdCN6iJDkuY8mt3y9uwtnO8Ey79Gnb3Px3y4f4w==",
"requires": {
"@mcschema/core": "^0.12.34"
}
+1 -1
View File
@@ -22,7 +22,7 @@
"@mcschema/java-1.17": "^0.2.29",
"@mcschema/java-1.18": "^0.3.5",
"@mcschema/java-1.18.2": "^0.1.10",
"@mcschema/java-1.19": "^0.1.26",
"@mcschema/java-1.19": "^0.1.27",
"@mcschema/locales": "^0.1.64",
"brace": "^0.11.1",
"buffer": "^6.0.3",