@discordjs/voice 0.7.0 → 0.7.4

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.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@discordjs/voice",
3
- "version": "0.7.0",
3
+ "version": "0.7.4",
4
4
  "description": "Implementation of the Discord Voice API for Node.js",
5
5
  "scripts": {
6
6
  "pretest": "npm run build",
7
7
  "test": "jest --pass-with-no-tests",
8
8
  "test:ci": "jest --no-stack-trace --verbose --pass-with-no-tests",
9
9
  "prebuild": "npm run lint",
10
- "build": "tsup",
10
+ "build": "tsup --format cjs --clean && tsup --dts --format esm",
11
11
  "lint": "eslint src --ext mjs,js,ts",
12
12
  "lint:fix": "eslint src --ext mjs,js,ts --fix",
13
13
  "format": "prettier --write **/*.{ts,js,json,yml,yaml}",
14
14
  "prepare": "is-ci || husky install",
15
15
  "docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
16
- "prepublishOnly": "npm run lint",
16
+ "//prepublishOnly": "npm run lint && npm run test",
17
17
  "release": "standard-version --preset angular"
18
18
  },
19
19
  "main": "./dist/index.js",
@@ -59,14 +59,14 @@
59
59
  "@babel/core": "^7.16.0",
60
60
  "@babel/preset-env": "^7.16.0",
61
61
  "@babel/preset-typescript": "^7.16.0",
62
- "@commitlint/cli": "^13.2.1",
63
- "@commitlint/config-angular": "^13.2.0",
62
+ "@commitlint/cli": "^14.1.0",
63
+ "@commitlint/config-angular": "^14.1.0",
64
64
  "@discordjs/ts-docgen": "^0.3.2",
65
65
  "@types/jest": "^27.0.2",
66
- "@types/node": "^16.11.6",
67
- "@typescript-eslint/eslint-plugin": "^5.2.0",
68
- "@typescript-eslint/parser": "^5.2.0",
69
- "eslint": "^8.1.0",
66
+ "@types/node": "^16.11.7",
67
+ "@typescript-eslint/eslint-plugin": "^5.3.1",
68
+ "@typescript-eslint/parser": "^5.3.1",
69
+ "eslint": "^8.2.0",
70
70
  "eslint-config-marine": "^9.0.6",
71
71
  "eslint-config-prettier": "^8.3.0",
72
72
  "eslint-plugin-prettier": "^4.0.0",
@@ -75,11 +75,11 @@
75
75
  "jest": "^27.3.1",
76
76
  "jest-websocket-mock": "^2.2.1",
77
77
  "lint-staged": "^11.2.6",
78
- "mock-socket": "^9.0.6",
78
+ "mock-socket": "^9.0.7",
79
79
  "prettier": "^2.4.1",
80
80
  "standard-version": "^9.3.2",
81
- "tsup": "^5.5.0",
82
- "typedoc": "^0.22.7",
81
+ "tsup": "^5.7.0",
82
+ "typedoc": "^0.22.8",
83
83
  "typescript": "^4.4.4"
84
84
  },
85
85
  "engines": {