@discordjs/ws 0.3.0 → 0.3.1-dev.1661169854-7623fc5.0
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 +5 -4
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/ws",
|
|
3
|
-
"version": "0.3.0",
|
|
3
|
+
"version": "0.3.1-dev.1661169854-7623fc5.0",
|
|
4
4
|
"description": "Wrapper around Discord's gateway",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest run",
|
|
7
7
|
"build": "unbuild",
|
|
8
8
|
"lint": "prettier --check . && TIMING=1 eslint src __tests__ --ext mjs,js,ts",
|
|
9
9
|
"format": "prettier --write . && TIMING=1 eslint src __tests__ --ext mjs,js,ts --fix",
|
|
10
|
-
"docs": "docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript && api-extractor run --local",
|
|
10
|
+
"docs": "downlevel-dts dist docs/dist --to=3.7 && docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript && api-extractor run --local",
|
|
11
11
|
"prepack": "yarn build && yarn lint",
|
|
12
12
|
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/ws/*'",
|
|
13
13
|
"release": "cliff-jumper"
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://discord.js.org",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@discordjs/collection": "^1.0
|
|
56
|
-
"@discordjs/rest": "^1.0
|
|
55
|
+
"@discordjs/collection": "^1.1.0",
|
|
56
|
+
"@discordjs/rest": "^1.1.0",
|
|
57
57
|
"@sapphire/async-queue": "^1.5.0",
|
|
58
58
|
"@types/ws": "^8.5.3",
|
|
59
59
|
"@vladfrangu/async_event_emitter": "^2.0.1",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
70
70
|
"@typescript-eslint/parser": "^5.33.1",
|
|
71
71
|
"@vitest/coverage-c8": "^0.22.1",
|
|
72
|
+
"downlevel-dts": "^0.10.0",
|
|
72
73
|
"eslint": "^8.22.0",
|
|
73
74
|
"eslint-config-marine": "^9.4.1",
|
|
74
75
|
"eslint-config-prettier": "^8.5.0",
|