mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
feat(core): http-only wrapper (#9281)
This commit is contained in:
@@ -17,9 +17,16 @@
|
||||
"module": "./dist/index.mjs",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./http-only": {
|
||||
"import": "./dist/http-only.mjs",
|
||||
"require": "./dist/http-only.js",
|
||||
"types": "./dist/http-only.d.ts"
|
||||
}
|
||||
},
|
||||
"directories": {
|
||||
"lib": "src",
|
||||
@@ -59,6 +66,7 @@
|
||||
"@types/node": "16.18.23",
|
||||
"@vitest/coverage-c8": "^0.29.8",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild-plugin-version-injector": "^1.1.0",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-neon": "^0.1.41",
|
||||
"eslint-formatter-pretty": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user