@deepgram/captions
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.1.0"; | ||
export declare const version = "1.1.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = "1.1.0"; | ||
exports.version = "1.1.1"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.1.0"; | ||
export declare const version = "1.1.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "1.1.0"; | ||
export const version = "1.1.1"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@deepgram/captions", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.", | ||
@@ -56,2 +56,5 @@ "keywords": [ | ||
}, | ||
"dependencies": { | ||
"dayjs": "^1.11.10" | ||
}, | ||
"devDependencies": { | ||
@@ -63,3 +66,2 @@ "@commitlint/cli": "^17.6.7", | ||
"chai": "^4.3.7", | ||
"dayjs": "^1.11.10", | ||
"husky": "^4.3.0", | ||
@@ -66,0 +68,0 @@ "mocha": "^9.2.2", |
# Deepgram Captions | ||
This package is the Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files. | ||
This package is the JavaScript implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files. | ||
@@ -5,0 +5,0 @@ > Works with ANY transcription format. |
@@ -1,1 +0,1 @@ | ||
export const version = "1.1.0"; | ||
export const version = "1.1.1"; |
79731
20
1
+ Addeddayjs@^1.11.10
+ Addeddayjs@1.11.13(transitive)