@akashic/game-configuration
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -159,2 +159,9 @@ import type { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types"; | ||
type: "script"; | ||
/** | ||
* 他のアセットよりも優先して読み込むかどうか。 | ||
* この値が真であるアセットは、エントリポイントよりも先行して実行される。 | ||
* global が真ではないアセットを先行して読み込むことはできない。 | ||
* preload が真のアセットが複数ある場合、それらの実行順序は保証されない点に注意。 | ||
*/ | ||
preload?: boolean; | ||
} | ||
@@ -161,0 +168,0 @@ /** |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -64,3 +64,4 @@ "main": "lib/index.js", | ||
"^.+\\.ts$": [ | ||
"ts-jest", { | ||
"ts-jest", | ||
{ | ||
"tsconfig": "tsconfig.jest.json" | ||
@@ -67,0 +68,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31985
705