@akashic/game-configuration
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -0,1 +1,2 @@ | ||
import type { RendererCandidate } from "@akashic/pdi-types"; | ||
import type { AssetConfiguration, AssetConfigurationMap, AudioSystemConfigurationMap, ModuleMainPathsMap, ModuleMainScriptsMap } from "./AssetConfiguration"; | ||
@@ -80,2 +81,3 @@ import type { OperationPluginInfo } from "./OperationPluginInfo"; | ||
environment?: Environment; | ||
renderers?: (string | RendererCandidate)[]; | ||
} | ||
@@ -82,0 +84,0 @@ export interface NormalizedGameConfiguration extends GameConfiguration { |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -92,3 +92,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@akashic/pdi-types": "^1.11.1" | ||
"@akashic/pdi-types": "^1.14.0" | ||
}, | ||
@@ -95,0 +95,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
38791
862
Updated@akashic/pdi-types@^1.14.0