@deepgram/sdk
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
@@ -1,2 +0,2 @@ | ||
export declare const version = "3.0.0-alpha.2"; | ||
export declare const version = "3.0.0-alpha.3"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = "3.0.0-alpha.2"; | ||
exports.version = "3.0.0-alpha.3"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "3.0.0-alpha.2"; | ||
export declare const version = "3.0.0-alpha.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "3.0.0-alpha.2"; | ||
export const version = "3.0.0-alpha.3"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@deepgram/sdk", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Isomorphic Javascript client for Deepgram", | ||
@@ -45,5 +45,3 @@ "keywords": [ | ||
"watch": "nodemon -e ts --watch src --exec \"npm run build\"", | ||
"test:server:build": "tsc -p tsconfig.testServer.json", | ||
"test:server": "nodemon -e ts --watch src --watch test --exec \"ts-node test/testServer.ts\"", | ||
"test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect || :", | ||
"test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect --timeout 5000 || :", | ||
"test:coverage": "nyc --reporter=lcovonly --reporter=text --reporter=text-summary npm run test", | ||
@@ -64,3 +62,2 @@ "docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts", | ||
"@types/chai": "^4.3.5", | ||
"@types/express-ws": "^3.0.2", | ||
"@types/mocha": "^9.1.1", | ||
@@ -70,8 +67,4 @@ "@types/ws": "^8.5.6", | ||
"cross-env": "^7.0.3", | ||
"express-ws": "^5.0.2", | ||
"fetch-mock": "^9.11.0", | ||
"husky": "^4.3.0", | ||
"mocha": "^9.2.2", | ||
"mock-socket": "^9.2.1", | ||
"nock": "^13.3.2", | ||
"nodemon": "^3.0.1", | ||
@@ -92,6 +85,2 @@ "npm-run-all": "^4.1.5", | ||
}, | ||
"peerDependencies": { | ||
"@types/express": "^4.17.17", | ||
"express": "^4.18.2" | ||
}, | ||
"husky": { | ||
@@ -98,0 +87,0 @@ "hooks": { |
@@ -1,1 +0,1 @@ | ||
export const version = "3.0.0-alpha.2"; | ||
export const version = "3.0.0-alpha.3"; |
3
25
420695