@anandamideio/entity
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
export default class Entity<EntityType, Identifiers extends string> { | ||
export default class Entity<EntityType = any, Identifiers extends string = string> { | ||
private entityMap; | ||
@@ -9,0 +9,0 @@ private entitySymbols; |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable n/no-unpublished-require */ | ||
const tseslint = require('typescript-eslint'); | ||
@@ -6,3 +5,6 @@ const { LintGolem } = require('@magik_io/lint_golem'); | ||
module.exports = tseslint.config( | ||
...new LintGolem({ rootDir: __dirname }).config | ||
...new LintGolem({ | ||
rootDir: __dirname, | ||
tsconfigPaths: ['tsconfig.json'], | ||
}).config | ||
) |
{ | ||
"name": "@anandamideio/entity", | ||
"main": "dist/index.js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"scripts": { | ||
@@ -15,5 +15,15 @@ "build": "tsc -p tsconfig.json" | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.8.0" | ||
"typescript-eslint": "^7.8.0", | ||
"vitest": "^1.5.3" | ||
}, | ||
"prettier": { | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true, | ||
"printWidth": 140, | ||
"tabs": false, | ||
"quoteProps": "consistent" | ||
}, | ||
"packageManager": "yarn@4.1.1" | ||
} |
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
13936
352
8