Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akashic/game-configuration

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/game-configuration - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

lib/GameConfiguration.d.ts

@@ -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 {

4

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc