@seedcord/plugins 0.5.0 → 0.6.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 +2 -2
- package/dist/index.cjs +971 -781
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -538
- package/dist/index.d.mts +1273 -0
- package/dist/index.mjs +941 -768
- package/dist/index.mjs.map +1 -1
- package/package.json +50 -28
- package/dist/index.d.ts +0 -538
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="https://raw.githubusercontent.com/seedcord/seedcord/main/assets/banner.png" alt="seedcord" width="100%" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
---
|
|
@@ -10,4 +10,4 @@ _This repository is a work in progress._
|
|
|
10
10
|
- Till a major v1.0.0 release for seedcord, expect breaking changes in minor versions.
|
|
11
11
|
- Documentation will come soon as well!
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
If you'd like to try it out, you can check out the code in `mock`
|