Skip to content

Commit

Permalink
Merge pull request #1 from krypciak/upgrade
Browse files Browse the repository at this point in the history
Update CCModDB related commands to the new database format and & mod publish command
  • Loading branch information
lexisother authored Nov 4, 2024
2 parents 7d25a73 + 01082ed commit e49da03
Show file tree
Hide file tree
Showing 12 changed files with 1,117 additions and 140 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ overrides:
'@typescript-eslint/no-dynamic-delete': off
no-undefined: off
dot-notation: off
node/no-unpublished-import: off
4 changes: 2 additions & 2 deletions dynamic-data/init-entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
{
"type": "mod-database",
"refreshMs": 3600000,
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/master/npDatabase.json"
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/stable/npDatabase.min.json"
},
{
"type": "tool-database",
"refreshMs": 3600000,
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/master/tools.json"
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/stable/tools.json"
},
{
"type": "purge-database",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"ccmoddb": "github:CCDirectLink/CCModDB",
"chai": "^4.3.0",
"eslint": "^8.39.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
Expand All @@ -30,11 +31,13 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@octokit/rest": "^21.0.2",
"bufferutil": "^4.0.3",
"discord-api-types": "^0.37.41",
"discord.js": "^14.14.1",
"discord.js-commando": "github:Pixoll/pixoll-commando",
"prettier": "^3.3.3",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
"zlib-sync": "^0.1.9"
}
}
Loading

0 comments on commit e49da03

Please sign in to comment.