@seedcord/plugins 0.4.5 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -3,3 +3,11 @@
3
3
  </p>
4
4
 
5
5
  ---
6
+
7
+ _This repository is a work in progress._
8
+
9
+ - There are no stable releases yet but changes are being made actively.
10
+ - Till a major v1.0.0 release for seedcord, expect breaking changes in minor versions.
11
+ - Documentation will come soon as well!
12
+
13
+ I'm planning to release the first major version by the end of 2025, or Jan 2026. But till then, if you'd like to try using it, you can check out the code in `packages/mock`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seedcord/plugins",
3
3
  "type": "module",
4
- "version": "0.4.5",
4
+ "version": "0.5.0",
5
5
  "description": "Official plugins for Seedcord Discord bot framework",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,21 +28,21 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "chalk": "5.6.2",
31
- "envapt": "4.0.1",
31
+ "envapt": "4.1.0",
32
32
  "kysely": "^0.28.8",
33
- "mongoose": "8.19.2",
33
+ "mongoose": "9.0.0",
34
34
  "pg": "^8.16.3",
35
35
  "reflect-metadata": "0.2.2",
36
- "type-fest": "5.1.0",
37
- "@seedcord/types": "^0.3.3",
38
- "@seedcord/utils": "^0.3.6",
39
- "seedcord": "^0.10.0"
36
+ "type-fest": "5.2.0",
37
+ "@seedcord/types": "^0.3.5",
38
+ "@seedcord/utils": "^0.3.8",
39
+ "seedcord": "^0.10.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/pg": "^8.15.6",
43
- "@seedcord/eslint-config": "^1.3.1",
44
- "@seedcord/tsconfig": "^1.0.6",
45
- "@seedcord/tsup-config": "^1.0.5"
43
+ "@seedcord/eslint-config": "^1.3.3",
44
+ "@seedcord/tsconfig": "^1.1.2",
45
+ "@seedcord/tsup-config": "^1.1.2"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public",