@discordjs/core 1.0.0-dev.1690805072-488aa58b2.0 → 1.0.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/CHANGELOG.md +60 -0
- 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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/http-only.mjs
CHANGED
|
@@ -2466,7 +2466,7 @@ __name(withFiles, "withFiles");
|
|
|
2466
2466
|
|
|
2467
2467
|
// src/http-only/index.ts
|
|
2468
2468
|
export * from "discord-api-types/v10";
|
|
2469
|
-
var version = "1.0.0
|
|
2469
|
+
var version = "1.0.0";
|
|
2470
2470
|
export {
|
|
2471
2471
|
API,
|
|
2472
2472
|
ApplicationCommandsAPI,
|