@vidubia/constants
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -10,4 +10,4 @@ export declare enum MediaState { | ||
GENERATING_OUTPUT = "GENERATING_OUTPUT", | ||
TERMINATED = "TERMINATED" | ||
DELETED = "DELETED" | ||
} | ||
export default MediaState; |
@@ -14,4 +14,4 @@ "use strict"; | ||
MediaState["GENERATING_OUTPUT"] = "GENERATING_OUTPUT"; | ||
MediaState["TERMINATED"] = "TERMINATED"; | ||
MediaState["DELETED"] = "DELETED"; | ||
})(MediaState = exports.MediaState || (exports.MediaState = {})); | ||
exports.default = MediaState; |
{ | ||
"name": "@vidubia/constants", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
23601