Fix cherry trunk placer int provider weirdness

This commit is contained in:
Misode
2023-06-25 16:49:38 +02:00
parent e0cd0638f8
commit 64197827e0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@mcschema/java-1.19": "^0.1.45",
"@mcschema/java-1.19.3": "^0.0.8",
"@mcschema/java-1.19.4": "^0.1.11",
"@mcschema/java-1.20": "^0.0.12",
"@mcschema/java-1.20": "^0.0.14",
"@mcschema/locales": "^0.1.87",
"@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1",
@@ -628,9 +628,9 @@
}
},
"node_modules/@mcschema/java-1.20": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20/-/java-1.20-0.0.12.tgz",
"integrity": "sha512-bnlJS+OJV4QlbHF9oeMNuJDyhfyEhCThGtYZ7ViEIXZKKuagcYC88pan9AABNwla6ZCev7IyU503Dvp2v9Izag==",
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20/-/java-1.20-0.0.14.tgz",
"integrity": "sha512-s1M18Ydmue1hftgnM0V6UuijoVcn8Un0PBV9Qq+8GkX393vwGO1kkRJef3i96DouKR91W3Mp/qWijp6hN4JdZA==",
"dependencies": {
"@mcschema/core": "^0.12.39"
}
@@ -5785,9 +5785,9 @@
}
},
"@mcschema/java-1.20": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20/-/java-1.20-0.0.12.tgz",
"integrity": "sha512-bnlJS+OJV4QlbHF9oeMNuJDyhfyEhCThGtYZ7ViEIXZKKuagcYC88pan9AABNwla6ZCev7IyU503Dvp2v9Izag==",
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20/-/java-1.20-0.0.14.tgz",
"integrity": "sha512-s1M18Ydmue1hftgnM0V6UuijoVcn8Un0PBV9Qq+8GkX393vwGO1kkRJef3i96DouKR91W3Mp/qWijp6hN4JdZA==",
"requires": {
"@mcschema/core": "^0.12.39"
}