mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 14:42:53 +00:00
Prevent dimension type inlining in 1.19
This commit is contained in:
Generated
+7
-8
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user