@akashic/game-configuration
Advanced tools
Comparing version 1.5.0 to 1.6.0-beta.0
@@ -126,3 +126,3 @@ import { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types"; | ||
/** | ||
* 再生時間。 | ||
* 再生時間。単位はミリ秒。 | ||
*/ | ||
@@ -138,2 +138,6 @@ duration: number; | ||
hint?: AudioAssetHint; | ||
/** | ||
* 再生開始位置。単位はミリ秒。 | ||
*/ | ||
offset?: number; | ||
} | ||
@@ -140,0 +144,0 @@ /** |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "1.5.0", | ||
"version": "1.6.0-beta.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -113,4 +113,5 @@ "main": "lib/index.js", | ||
"publishConfig": { | ||
"@akashic:registry": "https://registry.npmjs.org/" | ||
"@akashic:registry": "https://registry.npmjs.org/", | ||
"tag": "next" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
31166
688
2