Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@
},
{
"type": "modZip",
"urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/enhanced-ui_v0.1.1.zip",
"urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/enhanced-ui_v0.1.2.zip",
"source": "enhanced-ui"
},
{
"type": "modZip",
"urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/crosscode-ru_v1.0.3.zip",
"urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/crosscode-ru_v1.0.4.zip",
"source": "crosscode-ru"
}
]
Expand Down
14 changes: 7 additions & 7 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,27 +302,27 @@
"url": "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/dmitmel/crosscode-ru"
}
],
"archive_link": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/crosscode-ru_v1.0.3.zip",
"archive_link": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/crosscode-ru_v1.0.4.zip",
"hash": {
"sha256": "6e13d54519984d6a82000e8c00279210955814f1851df57aa879806f459be91c"
"sha256": "a19e90947470c859695edc5aff72f3880af3afe61dd6a03b3dbd122c00defca7"
},
"version": "1.0.3"
"version": "1.0.4"
},
"enhanced-ui": {
"name": "Enhanced UI",
"description": "Various GUI enchancments and fixes",
"description": "Various GUI enhancments and fixes",
"license": "MIT",
"page": [
{
"name": "GitHub",
"url": "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/dmitmel/crosscode-ru/tree/master/enhanced-ui"
}
],
"archive_link": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/enhanced-ui_v0.1.1.zip",
"archive_link": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/enhanced-ui_v0.1.2.zip",
"hash": {
"sha256": "2869fb8a5fe2dbb62efb115b44c1d8fcb3758999590ea81ffadc7e8e8ec1f590"
"sha256": "56186263aab57608026dcf734b4c5f3794b2f122c49819e978805efb8f38f216"
},
"version": "0.1.1"
"version": "0.1.2"
},
"extendable-severed-heads": {
"name": "extendable-severed-heads",
Expand Down
20 changes: 11 additions & 9 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"metadata": {
"private": true,
"name": "crosscode-ru",
"version": "1.0.3",
"version": "1.0.4",
"license": "(MIT AND CC-BY-4.0)",
"description": "Russian translation for CrossCode",
"homepage": "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/dmitmel/crosscode-ru",
Expand All @@ -513,7 +513,7 @@
"module": true,
"postload": "dist/postload.js",
"ccmodDependencies": {
"crosscode": ">=1.2.0-5",
"crosscode": ">=1.2.0",
"Localize Me": "^0.5.2",
"enhanced-ui": "^0.1.0"
},
Expand All @@ -534,10 +534,10 @@
"installation": [
{
"type": "modZip",
"url": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/crosscode-ru_v1.0.3.zip",
"url": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/crosscode-ru_v1.0.4.zip",
"source": "crosscode-ru",
"hash": {
"sha256": "6e13d54519984d6a82000e8c00279210955814f1851df57aa879806f459be91c"
"sha256": "a19e90947470c859695edc5aff72f3880af3afe61dd6a03b3dbd122c00defca7"
}
}
]
Expand All @@ -547,16 +547,18 @@
"private": true,
"name": "enhanced-ui",
"ccmodHumanName": "Enhanced UI",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "Various GUI enchancments and fixes",
"description": "Various GUI enhancments and fixes",
"homepage": "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/dmitmel/crosscode-ru/tree/master/enhanced-ui",
"engines": {
"node": ">=11.0.0"
},
"module": true,
"postload": "dist/postload.js",
"ccmodDependencies": {},
"ccmodDependencies": {
"crosscode": ">=1.2.0"
},
"devDependencies": {},
"scripts": {
"build": "../node_modules/.bin/tsc --build",
Expand All @@ -566,10 +568,10 @@
"installation": [
{
"type": "modZip",
"url": "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/dmitmel/crosscode-ru/releases/download/v1.0.3/enhanced-ui_v0.1.1.zip",
"url": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/enhanced-ui_v0.1.2.zip",
"source": "enhanced-ui",
"hash": {
"sha256": "2869fb8a5fe2dbb62efb115b44c1d8fcb3758999590ea81ffadc7e8e8ec1f590"
"sha256": "56186263aab57608026dcf734b4c5f3794b2f122c49819e978805efb8f38f216"
}
}
]
Expand Down