seedcord 0.15.0-next.3 → 0.15.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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  <p align="center">
2
- <img src="https://cdn.seedcord.org/assets/banner.webp" alt="seedcord" width="100%" />
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.seedcord.org/assets/wordmark-dark.webp" />
4
+ <img src="https://cdn.seedcord.org/assets/wordmark-light.webp" alt="seedcord" width="440" />
5
+ </picture>
3
6
  </p>
4
7
 
5
8
  ---
package/dist/index.cjs CHANGED
@@ -4356,7 +4356,7 @@ var Seedcord = class Seedcord extends Pluggable {
4356
4356
  //#endregion
4357
4357
  //#region src/index.ts
4358
4358
  /** Package version */
4359
- const version = "0.15.0-next.3";
4359
+ const version = "0.15.0";
4360
4360
 
4361
4361
  //#endregion
4362
4362
  exports.ArraySource = ArraySource;