@mcma/data
Advanced tools
Comparing version 0.9.0 to 0.9.1
import { McmaResource, McmaResourceType } from "@mcma/core"; | ||
export declare abstract class DbTable<T extends McmaResource> { | ||
protected type: string; | ||
constructor(type: string | McmaResourceType<T>); | ||
protected constructor(type: string | McmaResourceType<T>); | ||
abstract query(filter: (resource: T) => boolean): Promise<T[]>; | ||
@@ -6,0 +6,0 @@ abstract get(id: string): Promise<T>; |
{ | ||
"name": "@mcma/data", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework", | ||
@@ -32,6 +32,6 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/core": "0.9.0" | ||
"@mcma/core": "0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.9.0", | ||
"@mcma/core": "0.9.1", | ||
"@types/node": "^13.7.4", | ||
@@ -38,0 +38,0 @@ "jasmine": "^3.3.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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
2540