Skip to content

Commit

Permalink
Update CCModDB related commands to the new database format and & mod …
Browse files Browse the repository at this point in the history
…publish command
  • Loading branch information
krypciak committed Oct 28, 2024
1 parent 4d3e0e6 commit 945e86d
Show file tree
Hide file tree
Showing 13 changed files with 1,056 additions and 95 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
11 changes: 11 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"semi": true,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 170,
"quoteProps": "as-needed",
"bracketSpacing": false,
"arrowParens": "avoid"
}
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
3 changes: 3 additions & 0 deletions 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,10 +31,12 @@
"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.9"
}
Expand Down
Loading

0 comments on commit 945e86d

Please sign in to comment.