Fix list operation dispatched fields

This commit is contained in:
Misode
2024-04-13 19:38:29 +02:00
parent 44ffd10a88
commit 25bf80a05a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@mcschema/java-1.20": "^0.0.20",
"@mcschema/java-1.20.2": "^0.0.9",
"@mcschema/java-1.20.3": "^0.0.10",
"@mcschema/java-1.20.5": "^0.0.22",
"@mcschema/java-1.20.5": "^0.0.24",
"@mcschema/locales": "^0.1.98",
"@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1",
@@ -668,9 +668,9 @@
}
},
"node_modules/@mcschema/java-1.20.5": {
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.22.tgz",
"integrity": "sha512-rfF8tR2VEe9YBL7SwB2v7rC37WUvdjm6eIiuvFJjS0/CfKV3EK8I6UwFtJkQkbqPLEZABQJQ49wanMV43X+JQA==",
"version": "0.0.24",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.24.tgz",
"integrity": "sha512-OZaezmCvpLCWeCtL2RBQjKs6IMmwvODDvDMu+ieYp7F6SLM/uBYmv9T6Th1X1I+l5t9ZiNcVnRoA95v0j7ka9A==",
"dependencies": {
"@mcschema/core": "^0.13.0"
}
@@ -4777,9 +4777,9 @@
}
},
"@mcschema/java-1.20.5": {
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.22.tgz",
"integrity": "sha512-rfF8tR2VEe9YBL7SwB2v7rC37WUvdjm6eIiuvFJjS0/CfKV3EK8I6UwFtJkQkbqPLEZABQJQ49wanMV43X+JQA==",
"version": "0.0.24",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.24.tgz",
"integrity": "sha512-OZaezmCvpLCWeCtL2RBQjKs6IMmwvODDvDMu+ieYp7F6SLM/uBYmv9T6Th1X1I+l5t9ZiNcVnRoA95v0j7ka9A==",
"requires": {
"@mcschema/core": "^0.13.0"
}

View File

@@ -28,7 +28,7 @@
"@mcschema/java-1.20": "^0.0.20",
"@mcschema/java-1.20.2": "^0.0.9",
"@mcschema/java-1.20.3": "^0.0.10",
"@mcschema/java-1.20.5": "^0.0.22",
"@mcschema/java-1.20.5": "^0.0.24",
"@mcschema/locales": "^0.1.98",
"@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1",