@akashic/game-configuration
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -1,2 +0,2 @@ | ||
import { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types"; | ||
import type { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types"; | ||
/** | ||
@@ -3,0 +3,0 @@ * アセット宣言 |
@@ -101,2 +101,3 @@ import type { AssetConfiguration, AssetConfigurationMap, AudioSystemConfigurationMap, ModuleMainScriptsMap } from "./AssetConfiguration"; | ||
nicolive?: NicoliveEnvironment; | ||
niconico?: NicoliveEnvironment; | ||
external?: External; | ||
@@ -113,3 +114,7 @@ } | ||
supportedModes?: NicoliveSupportedModes[]; | ||
preferredSessionParameters?: PreferredSessionParameters; | ||
} | ||
export interface PreferredSessionParameters { | ||
totalTimeLimit?: number; | ||
} | ||
export declare type AtsumaruSupportedModes = "multi"; | ||
@@ -116,0 +121,0 @@ export declare type NicoliveSupportedModes = "single" | "ranking" | "multi_admission" | "multi"; |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
31301
693