Skip to content

Commit

Permalink
Merge pull request #216 from akashic-games/update-akashic-engine
Browse files Browse the repository at this point in the history
update modules
  • Loading branch information
dera- authored Feb 26, 2024
2 parents bc30f8e + 7bef8d8 commit 750d0fe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.20.0
* @akashic/akashic-engine@3.17.0 に追従
* @akashic/pdi-types@1.13.0 に追従

## 2.19.1
* `GameDriver#changeState()` のコールバック引数を省略できるように

Expand Down
42 changes: 25 additions & 17 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/game-driver",
"version": "2.19.1",
"version": "2.20.0",
"description": "The driver module for the games using Akashic Engine",
"main": "index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@akashic/amflow": "^3.3.0",
"@akashic/eslint-config": "^2.0.0",
"@akashic/pdi-common-impl": "^1.4.0",
"@akashic/pdi-types": "^1.12.0",
"@akashic/pdi-types": "^1.13.0",
"@akashic/playlog": "^3.3.0",
"@akashic/remark-preset-lint": "^0.1.2",
"@types/jest": "^29.2.3",
Expand All @@ -55,7 +55,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@akashic/akashic-engine": "~3.16.0",
"@akashic/akashic-engine": "~3.17.0",
"@akashic/amflow-util": "~1.4.0",
"@akashic/game-configuration": "~2.0.1"
}
Expand Down

0 comments on commit 750d0fe

Please sign in to comment.