@akashic/game-configuration
Advanced tools
Comparing version 1.6.0-beta.0 to 1.6.0
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "1.6.0-beta.0", | ||
"version": "1.6.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -63,9 +63,8 @@ "main": "lib/index.js", | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
"^.+\\.ts$": [ | ||
"ts-jest", { | ||
"tsconfig": "tsconfig.jest.json" | ||
} | ||
] | ||
}, | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "tsconfig.jest.json" | ||
} | ||
}, | ||
"testMatch": [ | ||
@@ -90,3 +89,3 @@ "<rootDir>/src/**/*.spec.ts" | ||
"dependencies": { | ||
"@akashic/pdi-types": "^1.4.0" | ||
"@akashic/pdi-types": "^1.5.0" | ||
}, | ||
@@ -97,5 +96,5 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"@akashic/eslint-config": "^1.1.0", | ||
"@akashic/eslint-config": "^1.1.1", | ||
"@akashic/remark-preset-lint": "^0.1.2", | ||
"@types/jest": "^28.1.5", | ||
"@types/jest": "^29.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.6", | ||
@@ -106,4 +105,4 @@ "deepcopy": "^2.1.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.5.3", | ||
"jest": "^28.1.2", | ||
"eslint-plugin-jest": "^27.0.0", | ||
"jest": "^29.0.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -113,9 +112,8 @@ "prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.5", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"publishConfig": { | ||
"@akashic:registry": "https://registry.npmjs.org/", | ||
"tag": "next" | ||
"@akashic:registry": "https://registry.npmjs.org/" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
31122
Updated@akashic/pdi-types@^1.5.0