Skip to content

Commit

Permalink
Merge pull request #42 from kalgen432/master
Browse files Browse the repository at this point in the history
Update pinnedPackages again to fix breakage caused by our dependencies
  • Loading branch information
AlinaNova21 authored Oct 22, 2023
2 parents d0b47e6 + 3e9b310 commit d37f63a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ that does a step-by-step setup including mongo, redis, and auto start.
# Sometimes dependencies change in ways that break screeps-launcher or the builds it does. To work around those issues, some package versions need to be pinned. See the current list in the README at https://github.com/screepers/screeps-launcher/ or the specific issue tracking pinned packages: https://github.com/screepers/screeps-launcher/issues/34
pinnedPackages:
ssri: 8.0.1
cacache: 16.1.3
cacache: 15.3.0
passport-steam: 1.0.17
minipass-fetch: 3.0.3
minipass-fetch: 2.1.2
express-rate-limit: 6.7.0
mods: # Recommended mods
- screepsmod-auth
- screepsmod-admin-utils
Expand Down
5 changes: 3 additions & 2 deletions config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ steamKey: <YourSteamKey>
# Sometimes dependencies change in ways that break screeps-launcher. To work around those issues, some package versions need to be pinned. See the current list in the README at https://github.com/screepers/screeps-launcher/ or the specific issue tracking pinned packages: https://github.com/screepers/screeps-launcher/issues/34
pinnedPackages:
ssri: 8.0.1
cacache: 16.1.3
cacache: 15.3.0
passport-steam: 1.0.17
minipass-fetch: 3.0.3
minipass-fetch: 2.1.2
express-rate-limit: 6.7.0
env:
shared:
MONGO_HOST: localhost
Expand Down
5 changes: 3 additions & 2 deletions launcher/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ func NewConfig() *Config {
ExtraPackages: make(map[string]string),
PinnedPackages: map[string]string{
"ssri": "8.0.1",
"cacache": "16.1.3",
"cacache": "15.3.0",
"passport-steam": "1.0.17",
"minipass-fetch": "3.0.3",
"minipass-fetch": "2.1.2",
"express-rate-limit": "6.7.0",
},
Backup: &ConfigBackup{
Dirs: make([]string, 0),
Expand Down

0 comments on commit d37f63a

Please sign in to comment.