vimcord 1.0.51 → 1.0.52
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 +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -82,7 +82,6 @@ __export(index_exports, {
|
|
|
82
82
|
createMongoPlugin: () => createMongoPlugin,
|
|
83
83
|
createMongoSchema: () => createMongoSchema,
|
|
84
84
|
createPrefixCommandConfig: () => createPrefixCommandConfig,
|
|
85
|
-
createRandomId: () => createRandomId,
|
|
86
85
|
createSlashCommandConfig: () => createSlashCommandConfig,
|
|
87
86
|
createStaffConfig: () => createStaffConfig,
|
|
88
87
|
createToolsConfig: () => createToolsConfig,
|
|
@@ -4544,7 +4543,6 @@ async function prompt(handler, options, sendOptions) {
|
|
|
4544
4543
|
createMongoPlugin,
|
|
4545
4544
|
createMongoSchema,
|
|
4546
4545
|
createPrefixCommandConfig,
|
|
4547
|
-
createRandomId,
|
|
4548
4546
|
createSlashCommandConfig,
|
|
4549
4547
|
createStaffConfig,
|
|
4550
4548
|
createToolsConfig,
|