@akashic/game-configuration
Advanced tools
Comparing version 1.4.0 to 1.5.0
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": { |
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
31032
+ Added@akashic/amflow@3.3.0(transitive)
+ Added@akashic/pdi-types@1.14.0(transitive)
+ Added@akashic/playlog@3.3.0(transitive)
+ Added@akashic/trigger@2.1.3(transitive)
- Removed@akashic/amflow@3.1.0(transitive)
- Removed@akashic/pdi-types@1.3.1(transitive)
- Removed@akashic/playlog@3.1.0(transitive)
- Removed@akashic/trigger@1.0.1(transitive)
Updated@akashic/pdi-types@^1.4.0