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 1.4.0 to 1.5.0

2

lib/utils/utils.d.ts
import type { NormalizedGameConfiguration } from "../GameConfiguration";
import type { LoadGameConfigurationFunc } from "./types";
export declare type LoadConfigurationFunc = ReturnType<typeof makeLoadConfigurationFunc>;
export declare function makeLoadConfigurationFunc(loadConfiguration: LoadGameConfigurationFunc): (url: string, assetBase: string | undefined, cascadeBase: string | undefined, callback: (err: Error | null, conf?: NormalizedGameConfiguration | undefined) => void) => void;
export declare function makeLoadConfigurationFunc(loadConfiguration: LoadGameConfigurationFunc): (url: string, assetBase: string | undefined, cascadeBase: string | undefined, callback: (err: Error | null, conf?: NormalizedGameConfiguration) => void) => void;
/**

@@ -6,0 +6,0 @@ * 与えられたオブジェクト二つを「マージ」する。

{
"name": "@akashic/game-configuration",
"version": "1.4.0",
"version": "1.5.0",
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.",

@@ -89,3 +89,3 @@ "main": "lib/index.js",

"dependencies": {
"@akashic/pdi-types": "~1.3.0"
"@akashic/pdi-types": "^1.4.0"
},

@@ -98,16 +98,16 @@ "optionalDependencies": {

"@akashic/remark-preset-lint": "^0.1.2",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"deepcopy": "^2.1.0",
"eslint": "^8.13.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"jest": "^27.5.1",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"remark-cli": "^10.0.1",
"prettier": "^2.7.1",
"remark-cli": "^11.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},

@@ -114,0 +114,0 @@ "publishConfig": {

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