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.1.0-beta.1 to 2.1.0

6

lib/AssetConfiguration.d.ts

@@ -139,10 +139,4 @@ import type { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types";

* 再生開始位置。単位はミリ秒。
* 指定がない場合、0 として扱われる。
*/
offset?: number;
/**
* ループ時の再生開始位置。単位はミリ秒。
* 指定された場合、offset の指定より優先的に参照される。
*/
loopOffset?: number;
}

@@ -149,0 +143,0 @@ /**

2

lib/GameConfiguration.d.ts

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

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