reciple 7.0.13-dev.12 → 7.0.13-dev.13
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/package.json +2 -2
- package/static/config.yml +3 -0
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Reciple is a Discord.js handler",
|
|
4
4
|
"homepage": "https://reciple.js.org/docs/reciple",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
|
-
"version": "7.0.13-dev.
|
|
6
|
+
"version": "7.0.13-dev.13",
|
|
7
7
|
"main": "./bin/index.js",
|
|
8
8
|
"module": "./bin/esm.mjs",
|
|
9
9
|
"types": "./bin/index.d.ts",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"optionalDependencies": {
|
|
62
62
|
"ts-interpreter.js": "^1.4.3"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "d5f32ab54afb35c0a74cfa30d330292618863cc4"
|
|
65
65
|
}
|
package/static/config.yml
CHANGED
|
@@ -85,6 +85,9 @@ modules:
|
|
|
85
85
|
exclude: []
|
|
86
86
|
# If false, the client will still load unsupported modules
|
|
87
87
|
disableModuleVersionCheck: false
|
|
88
|
+
# Resolve files in modules folder with ".ts" file extension
|
|
89
|
+
# This feature is experimental
|
|
90
|
+
resolveTypescriptModules: false
|
|
88
91
|
|
|
89
92
|
# Discord.js client options
|
|
90
93
|
client:
|