@discordjs/structures 0.2.0-dev.1759968109-7f2935695 → 0.2.0-dev.1760054515-a97ac8261

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -58,9 +58,9 @@ If you don't understand something in the documentation, you are experiencing pro
58
58
  [website]: https://discord.js.org
59
59
  [website-source]: https://github.com/discordjs/discord.js/tree/main/apps/website
60
60
  [documentation]: https://discord.js.org/docs/packages/structures/stable
61
- [guide]: https://discordjs.guide/
62
- [guide-source]: https://github.com/discordjs/guide
63
- [guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
61
+ [guide]: https://discordjs.guide
62
+ [guide-source]: https://github.com/discordjs/discord.js/tree/main/apps/guide
63
+ [guide-update]: https://discordjs.guide/legacy/additional-info/changes-in-v14
64
64
  [discord]: https://discord.gg/djs
65
65
  [discord-developers]: https://discord.gg/discord-developers
66
66
  [source]: https://github.com/discordjs/discord.js/tree/main/packages/structures
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": "0.2.0-dev.1759968109-7f2935695",
4
+ "version": "0.2.0-dev.1760054515-a97ac8261",
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.29",
54
- "@discordjs/formatters": "^1.0.0-dev.1759968109-7f2935695"
54
+ "@discordjs/formatters": "^1.0.0-dev.1760054515-a97ac8261"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@favware/cliff-jumper": "^4.1.0",