@deepgram/sdk 3.0.0-alpha.2 → 3.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- export declare const version = "3.0.0-alpha.2";
1
+ export declare const version = "3.0.0-alpha.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "3.0.0-alpha.2";
4
+ exports.version = "3.0.0-alpha.3";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "3.0.0-alpha.2";
1
+ export declare const version = "3.0.0-alpha.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const version = "3.0.0-alpha.2";
1
+ export const version = "3.0.0-alpha.3";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepgram/sdk",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "Isomorphic Javascript client for Deepgram",
5
5
  "keywords": [
6
6
  "javascript",
@@ -42,9 +42,7 @@
42
42
  "build:module": "tsc -p tsconfig.module.json",
43
43
  "build:umd": "webpack --mode=production",
44
44
  "watch": "nodemon -e ts --watch src --exec \"npm run build\"",
45
- "test:server:build": "tsc -p tsconfig.testServer.json",
46
- "test:server": "nodemon -e ts --watch src --watch test --exec \"ts-node test/testServer.ts\"",
47
- "test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect || :",
45
+ "test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect --timeout 5000 || :",
48
46
  "test:coverage": "nyc --reporter=lcovonly --reporter=text --reporter=text-summary npm run test",
49
47
  "docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts",
50
48
  "docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
@@ -60,17 +58,12 @@
60
58
  "@faker-js/faker": "^8.0.2",
61
59
  "@flydotio/dockerfile": "^0.4.10",
62
60
  "@types/chai": "^4.3.5",
63
- "@types/express-ws": "^3.0.2",
64
61
  "@types/mocha": "^9.1.1",
65
62
  "@types/ws": "^8.5.6",
66
63
  "chai": "^4.3.7",
67
64
  "cross-env": "^7.0.3",
68
- "express-ws": "^5.0.2",
69
- "fetch-mock": "^9.11.0",
70
65
  "husky": "^4.3.0",
71
66
  "mocha": "^9.2.2",
72
- "mock-socket": "^9.2.1",
73
- "nock": "^13.3.2",
74
67
  "nodemon": "^3.0.1",
75
68
  "npm-run-all": "^4.1.5",
76
69
  "nyc": "^15.1.0",
@@ -86,10 +79,6 @@
86
79
  "webpack-cli": "^4.9.2",
87
80
  "ws": "^8.13.0"
88
81
  },
89
- "peerDependencies": {
90
- "@types/express": "^4.17.17",
91
- "express": "^4.18.2"
92
- },
93
82
  "husky": {
94
83
  "hooks": {
95
84
  "pre-commit": "pretty-quick --staged",
@@ -1 +1 @@
1
- export const version = "3.0.0-alpha.2";
1
+ export const version = "3.0.0-alpha.3";