Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityabhatia committed Aug 3, 2023
1 parent c4952a5 commit 08089de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@corsaircoalition/strategy-sentinel",
"version": "1.0.1",
"version": "1.1.0",
"description": "bot component that analyzes game state and selects actions",
"main": "out/index.js",
"type": "module",
"dependencies": {
"@corsaircoalition/common": "^1.0.4",
"@corsaircoalition/common": "^1.2.0",
"@redis/client": "^1.5.8",
"commander": "^10.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/node": "^18.16.16",
"typescript": "^5.1.3"
"@types/node": "^18.17.1",
"typescript": "^5.1.6"
},
"bin": "./out/index.js",
"files": [
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"author": "Aaditya Bhatia",
"license": "Apache-2.0",
"homepage": "https://github.com/CorsairCoalition/docs#readme"
"homepage": "https://corsaircoalition.github.io/"
}

0 comments on commit 08089de

Please sign in to comment.