Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sapphiredev/utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @sapphire/ts-config@3.3.0
Choose a base ref
...
head repository: sapphiredev/utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @sapphire/ts-config@3.3.1
Choose a head ref
  • 13 commits
  • 45 files changed
  • 3 contributors

Commits on Feb 3, 2022

  1. chore: regen lockfile

    favna committed Feb 3, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    97694f7 View commit details

Commits on Feb 5, 2022

  1. chore: regen lockfile

    favna committed Feb 5, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    57e28db View commit details

Commits on Feb 6, 2022

  1. Copy the full SHA
    62c347c View commit details
  2. Copy the full SHA
    364df21 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8806e8a View commit details
  4. chore(release): publish

     - @sapphire/decorators@4.2.1
     - @sapphire/discord.js-utilities@4.6.1
    favna committed Feb 6, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    763c4ac View commit details
  5. chore: regen lockfile

    favna committed Feb 6, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    6c8dbfa View commit details
  6. feat(package): add @sapphire/result package (#274)

    Co-authored-by: Jeroen Claassens <support@favware.tech>
    c43721 and favna authored Feb 6, 2022

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    8a86826 View commit details
  7. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    dcca836 View commit details
  8. docs(result): add readme

    favna committed Feb 6, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0fc5dd7 View commit details
  9. chore(release): publish

     - @sapphire/result@1.0.0
    favna committed Feb 6, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    abd2d49 View commit details
  10. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    cbf78e0 View commit details
  11. chore(release): publish

     - @sapphire/ts-config@3.3.1
    favna committed Feb 6, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    6644d94 View commit details
Showing with 1,356 additions and 553 deletions.
  1. +8 −0 .all-contributorsrc
  2. +1 −0 .npm-deprecaterc.yml
  3. +6 −2 README.md
  4. +4 −4 package.json
  5. +3 −0 packages/async-queue/README.md
  6. +4 −0 packages/decorators/CHANGELOG.md
  7. +3 −0 packages/decorators/README.md
  8. +2 −2 packages/decorators/package.json
  9. +3 −0 packages/discord-utilities/README.md
  10. +6 −0 packages/discord.js-utilities/CHANGELOG.md
  11. +3 −0 packages/discord.js-utilities/README.md
  12. +1 −1 packages/discord.js-utilities/package.json
  13. +4 −2 packages/discord.js-utilities/src/lib/PaginatedMessages/PaginatedMessage.ts
  14. +3 −0 packages/embed-jsx/README.md
  15. +3 −0 packages/eslint-config/README.md
  16. +3 −0 packages/event-iterator/README.md
  17. +3 −0 packages/fetch/README.md
  18. +3 −0 packages/phisherman/README.md
  19. +3 −0 packages/prettier-config/README.md
  20. +3 −0 packages/ratelimits/README.md
  21. +10 −0 packages/result/CHANGELOG.md
  22. +171 −0 packages/result/README.md
  23. +16 −0 packages/result/jest.config.ts
  24. +58 −0 packages/result/package.json
  25. +4 −0 packages/result/src/index.ts
  26. +85 −0 packages/result/src/lib/Lexure.ts
  27. +92 −0 packages/result/src/lib/Maybe.ts
  28. +34 −0 packages/result/src/lib/Parsers.ts
  29. +60 −0 packages/result/src/lib/Result.ts
  30. +11 −0 packages/result/src/tsconfig.json
  31. +45 −0 packages/result/tests/Maybe.test.ts
  32. +61 −0 packages/result/tests/Parsers.test.ts
  33. +17 −0 packages/result/tests/Result.test.ts
  34. +10 −0 packages/result/tests/tsconfig.json
  35. +8 −0 packages/result/tsconfig.eslint.json
  36. +3 −0 packages/result/tsup.config.ts
  37. +3 −0 packages/snowflake/README.md
  38. +3 −0 packages/stopwatch/README.md
  39. +3 −0 packages/time-utilities/README.md
  40. +6 −0 packages/ts-config/CHANGELOG.md
  41. +3 −0 packages/ts-config/README.md
  42. +3 −4 packages/ts-config/package.json
  43. +3 −0 packages/utilities/README.md
  44. +4 −2 scripts/clean.mjs
  45. +574 −536 yarn.lock
8 changes: 8 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
"packages/phisherman/README.md",
"packages/prettier-config/README.md",
"packages/ratelimits/README.md",
"packages/result/README.md",
"packages/snowflake/README.md",
"packages/stopwatch/README.md",
"packages/time-utilities/README.md",
@@ -221,6 +222,13 @@
"avatar_url": "https://avatars.githubusercontent.com/u/35199700?v=4",
"profile": "https://github.com/bitomic",
"contributions": ["code"]
},
{
"login": "c43721",
"name": "c43721",
"avatar_url": "https://avatars.githubusercontent.com/u/55610086?v=4",
"profile": "https://c43721.dev/",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
1 change: 1 addition & 0 deletions .npm-deprecaterc.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ package:
- '@sapphire/fetch'
- '@sapphire/prettier-config'
- '@sapphire/ratelimits'
- '@sapphire/result'
- '@sapphire/snowflake'
- '@sapphire/stopwatch'
- '@sapphire/time-utilities'
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,9 +19,10 @@
[![npm](https://img.shields.io/npm/v/@sapphire/eslint-config?color=crimson&logo=npm&style=flat-square&label=@sapphire/eslint-config)](https://www.npmjs.com/package/@sapphire/eslint-config)
[![npm](https://img.shields.io/npm/v/@sapphire/event-iterator?color=crimson&logo=npm&style=flat-square&label=@sapphire/event-iterator)](https://www.npmjs.com/package/@sapphire/event-iterator)
[![npm](https://img.shields.io/npm/v/@sapphire/prettier-config?color=crimson&logo=npm&style=flat-square&label=@sapphire/prettier-config)](https://www.npmjs.com/package/@sapphire/prettier-config)
[![npm](https://img.shields.io/npm/v/@sapphire/ratelimits?color=crimson&logo=npm&style=flat-square&label=@sapphire/fetch)](https://www.npmjs.com/package/@sapphire/fetch)
[![npm](https://img.shields.io/npm/v/@sapphire/fetch?color=crimson&logo=npm&style=flat-square&label=@sapphire/fetch)](https://www.npmjs.com/package/@sapphire/fetch)
[![npm](https://img.shields.io/npm/v/@sapphire/ratelimits?color=crimson&logo=npm&style=flat-square&label=@sapphire/ratelimits)](https://www.npmjs.com/package/@sapphire/ratelimits)
[![npm](https://img.shields.io/npm/v/@sapphire/ratelimits?color=crimson&logo=npm&style=flat-square&label=@sapphire/stopwatch)](https://www.npmjs.com/package/@sapphire/stopwatch)
[![npm](https://img.shields.io/npm/v/@sapphire/result?color=crimson&logo=npm&style=flat-square&label=@sapphire/result)](https://www.npmjs.com/package/@sapphire/result)
[![npm](https://img.shields.io/npm/v/@sapphire/stopwatch?color=crimson&logo=npm&style=flat-square&label=@sapphire/stopwatch)](https://www.npmjs.com/package/@sapphire/stopwatch)
[![npm](https://img.shields.io/npm/v/@sapphire/snowflake?color=crimson&logo=npm&style=flat-square&label=@sapphire/snowflake)](https://www.npmjs.com/package/@sapphire/snowflake)
[![npm](https://img.shields.io/npm/v/@sapphire/time-utilities?color=crimson&logo=npm&style=flat-square&label=@sapphire/time-utilities)](https://www.npmjs.com/package/@sapphire/time-utilities)
[![npm](https://img.shields.io/npm/v/@sapphire/ts-config?color=crimson&logo=npm&style=flat-square&label=@sapphire/ts-config)](https://www.npmjs.com/package/@sapphire/ts-config)
@@ -87,6 +88,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"@discordjs/collection": "^0.5.0",
"@favware/npm-deprecate": "^1.0.4",
"@favware/rollup-type-bundler": "^1.0.7",
"@sapphire/framework": "^2.3.0",
"@sapphire/framework": "^2.4.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.14",
@@ -36,13 +36,13 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
"jest": "^27.5.0",
"jest-circus": "^27.5.0",
"jest-extended": "^2.0.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.3",
"lodash": "^4.17.21",
"nock": "^13.2.2",
"nock": "^13.2.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
3 changes: 3 additions & 0 deletions packages/async-queue/README.md
Original file line number Diff line number Diff line change
@@ -91,6 +91,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
4 changes: 4 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.1](https://github.com/sapphiredev/utilities/compare/@sapphire/decorators@4.2.0...@sapphire/decorators@4.2.1) (2022-02-06)

**Note:** Version bump only for package @sapphire/decorators

# [4.2.0](https://github.com/sapphiredev/utilities/compare/@sapphire/decorators@4.1.0...@sapphire/decorators@4.2.0) (2022-02-03)

### Features
3 changes: 3 additions & 0 deletions packages/decorators/README.md
Original file line number Diff line number Diff line change
@@ -91,6 +91,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/decorators",
"version": "4.2.0",
"version": "4.2.1",
"description": "Useful TypeScript decorators for Sapphire Framework Discord bots",
"author": "@sapphire",
"license": "MIT",
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@sapphire/discord-utilities": "^2.7.0",
"@sapphire/discord.js-utilities": "^4.6.0",
"@sapphire/discord.js-utilities": "^4.6.1",
"@sapphire/ratelimits": "^2.3.0",
"@sapphire/utilities": "^3.3.0"
},
3 changes: 3 additions & 0 deletions packages/discord-utilities/README.md
Original file line number Diff line number Diff line change
@@ -94,6 +94,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
6 changes: 6 additions & 0 deletions packages/discord.js-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.1](https://github.com/sapphiredev/utilities/compare/@sapphire/discord.js-utilities@4.6.0...@sapphire/discord.js-utilities@4.6.1) (2022-02-06)

### Bug Fixes

- **PaginatedMessage:** fix footer application when there are multiple embeds ([#288](https://github.com/sapphiredev/utilities/issues/288)) ([8806e8a](https://github.com/sapphiredev/utilities/commit/8806e8ab596ebadc5a3e17593029a1d616b6d127))

# [4.6.0](https://github.com/sapphiredev/utilities/compare/@sapphire/discord.js-utilities@4.5.0...@sapphire/discord.js-utilities@4.6.0) (2022-02-03)

### Bug Fixes
3 changes: 3 additions & 0 deletions packages/discord.js-utilities/README.md
Original file line number Diff line number Diff line change
@@ -94,6 +94,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
2 changes: 1 addition & 1 deletion packages/discord.js-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/discord.js-utilities",
"version": "4.6.0",
"version": "4.6.1",
"description": "Discord.js specific utilities for your JavaScript/TypeScript bots",
"author": "@sapphire",
"license": "MIT",
Original file line number Diff line number Diff line change
@@ -1015,7 +1015,9 @@ export class PaginatedMessage {
return message;
}

for (const [idx, embed] of Object.entries(message.embeds)) {
const embedsWithFooterApplied = deepClone(message.embeds);

for (const [idx, embed] of Object.entries(embedsWithFooterApplied)) {
if (embed) {
embed.footer ??= { text: this.template.embeds?.[Number(idx)]?.footer?.text ?? this.template.embeds?.[0]?.footer?.text ?? '' };
embed.footer.text = `${this.pageIndexPrefix ? `${this.pageIndexPrefix} ` : ''}${index + 1} / ${this.pages.length}${
@@ -1024,7 +1026,7 @@ export class PaginatedMessage {
}
}

return message;
return { ...message, embeds: embedsWithFooterApplied };
}

private applyTemplate(
3 changes: 3 additions & 0 deletions packages/embed-jsx/README.md
Original file line number Diff line number Diff line change
@@ -117,6 +117,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -110,6 +110,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/event-iterator/README.md
Original file line number Diff line number Diff line change
@@ -127,6 +127,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/fetch/README.md
Original file line number Diff line number Diff line change
@@ -170,6 +170,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/phisherman/README.md
Original file line number Diff line number Diff line change
@@ -120,6 +120,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/prettier-config/README.md
Original file line number Diff line number Diff line change
@@ -97,6 +97,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
3 changes: 3 additions & 0 deletions packages/ratelimits/README.md
Original file line number Diff line number Diff line change
@@ -152,6 +152,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
10 changes: 10 additions & 0 deletions packages/result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2022-02-06)

### Features

- **package:** add @sapphire/result package ([#274](https://github.com/sapphiredev/utilities/issues/274)) ([8a86826](https://github.com/sapphiredev/utilities/commit/8a8682607c2aa4c845e814816fa2b4478c23aa84))
Loading