@discordjs/rest 0.4.0-dev.1649937819-b01f414 → 0.4.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 CHANGED
@@ -1,91 +1,90 @@
1
1
  {
2
- "name": "@discordjs/rest",
3
- "version": "0.4.0-dev.1649937819-b01f414",
4
- "description": "The REST API for discord.js",
5
- "scripts": {
6
- "build": "tsup && tsc --emitDeclarationOnly --incremental",
7
- "test": "jest --pass-with-no-tests --collect-coverage",
8
- "lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
9
- "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
10
- "docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
11
- "prepublishOnly": "yarn build && yarn lint && yarn test",
12
- "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/rest/*'"
13
- },
14
- "main": "./dist/index.js",
15
- "module": "./dist/index.mjs",
16
- "typings": "./dist/index.d.ts",
17
- "exports": {
18
- "import": "./dist/index.mjs",
19
- "require": "./dist/index.js",
20
- "types": "./dist/index.d.ts"
21
- },
22
- "directories": {
23
- "lib": "src",
24
- "test": "__tests__"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "contributors": [
30
- "Crawl <icrawltogo@gmail.com>",
31
- "Amish Shah <amishshah.2k@gmail.com>",
32
- "SpaceEEC <spaceeec@yahoo.com>",
33
- "Vlad Frangu <kingdgrizzle@gmail.com>",
34
- "Antonio Roman <kyradiscord@gmail.com>"
35
- ],
36
- "license": "Apache-2.0",
37
- "keywords": [
38
- "discord",
39
- "api",
40
- "rest",
41
- "discordapp",
42
- "discordjs"
43
- ],
44
- "repository": {
45
- "type": "git",
46
- "url": "git+https://github.com/discordjs/discord.js.git"
47
- },
48
- "bugs": {
49
- "url": "https://github.com/discordjs/discord.js/issues"
50
- },
51
- "homepage": "https://discord.js.org",
52
- "dependencies": {
53
- "@discordjs/collection": "^0.6.0-dev",
54
- "@sapphire/async-queue": "^1.2.0",
55
- "@sapphire/snowflake": "^3.1.0",
56
- "@types/node-fetch": "^2.5.12",
57
- "discord-api-types": "^0.29.0",
58
- "form-data": "^4.0.0",
59
- "node-fetch": "^2.6.7",
60
- "tslib": "^2.3.1"
61
- },
62
- "devDependencies": {
63
- "@babel/core": "^7.17.2",
64
- "@babel/plugin-proposal-decorators": "^7.17.2",
65
- "@babel/preset-env": "^7.16.11",
66
- "@babel/preset-typescript": "^7.16.7",
67
- "@discordjs/ts-docgen": "^0.3.4",
68
- "@types/jest": "^27.4.0",
69
- "@typescript-eslint/eslint-plugin": "^5.11.0",
70
- "@typescript-eslint/parser": "^5.11.0",
71
- "babel-plugin-const-enum": "^1.2.0",
72
- "babel-plugin-transform-typescript-metadata": "^0.3.2",
73
- "eslint": "^8.9.0",
74
- "eslint-config-marine": "^9.3.2",
75
- "eslint-config-prettier": "^8.3.0",
76
- "eslint-plugin-prettier": "^4.0.0",
77
- "jest": "^27.5.1",
78
- "nock": "^13.2.4",
79
- "prettier": "^2.5.1",
80
- "tsup": "^5.11.13",
81
- "typedoc": "^0.22.11",
82
- "typescript": "^4.5.5"
83
- },
84
- "engines": {
85
- "node": ">=16.9.0"
86
- },
87
- "publishConfig": {
88
- "access": "public"
89
- },
90
- "stableVersion": "0.4.0-dev"
91
- }
2
+ "name": "@discordjs/rest",
3
+ "version": "0.4.0",
4
+ "description": "The REST API for discord.js",
5
+ "scripts": {
6
+ "build": "tsup && tsc --emitDeclarationOnly --incremental",
7
+ "test": "jest --pass-with-no-tests --collect-coverage",
8
+ "lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
9
+ "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
10
+ "docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
11
+ "prepublishOnly": "yarn build && yarn lint && yarn test",
12
+ "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/rest/*'"
13
+ },
14
+ "main": "./dist/index.js",
15
+ "module": "./dist/index.mjs",
16
+ "typings": "./dist/index.d.ts",
17
+ "exports": {
18
+ "import": "./dist/index.mjs",
19
+ "require": "./dist/index.js",
20
+ "types": "./dist/index.d.ts"
21
+ },
22
+ "directories": {
23
+ "lib": "src",
24
+ "test": "__tests__"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "contributors": [
30
+ "Crawl <icrawltogo@gmail.com>",
31
+ "Amish Shah <amishshah.2k@gmail.com>",
32
+ "SpaceEEC <spaceeec@yahoo.com>",
33
+ "Vlad Frangu <kingdgrizzle@gmail.com>",
34
+ "Antonio Roman <kyradiscord@gmail.com>"
35
+ ],
36
+ "license": "Apache-2.0",
37
+ "keywords": [
38
+ "discord",
39
+ "api",
40
+ "rest",
41
+ "discordapp",
42
+ "discordjs"
43
+ ],
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git+https://github.com/discordjs/discord.js.git"
47
+ },
48
+ "bugs": {
49
+ "url": "https://github.com/discordjs/discord.js/issues"
50
+ },
51
+ "homepage": "https://discord.js.org",
52
+ "dependencies": {
53
+ "@discordjs/collection": "workspace:^",
54
+ "@sapphire/async-queue": "^1.3.1",
55
+ "@sapphire/snowflake": "^3.2.1",
56
+ "@types/node-fetch": "^2.6.1",
57
+ "discord-api-types": "^0.29.0",
58
+ "form-data": "^4.0.0",
59
+ "node-fetch": "^2.6.7",
60
+ "tslib": "^2.3.1"
61
+ },
62
+ "devDependencies": {
63
+ "@babel/core": "^7.17.9",
64
+ "@babel/plugin-proposal-decorators": "^7.17.9",
65
+ "@babel/preset-env": "^7.16.11",
66
+ "@babel/preset-typescript": "^7.16.7",
67
+ "@discordjs/ts-docgen": "^0.4.1",
68
+ "@types/jest": "^27.4.1",
69
+ "@typescript-eslint/eslint-plugin": "^5.19.0",
70
+ "@typescript-eslint/parser": "^5.19.0",
71
+ "babel-plugin-const-enum": "^1.2.0",
72
+ "babel-plugin-transform-typescript-metadata": "^0.3.2",
73
+ "eslint": "^8.13.0",
74
+ "eslint-config-marine": "^9.4.1",
75
+ "eslint-config-prettier": "^8.5.0",
76
+ "eslint-plugin-import": "^2.26.0",
77
+ "jest": "^27.5.1",
78
+ "nock": "^13.2.4",
79
+ "prettier": "^2.6.2",
80
+ "tsup": "^5.12.5",
81
+ "typedoc": "^0.22.15",
82
+ "typescript": "^4.6.3"
83
+ },
84
+ "engines": {
85
+ "node": ">=16.9.0"
86
+ },
87
+ "publishConfig": {
88
+ "access": "public"
89
+ }
90
+ }
package/CHANGELOG.md DELETED
@@ -1,68 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- # [0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/rest@0.2.0...@discordjs/rest@0.3.0) (2021-12-08)
6
-
7
- ## Bug Fixes
8
-
9
- - **rest:** Don't add empty query (#7308) ([d0fa5aa](https://github.com/discordjs/discord.js/commit/d0fa5aaa26d316608120bca3050e14eefbe2f93b))
10
- - **rest:** Use http agent when protocol is not https (#7309) ([d8ea572](https://github.com/discordjs/discord.js/commit/d8ea572fb8a51f2f6a902c4926e814017d115708))
11
- - `ref` delay for rate limited requests (#7239) ([ed0cfd9](https://github.com/discordjs/discord.js/commit/ed0cfd91edc3a2b23a34a8ecd9db38baa12b52fa))
12
-
13
- ## Documentation
14
-
15
- - Fix a typo and use milliseconds instead of ms (#7251) ([0dd56af](https://github.com/discordjs/discord.js/commit/0dd56afe1cdf16f1e7d9afe1f8c29c31d1833a25))
16
-
17
- ## Features
18
-
19
- - Rest hash and handler sweeping (#7255) ([3bb4829](https://github.com/discordjs/discord.js/commit/3bb48298004d292214c6cb8f927c2fea78a42952))
20
- - Rest docs (#7281) ([9054f2f](https://github.com/discordjs/discord.js/commit/9054f2f7ad7f246431e5f53403535bf301c27a80))
21
-
22
- ## Refactor
23
-
24
- - **files:** File data can be much more than buffer (#7238) ([86ab526](https://github.com/discordjs/discord.js/commit/86ab526d493415b14b79b51d08c3677897d219ee))
25
- - **rest:** Rename attachment to file (#7199) ([c969cbf](https://github.com/discordjs/discord.js/commit/c969cbf6524093757d47108b6a55e62dcb210e8b))
26
-
27
- ## Testing
28
-
29
- - **voice:** Fix tests ([62c74b8](https://github.com/discordjs/discord.js/commit/62c74b8333066465e5bd295b8b102b35a506751d))
30
-
31
- # [0.2.0-canary.0](https://github.com/discordjs/discord.js-modules/compare/@discordjs/rest@0.1.1-canary.0...@discordjs/rest@0.2.0-canary.0) (2021-12-08)
32
-
33
- ## Bug Fixes
34
-
35
- - **CDN#icon:** remove `guild` prefixes ([#67](https://github.com/discordjs/discord.js-modules/issues/67)) ([8882686](https://github.com/discordjs/discord.js-modules/commit/88826869d8ed3695f2b9475bea8d3b851df270bd))
36
- - **Cdn:** make parameters immutable ([#84](https://github.com/discordjs/discord.js-modules/issues/84)) ([3105b61](https://github.com/discordjs/discord.js-modules/commit/3105b614da603dd3c8479dea089b5953d3c8b89b))
37
- - **CDN:** use correct types ([#86](https://github.com/discordjs/discord.js-modules/issues/86)) ([64b02d4](https://github.com/discordjs/discord.js-modules/commit/64b02d4649a38802dd1a4e7a738ec64c27dea760))
38
- - **Rest:** lint errors ([53c0cce](https://github.com/discordjs/discord.js-modules/commit/53c0ccefee80225ca7640cf88f44c68da99f31e7))
39
- - use hash instead of animatedHash for default avatar test ([#74](https://github.com/discordjs/discord.js-modules/issues/74)) ([4852838](https://github.com/discordjs/discord.js-modules/commit/485283824cf368874096d59a64131970401218e9))
40
-
41
- ## Features
42
-
43
- - **CDN#guildIcon:** implement dynamic logic ([#53](https://github.com/discordjs/discord.js-modules/issues/53)) ([c4b2803](https://github.com/discordjs/discord.js-modules/commit/c4b280366b0c5920c147126ccb9068f16fc898aa))
44
- - **CDN:** add role icon endpoint ([#64](https://github.com/discordjs/discord.js-modules/issues/64)) ([4d7d692](https://github.com/discordjs/discord.js-modules/commit/4d7d692b4954c373941d2d8f3e3335a9a8543220))
45
- - **CDN:** add sticker endpoints ([#60](https://github.com/discordjs/discord.js-modules/issues/60)) ([3b714ba](https://github.com/discordjs/discord.js-modules/commit/3b714bada415a7987dd6aa50c938751c66dc05be))
46
- - **CDN:** guild member avatars ([#68](https://github.com/discordjs/discord.js-modules/issues/68)) ([90c25ad](https://github.com/discordjs/discord.js-modules/commit/90c25ad4afa5ec5906867f431afcaf11fb56355a))
47
- - **Errors:** show data sent when an error occurs ([#72](https://github.com/discordjs/discord.js-modules/issues/72)) ([3e2edc8](https://github.com/discordjs/discord.js-modules/commit/3e2edc8974e2c62c324db0c151da4d34c289c40a))
48
- - expose https agent options ([#82](https://github.com/discordjs/discord.js-modules/issues/82)) ([7f1c9be](https://github.com/discordjs/discord.js-modules/commit/7f1c9be817bbc6a4a11a726c952580dd3cb7b149))
49
- - **RateLimits:** optionally error on ratelimits ([#77](https://github.com/discordjs/discord.js-modules/issues/77)) ([a371f0b](https://github.com/discordjs/discord.js-modules/commit/a371f0bc6c76cffaf048fd0fbf9c64a6c4d6619e))
50
- - **RequestManager:** support setting global headers in options ([#70](https://github.com/discordjs/discord.js-modules/issues/70)) ([d1758c7](https://github.com/discordjs/discord.js-modules/commit/d1758c74b00a3f83c39745cd9af147a7f8f2b12b))
51
- - **Requests:** add attachment keys and form data for stickers ([#81](https://github.com/discordjs/discord.js-modules/issues/81)) ([7c2b0c0](https://github.com/discordjs/discord.js-modules/commit/7c2b0c0e432b82776bb57c1708f3be6b4affde56))
52
- - **Rest:** add response and request events ([#85](https://github.com/discordjs/discord.js-modules/issues/85)) ([c3aba56](https://github.com/discordjs/discord.js-modules/commit/c3aba567572e73548c38cd7c7f9945e9361833de))
53
- - **REST:** change api version to v9 ([#62](https://github.com/discordjs/discord.js-modules/issues/62)) ([4c980e6](https://github.com/discordjs/discord.js-modules/commit/4c980e6ad6c0297519ec0f09ec27953764a4a12d))
54
- - **Rest:** improve global rate limit and invalid request tracking ([#51](https://github.com/discordjs/discord.js-modules/issues/51)) ([b73cc06](https://github.com/discordjs/discord.js-modules/commit/b73cc060daa701de71815a824ebaccdc9ebf2859))
55
- - **Rest:** use native Node.js AbortController ([#66](https://github.com/discordjs/discord.js-modules/issues/66)) ([3b53910](https://github.com/discordjs/discord.js-modules/commit/3b539102f07c413ffd3ee60718ac8e5a709bdd0e))
56
- - **SequentialHandler:** add more info to debug when rate limit was hit ([#78](https://github.com/discordjs/discord.js-modules/issues/78)) ([a4e404b](https://github.com/discordjs/discord.js-modules/commit/a4e404b2e6df625a48176b9f1bfac6cfe86c5d66))
57
-
58
- # [0.1.1-canary.0](https://github.com/discordjs/discord.js-modules/compare/@discordjs/rest@0.1.0-canary.0...@discordjs/rest@0.1.1-canary.0) (2021-08-24)
59
-
60
- ## Bug Fixes
61
-
62
- - **Rest:** use reference type for DOM ([#55](https://github.com/discordjs/discord.js-modules/issues/55)) ([07f5aa7](https://github.com/discordjs/discord.js-modules/commit/07f5aa744092c16b0f05b05055e5d4bbd49754e7))
63
-
64
- # 0.1.0-canary.0 (2021-06-29)
65
-
66
- ## Features
67
-
68
- - **rest:** Implement rest module ([#34](https://github.com/discordjs/discord.js-modules/issues/34)) ([6990f0f](https://github.com/discordjs/discord.js-modules/commit/6990f0f7f3ca958a95f9b1b19681b42669743427))