Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
"@akashic/akashic-cli-serve": "1.16.19"
},
"changesets": [
"beige-scissors-wash",
"clean-seas-sleep",
"good-dancers-breathe",
"honest-walls-melt",
"moody-forks-search",
"polite-socks-relate",
"swift-geese-develop"
]
}
6 changes: 6 additions & 0 deletions packages/akashic-cli-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-next.1

### Patch Changes

- [#1507](https://github.com/akashic-games/akashic-cli/pull/1507) [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873) Thanks [@xnv](https://github.com/xnv)! - Fix export-html crash when the output path ends with `.zip`

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/akashic-cli-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-commons",
"version": "1.0.0-next.0",
"version": "1.0.0-next.1",
"description": "The shared definitions and routines for akashic-cli-xxx",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/akashic-cli-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @akashic/akashic-cli-export

## 2.0.0-next.2

### Patch Changes

- [#1506](https://github.com/akashic-games/akashic-cli/pull/1506) [`d66e322`](https://github.com/akashic-games/akashic-cli/commit/d66e3224a90203b431f7d4dd0306dad32fa9f19a) Thanks [@xnv](https://github.com/xnv)! - Fix export-zip's `--bundle` breaks games including audio

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- [#1507](https://github.com/akashic-games/akashic-cli/pull/1507) [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873) Thanks [@xnv](https://github.com/xnv)! - Fix export-html crash when the output path ends with `.zip`

- Updated dependencies [[`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad), [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-extra@2.0.0-next.1
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/akashic-cli-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-export",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "A module to convert your Akashic game to a runnable standalone.",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"zip": "1.2.0"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-extra": "2.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"@akashic/akashic-cli-extra": "2.0.0-next.1",
"@akashic/game-configuration": "2.5.0",
"@akashic/headless-driver": "2.15.12",
"@babel/core": "7.25.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/akashic-cli-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @akashic/akashic-cli-extra

## 2.0.0-next.1

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/akashic-cli-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-extra",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "Extra tools of akashic-cli-xxx",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lib"
],
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"commander": "12.1.0",
"ini": "5.0.0",
"lodash": "4.17.21"
Expand Down
10 changes: 10 additions & 0 deletions packages/akashic-cli-init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad), [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-extra@2.0.0-next.1
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/akashic-cli-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-init",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "A module to get your Akashic game started.",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-extra": "2.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"@akashic/akashic-cli-extra": "2.0.0-next.1",
"commander": "12.1.0",
"fs-extra": "11.2.0",
"glob": "11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/akashic-cli-lib-manage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @akashic/akashic-cli-lib-manage

## 2.0.0-next.1

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/akashic-cli-lib-manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-lib-manage",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "npm command wrapper module for Akashic games",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"commander": "12.1.0",
"minipass": "7.1.2",
"tar": "7.4.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/akashic-cli-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 2.0.0-next.2

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- [#1509](https://github.com/akashic-games/akashic-cli/pull/1509) [`8248ef1`](https://github.com/akashic-games/akashic-cli/commit/8248ef1082214e3bbce117638be8d4ef40b806bd) Thanks [@yu-ogi](https://github.com/yu-ogi)! - warn when using global timer functions

- Updated dependencies [[`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/akashic-cli-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-sandbox",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "Standalone runner for Akashic contents",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@akashic:registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"@akashic/game-configuration": "^2.0.0",
"@akashic/headless-driver": "2.15.12",
"commander": "^11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/akashic-cli-scan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-next.1

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-commons@1.0.0-next.1

## 1.0.0-next.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/akashic-cli-scan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-scan",
"version": "1.0.0-next.0",
"version": "1.0.0-next.1",
"description": "Command line tool for updating assets and globalScripts.",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"aac-duration": "0.0.1",
"chokidar": "^4.0.0",
"commander": "^12.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/akashic-cli-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad), [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-scan@1.0.0-next.1
- @akashic/akashic-cli-commons@1.0.0-next.1

## 2.0.0-next.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/akashic-cli-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli-serve",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "A development server for Akashic Engine",
"type": "module",
"scripts": {
Expand All @@ -27,8 +27,8 @@
"akashic-cli-serve": "./bin/run.js"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-scan": "1.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"@akashic/akashic-cli-scan": "1.0.0-next.1",
"@akashic/amflow-util": "^1.3.0",
"@akashic/game-configuration": "^2.1.0",
"@akashic/headless-driver": "2.15.12",
Expand Down
16 changes: 16 additions & 0 deletions packages/akashic-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.0.0-next.3

### Patch Changes

- [#1503](https://github.com/akashic-games/akashic-cli/pull/1503) [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad) Thanks [@xnv](https://github.com/xnv)! - fix commands broken on early versions of Node.js v18, v20 and v21

- Updated dependencies [[`d66e322`](https://github.com/akashic-games/akashic-cli/commit/d66e3224a90203b431f7d4dd0306dad32fa9f19a), [`2428caf`](https://github.com/akashic-games/akashic-cli/commit/2428cafb6af5547b91f35832602b2b4d15e9f6ad), [`8248ef1`](https://github.com/akashic-games/akashic-cli/commit/8248ef1082214e3bbce117638be8d4ef40b806bd), [`b075741`](https://github.com/akashic-games/akashic-cli/commit/b0757417b225982dbde05b44d260f66f59574873)]:
- @akashic/akashic-cli-export@2.0.0-next.2
- @akashic/akashic-cli-lib-manage@2.0.0-next.1
- @akashic/akashic-cli-sandbox@2.0.0-next.2
- @akashic/akashic-cli-extra@2.0.0-next.1
- @akashic/akashic-cli-serve@2.0.0-next.1
- @akashic/akashic-cli-init@2.0.0-next.1
- @akashic/akashic-cli-scan@1.0.0-next.1
- @akashic/akashic-cli-commons@1.0.0-next.1

## 3.0.0-next.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/akashic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-cli",
"version": "3.0.0-next.2",
"version": "3.0.0-next.3",
"description": "Command-line utility for akashic game development",
"type": "module",
"bin": {
Expand All @@ -20,14 +20,14 @@
"lib"
],
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.0-next.0",
"@akashic/akashic-cli-export": "2.0.0-next.1",
"@akashic/akashic-cli-extra": "2.0.0-next.0",
"@akashic/akashic-cli-init": "2.0.0-next.0",
"@akashic/akashic-cli-lib-manage": "2.0.0-next.0",
"@akashic/akashic-cli-sandbox": "2.0.0-next.1",
"@akashic/akashic-cli-scan": "1.0.0-next.0",
"@akashic/akashic-cli-serve": "2.0.0-next.0",
"@akashic/akashic-cli-commons": "1.0.0-next.1",
"@akashic/akashic-cli-export": "2.0.0-next.2",
"@akashic/akashic-cli-extra": "2.0.0-next.1",
"@akashic/akashic-cli-init": "2.0.0-next.1",
"@akashic/akashic-cli-lib-manage": "2.0.0-next.1",
"@akashic/akashic-cli-sandbox": "2.0.0-next.2",
"@akashic/akashic-cli-scan": "1.0.0-next.1",
"@akashic/akashic-cli-serve": "2.0.0-next.1",
"commander": "^12.0.0"
},
"devDependencies": {
Expand Down