@akashic/headless-driver 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +13 -13
  3. package/CHANGELOG.md +0 -1739
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://github.com/akashic-games/headless-driver/blob/master/img/akashic.png"/>
2
+ <img src="https://raw.githubusercontent.com/akashic-games/headless-driver/main/img/akashic.png"/>
3
3
  </p>
4
4
 
5
5
  # headless-driver
@@ -26,6 +26,6 @@ npm run build
26
26
  ## ライセンス
27
27
  本リポジトリは MIT License の元で公開されています。
28
28
  詳しくは [LICENSE](https://github.com/akashic-games/headless-driver/blob/master/LICENSE) をご覧ください。
29
-
29
+
30
30
  ただし、画像ファイルおよび音声ファイルは
31
31
  [CC BY 2.1 JP](https://creativecommons.org/licenses/by/2.1/jp/) の元で公開されています。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akashic/headless-driver",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "A library to execute contents using Akashic Engine headlessly",
5
5
  "main": "lib/index.js",
6
6
  "author": "DWANGO Co., Ltd.",
@@ -26,41 +26,41 @@
26
26
  "dependencies": {
27
27
  "@akashic/amflow": "3.1.0",
28
28
  "@akashic/playlog": "3.1.0",
29
- "@akashic/trigger": "1.0.0",
29
+ "@akashic/trigger": "1.0.1",
30
30
  "aev1": "npm:@akashic/engine-files@1.2.1",
31
31
  "aev2": "npm:@akashic/engine-files@2.2.1",
32
- "aev3": "npm:@akashic/engine-files@3.2.2",
32
+ "aev3": "npm:@akashic/engine-files@3.3.1",
33
33
  "js-sha256": "0.9.0",
34
34
  "lodash.clonedeep": "4.5.0",
35
35
  "node-fetch": "2.6.7",
36
- "vm2": "3.9.9"
36
+ "vm2": "3.9.10"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@akashic/eslint-config": "1.1.0",
40
40
  "@akashic/remark-preset-lint": "0.1.2",
41
41
  "@types/get-port": "4.0.1",
42
- "@types/jest": "28.1.3",
42
+ "@types/jest": "28.1.7",
43
43
  "@types/lodash.clonedeep": "4.5.7",
44
- "@types/node": "16.11.41",
44
+ "@types/node": "16.11.51",
45
45
  "@types/node-fetch": "2.6.2",
46
46
  "@types/pixelmatch": "5.2.4",
47
47
  "@types/pngjs": "6.0.1",
48
- "@typescript-eslint/eslint-plugin": "5.30.0",
49
- "eslint": "8.18.0",
48
+ "@typescript-eslint/eslint-plugin": "5.33.1",
49
+ "eslint": "8.22.0",
50
50
  "eslint-config-prettier": "8.5.0",
51
51
  "eslint-plugin-import": "2.26.0",
52
- "eslint-plugin-jest": "26.5.3",
52
+ "eslint-plugin-jest": "26.8.5",
53
53
  "get-port": "5.1.1",
54
- "image-size": "1.0.1",
55
- "jest": "28.1.1",
54
+ "image-size": "1.0.2",
55
+ "jest": "28.1.3",
56
56
  "npm-run-all": "4.1.5",
57
57
  "pixelmatch": "5.3.0",
58
58
  "pngjs": "6.0.0",
59
59
  "prettier": "2.7.1",
60
- "remark-cli": "10.0.1",
60
+ "remark-cli": "11.0.0",
61
61
  "rimraf": "3.0.2",
62
62
  "serve-handler": "6.1.3",
63
- "ts-jest": "28.0.5",
63
+ "ts-jest": "28.0.8",
64
64
  "typescript": "4.7.4"
65
65
  },
66
66
  "optionalDependencies": {