@akashic/game-configuration
Advanced tools
Comparing version 2.1.0-beta.1 to 2.1.0
@@ -139,10 +139,4 @@ import type { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types"; | ||
* 再生開始位置。単位はミリ秒。 | ||
* 指定がない場合、0 として扱われる。 | ||
*/ | ||
offset?: number; | ||
/** | ||
* ループ時の再生開始位置。単位はミリ秒。 | ||
* 指定された場合、offset の指定より優先的に参照される。 | ||
*/ | ||
loopOffset?: number; | ||
} | ||
@@ -149,0 +143,0 @@ /** |
@@ -108,2 +108,3 @@ import type { AssetConfiguration, AssetConfigurationMap, AudioSystemConfigurationMap, ModuleMainScriptsMap } from "./AssetConfiguration"; | ||
external?: External; | ||
features?: Features[]; | ||
} | ||
@@ -129,1 +130,2 @@ export interface AkashicRuntime { | ||
} | ||
export type Features = "WebAssembly"; |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "2.1.0-beta.1", | ||
"version": "2.1.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -24,4 +24,3 @@ "main": "lib/index.js", | ||
"publishConfig": { | ||
"@akashic:registry": "https://registry.npmjs.org/", | ||
"tag": "next" | ||
"@akashic:registry": "https://registry.npmjs.org/" | ||
}, | ||
@@ -94,3 +93,3 @@ "files": [ | ||
"dependencies": { | ||
"@akashic/pdi-types": "^1.13.0-beta.0" | ||
"@akashic/pdi-types": "^1.11.1" | ||
}, | ||
@@ -97,0 +96,0 @@ "devDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
38025
846
Updated@akashic/pdi-types@^1.11.1