@discordjs/core 0.5.2 → 0.5.3-dev.1681776604-f1fdd5b.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/dist/http-only.js +1 -1
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +1 -1
- package/dist/http-only.mjs.map +1 -1
- package/dist/index.d.ts +12 -5
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3-dev.1681776604-f1fdd5b.0",
|
|
4
4
|
"description": "A thinly abstracted wrapper around the rest API, and gateway.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest run",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:docs": "tsc -p tsconfig.docs.json",
|
|
9
9
|
"lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --format=pretty",
|
|
10
10
|
"format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --fix --format=pretty",
|
|
11
|
-
"docs": "yarn build:docs && api-extractor run --local",
|
|
11
|
+
"docs": "yarn build:docs && api-extractor run --local && api-extractor run --local --config ./api-extractor-docs.json",
|
|
12
12
|
"prepack": "yarn build && yarn lint",
|
|
13
13
|
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/core/*'",
|
|
14
14
|
"release": "cliff-jumper"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@discordjs/ws": "^0.8.1",
|
|
59
59
|
"@sapphire/snowflake": "^3.4.2",
|
|
60
60
|
"@vladfrangu/async_event_emitter": "^2.2.1",
|
|
61
|
-
"discord-api-types": "^0.37.
|
|
61
|
+
"discord-api-types": "^0.37.39"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@favware/cliff-jumper": "^2.0.0",
|