@seedcord/plugins 0.4.4 → 0.4.5
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.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +8 -4
package/dist/index.d.cts
CHANGED
|
@@ -8,7 +8,6 @@ import { KyselyConfig, Kysely, NO_MIGRATIONS, Migration, MigrationInfo } from 'k
|
|
|
8
8
|
/**
|
|
9
9
|
* Configuration options for MongoDB connection and service loading.
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
11
|
interface MongoOptions {
|
|
13
12
|
/** Directory path containing database service classes */
|
|
14
13
|
dir: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { KyselyConfig, Kysely, NO_MIGRATIONS, Migration, MigrationInfo } from 'k
|
|
|
8
8
|
/**
|
|
9
9
|
* Configuration options for MongoDB connection and service loading.
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
11
|
interface MongoOptions {
|
|
13
12
|
/** Directory path containing database service classes */
|
|
14
13
|
dir: string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/plugins",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.5",
|
|
5
5
|
"description": "Official plugins for Seedcord Discord bot framework",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/materwelonDhruv/seedcord.git",
|
|
9
9
|
"directory": "packages/plugins"
|
|
10
10
|
},
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"reflect-metadata": "0.2.2",
|
|
36
36
|
"type-fest": "5.1.0",
|
|
37
37
|
"@seedcord/types": "^0.3.3",
|
|
38
|
-
"seedcord": "^0.
|
|
39
|
-
"
|
|
38
|
+
"@seedcord/utils": "^0.3.6",
|
|
39
|
+
"seedcord": "^0.10.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/pg": "^8.15.6",
|
|
@@ -44,6 +44,10 @@
|
|
|
44
44
|
"@seedcord/tsconfig": "^1.0.6",
|
|
45
45
|
"@seedcord/tsup-config": "^1.0.5"
|
|
46
46
|
},
|
|
47
|
+
"publishConfig": {
|
|
48
|
+
"access": "public",
|
|
49
|
+
"provenance": true
|
|
50
|
+
},
|
|
47
51
|
"scripts": {
|
|
48
52
|
"build": "tsup",
|
|
49
53
|
"clean": "rm -rf dist",
|