@sapphire/plugin-editable-commands 4.0.3-next.73f41bb.0 → 4.0.3-next.7909d16.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.
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var editableCommands = require('@skyra/editable-commands');
|
|
4
|
-
var
|
|
4
|
+
var _load_mjs = require('./listeners/_load.mjs');
|
|
5
5
|
|
|
6
6
|
// src/index.ts
|
|
7
|
-
var version = "4.0.3-next.
|
|
7
|
+
var version = "4.0.3-next.7909d16.0";
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "loadListeners", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return _load_mjs.loadListeners; }
|
|
12
12
|
});
|
|
13
13
|
exports.version = version;
|
|
14
14
|
Object.keys(editableCommands).forEach(function (k) {
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,cAAc;AAEd,SAAS,qBAAqB;AAUvB,IAAM,UAAkB","sourcesContent":["export * from '@skyra/editable-commands';\n\nexport { loadListeners } from './listeners/_load';\n\n/**\n * The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)\n * version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '4.0.3-next.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,cAAc;AAEd,SAAS,qBAAqB;AAUvB,IAAM,UAAkB","sourcesContent":["export * from '@skyra/editable-commands';\n\nexport { loadListeners } from './listeners/_load';\n\n/**\n * The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)\n * version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '4.0.3-next.7909d16.0';\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var pieces = require('@sapphire/pieces');
|
|
4
|
-
var
|
|
4
|
+
var PluginMessageUpdate_mjs = require('./PluginMessageUpdate.mjs');
|
|
5
5
|
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
7
7
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
8
|
function loadListeners() {
|
|
9
9
|
const store = "listeners";
|
|
10
|
-
void pieces.container.stores.loadPiece({ name: "PluginMessageUpdate", piece:
|
|
10
|
+
void pieces.container.stores.loadPiece({ name: "PluginMessageUpdate", piece: PluginMessageUpdate_mjs.PluginListener, store });
|
|
11
11
|
}
|
|
12
12
|
__name(loadListeners, "loadListeners");
|
|
13
13
|
|
package/dist/cjs/register.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var framework = require('@sapphire/framework');
|
|
4
|
-
var
|
|
4
|
+
var index_mjs = require('./index.mjs');
|
|
5
5
|
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
7
7
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
@@ -10,7 +10,7 @@ var _EditableCommandsPlugin = class _EditableCommandsPlugin extends framework.Pl
|
|
|
10
10
|
* @since 1.0.0
|
|
11
11
|
*/
|
|
12
12
|
static [framework.postInitialization]() {
|
|
13
|
-
|
|
13
|
+
index_mjs.loadListeners();
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
__name(_EditableCommandsPlugin, "EditableCommandsPlugin");
|
package/dist/esm/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import './chunk-G5GHKT7C.mjs';
|
|
|
2
2
|
export * from '@skyra/editable-commands';
|
|
3
3
|
export { loadListeners } from './listeners/_load.mjs';
|
|
4
4
|
|
|
5
|
-
var version = "4.0.3-next.
|
|
5
|
+
var version = "4.0.3-next.7909d16.0";
|
|
6
6
|
|
|
7
7
|
export { version };
|
|
8
8
|
//# sourceMappingURL=out.js.map
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AAEd,SAAS,qBAAqB;AAUvB,IAAM,UAAkB","sourcesContent":["export * from '@skyra/editable-commands';\n\nexport { loadListeners } from './listeners/_load';\n\n/**\n * The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)\n * version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '4.0.3-next.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AAEd,SAAS,qBAAqB;AAUvB,IAAM,UAAkB","sourcesContent":["export * from '@skyra/editable-commands';\n\nexport { loadListeners } from './listeners/_load';\n\n/**\n * The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)\n * version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '4.0.3-next.7909d16.0';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-editable-commands",
|
|
3
|
-
"version": "4.0.3-next.
|
|
3
|
+
"version": "4.0.3-next.7909d16.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to have editable commands",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"check-update": "cliff-jumper --dry-run"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@skyra/editable-commands": "^3.0.
|
|
52
|
+
"@skyra/editable-commands": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
@@ -80,13 +80,13 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@favware/cliff-jumper": "^3.0.
|
|
83
|
+
"@favware/cliff-jumper": "^3.0.3",
|
|
84
84
|
"@favware/rollup-type-bundler": "^3.3.0",
|
|
85
85
|
"concurrently": "^8.2.2",
|
|
86
86
|
"tsup": "^8.0.2",
|
|
87
|
-
"tsx": "^4.
|
|
88
|
-
"typedoc": "^0.25.
|
|
89
|
-
"typedoc-json-parser": "^
|
|
90
|
-
"typescript": "^5.4.
|
|
87
|
+
"tsx": "^4.10.5",
|
|
88
|
+
"typedoc": "^0.25.13",
|
|
89
|
+
"typedoc-json-parser": "^10.0.0",
|
|
90
|
+
"typescript": "^5.4.5"
|
|
91
91
|
}
|
|
92
92
|
}
|