@mcma/data
Advanced tools
Comparing version 0.5.5 to 0.6.1
@@ -1,2 +0,2 @@ | ||
import { JobBase, Resource, ResourceType } from "@mcma/core"; | ||
import { Resource, ResourceType } from "@mcma/core"; | ||
@@ -10,5 +10,2 @@ export abstract class DbTable<T extends Resource> { | ||
delete(id: string): Promise<void>; | ||
getAndThrowIfNotFound<T extends Resource>(id: string): Promise<T>; | ||
updateJobStatus<T extends JobBase>(jobId: string, status?: string, statusMessage?: string): Promise<T>; | ||
} | ||
@@ -15,0 +12,0 @@ |
const DbTable = require("./lib/db-table"); | ||
require("./lib/db-table-ext"); | ||
module.exports = { | ||
DbTable | ||
}; | ||
}; |
{ | ||
"name": "@mcma/data", | ||
"version": "0.5.5", | ||
"version": "0.6.1", | ||
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework", | ||
@@ -27,8 +27,8 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/core": "0.5.5" | ||
"@mcma/core": "0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.5.5", | ||
"@mcma/core": "0.6.1", | ||
"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
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
1760
4
29