Skip to content

Commit

Permalink
v4.0.0-beta.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Jan 24, 2025
1 parent 6cef999 commit efe2ba8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "4.0.0-beta.45",
"version": "4.0.0-beta.46",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/osu-droid-replay-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-droid-replay-analyzer",
"version": "4.0.0-beta.45",
"version": "4.0.0-beta.46",
"description": "A replay analyzer for analyzing osu!droid replay files.",
"keywords": [
"osu",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@rian8337/osu-base": "^4.0.0-beta.44",
"@rian8337/osu-difficulty-calculator": "^4.0.0-beta.44",
"@rian8337/osu-rebalance-difficulty-calculator": "^4.0.0-beta.45",
"@rian8337/osu-rebalance-difficulty-calculator": "^4.0.0-beta.46",
"java-deserialization": "^0.1.0",
"unzipper": "^0.10.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/osu-rebalance-difficulty-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-rebalance-difficulty-calculator",
"version": "4.0.0-beta.45",
"version": "4.0.0-beta.46",
"description": "A module for calculating osu!standard beatmap difficulty and performance value with respect to the latest osu!lazer difficulty and performance algorithm.",
"keywords": [
"osu",
Expand Down
4 changes: 2 additions & 2 deletions packages/osu-strain-graph-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-strain-graph-generator",
"version": "4.0.0-beta.45",
"version": "4.0.0-beta.46",
"description": "A module for generating strain graph of an osu!standard beatmap.",
"keywords": [
"osu",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@rian8337/osu-base": "^4.0.0-beta.44",
"@rian8337/osu-difficulty-calculator": "^4.0.0-beta.44",
"@rian8337/osu-rebalance-difficulty-calculator": "^4.0.0-beta.45",
"@rian8337/osu-rebalance-difficulty-calculator": "^4.0.0-beta.46",
"canvas": "^3.0.0-rc2"
},
"publishConfig": {
Expand Down

0 comments on commit efe2ba8

Please sign in to comment.