@discordjs/structures 1.0.0-dev.1775736790-aa2767bd6 → 1.0.0-dev.1776125601-58c5ebdd0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -66,5 +66,5 @@ If you don't understand something in the documentation, you are experiencing pro
66
66
  [discord-developers]: https://discord.gg/discord-developers
67
67
  [source]: https://github.com/discordjs/discord.js/tree/main/packages/structures
68
68
  [npm]: https://www.npmjs.com/package/@discordjs/structures
69
- [related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
69
+ [related-libs]: https://docs.discord.com/developers/developer-tools/community-resources#libraries
70
70
  [contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@discordjs/structures",
4
- "version": "1.0.0-dev.1775736790-aa2767bd6",
4
+ "version": "1.0.0-dev.1776125601-58c5ebdd0",
5
5
  "description": "Wrapper around Discord's structures",
6
6
  "exports": {
7
7
  ".": {
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@sapphire/snowflake": "^3.5.5",
53
53
  "discord-api-types": "^0.38.43",
54
- "@discordjs/formatters": "1.0.0-dev.1775736790-aa2767bd6"
54
+ "@discordjs/formatters": "1.0.0-dev.1776125601-58c5ebdd0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@favware/cliff-jumper": "^6.0.0",