@seedcord/plugins 0.7.2-next.0 → 0.7.2-next.2
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -899,7 +899,7 @@ var KyselyPg = class extends Plugin {
|
|
|
899
899
|
//#endregion
|
|
900
900
|
//#region src/index.ts
|
|
901
901
|
/** Package version */
|
|
902
|
-
const version = "0.7.2-next.
|
|
902
|
+
const version = "0.7.2-next.2";
|
|
903
903
|
|
|
904
904
|
//#endregion
|
|
905
905
|
export { KpgService, KyselyPg, Mongo, MongoService, RegisterKpgService, RegisterMongoModel, RegisterMongoService, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/plugins",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.2-next.
|
|
4
|
+
"version": "0.7.2-next.2",
|
|
5
5
|
"description": "Official plugins for Seedcord Discord bot framework",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"chalk": "^5.6.2",
|
|
50
50
|
"envapt": "^6.0.2",
|
|
51
51
|
"@seedcord/errors": "0.2.1-next.0",
|
|
52
|
-
"@seedcord/
|
|
52
|
+
"@seedcord/types": "0.7.0",
|
|
53
|
+
"seedcord": "0.15.0-next.2",
|
|
53
54
|
"@seedcord/utils": "0.6.1",
|
|
54
|
-
"seedcord": "0.
|
|
55
|
-
"@seedcord/types": "0.7.0"
|
|
55
|
+
"@seedcord/services": "0.8.2-next.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/pg": "^8.20.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"reflect-metadata": "^0.2.2",
|
|
63
63
|
"type-fest": "^5.7.0",
|
|
64
64
|
"@seedcord/eslint-config": "1.4.2",
|
|
65
|
-
"@seedcord/
|
|
66
|
-
"@seedcord/
|
|
65
|
+
"@seedcord/tsdown-config": "2.0.0",
|
|
66
|
+
"@seedcord/tsconfig": "2.0.0"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public",
|