mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types: use Snowflake type (#5717)
* types: use Snowflake type * Update typings/index.d.ts Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com> Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
This commit is contained in:
6566
package-lock.json
generated
6566
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -23,9 +23,8 @@
|
||||
"lint:fix": "eslint src --fix",
|
||||
"lint:typings": "tslint typings/index.d.ts",
|
||||
"prettier": "prettier --write src/**/*.js typings/**/*.ts",
|
||||
"prepublishOnly": "pinst --disable && npm run test",
|
||||
"prepare": "is-ci || husky install",
|
||||
"postpublish": "pinst --enable"
|
||||
"prepublishOnly": "npm run test",
|
||||
"prepare": "is-ci || husky install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -50,33 +49,32 @@
|
||||
"@discordjs/collection": "^0.1.6",
|
||||
"@discordjs/form-data": "^3.0.1",
|
||||
"@sapphire/async-queue": "^1.1.2",
|
||||
"@types/ws": "^7.4.4",
|
||||
"abort-controller": "^3.0.0",
|
||||
"discord-api-types": "^0.18.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"prism-media": "^1.2.9",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"ws": "^7.4.5"
|
||||
"ws": "^7.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^12.1.4",
|
||||
"@commitlint/config-angular": "^12.1.4",
|
||||
"@discordjs/docgen": "^0.10.0",
|
||||
"@types/node": "^12.12.6",
|
||||
"@types/ws": "^7.4.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"discord-api-types": "^0.18.1",
|
||||
"dtslint": "^4.0.9",
|
||||
"dtslint": "^4.1.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.3",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"husky": "^6.0.0",
|
||||
"is-ci": "^2.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"is-ci": "^3.0.0",
|
||||
"jest": "^27.0.3",
|
||||
"lint-staged": "^11.0.0",
|
||||
"pinst": "^2.1.6",
|
||||
"prettier": "^2.3.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.2.4"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
|
||||
407
typings/index.d.ts
vendored
407
typings/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user