@mcma/core
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -236,13 +236,13 @@ export type TypeOfValue = "boolean"|"number"|"bigint"|"string"|"symbol"|"function"|"object"|"undefined"; | ||
export class Exception extends Error { | ||
constructor(message: string, cause: string, context: any); | ||
constructor(message: string, cause?: string, context?: any); | ||
} | ||
export enum JobStatus { | ||
NEW = "NEW", | ||
QUEUED = "QUEUED", | ||
SCHEDULED = "SCHEDULED", | ||
RUNNING = "RUNNING", | ||
COMPLETED = "COMPLETED", | ||
FAILED = "FAILED", | ||
CANCELED = "CANCELED", | ||
New = "New", | ||
Queued = "Queued", | ||
Scheduled = "Scheduled", | ||
Running = "Running", | ||
Completed = "Completed", | ||
Failed = "Failed", | ||
Canceled = "Canceled", | ||
} | ||
@@ -249,0 +249,0 @@ |
@@ -0,0 +0,0 @@ //"use strict"; |
@@ -0,0 +0,0 @@ class ContextVariableProvider { |
@@ -0,0 +0,0 @@ const util = require("util"); |
@@ -335,9 +335,9 @@ //"use strict"; | ||
const JobStatus = Object.freeze({ | ||
NEW: "NEW", | ||
QUEUED: "QUEUED", | ||
SCHEDULED: "SCHEDULED", | ||
RUNNING: "RUNNING", | ||
COMPLETED: "COMPLETED", | ||
FAILED: "FAILED", | ||
CANCELED: "CANCELED", | ||
New: "New", | ||
Queued: "Queued", | ||
Scheduled: "Scheduled", | ||
Running: "Running", | ||
Completed: "Completed", | ||
Failed: "Failed", | ||
Canceled: "Canceled", | ||
}); | ||
@@ -344,0 +344,0 @@ |
@@ -0,0 +0,0 @@ const { Exception } = require("./mcma-core"); |
{ | ||
"name": "@mcma/core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Node module with type definitions and helper utils for the EBU MCMA framework", | ||
"engines": { | ||
"node": "~8.10.0" | ||
"node": "~10.16.3" | ||
}, | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
# mcma-core | ||
Node module with type definitions and helper utils for the EBU MCMA framework |
@@ -0,0 +0,0 @@ { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
27009