@sapphire/plugin-editable-commands 0.1.0-next.30c8f7f.0 → 0.1.0-next.540c5c0.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/README.md +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/register.d.ts +2 -2
- package/dist/register.d.ts.map +1 -1
- package/dist/register.js +3 -3
- package/dist/register.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -147,6 +147,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
147
147
|
<td align="center"><a href="https://github.com/Nytelife26"><img src="https://avatars1.githubusercontent.com/u/22531310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler J Russell</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Nytelife26" title="Code">💻</a></td>
|
|
148
148
|
<td align="center"><a href="https://github.com/Stitch07"><img src="https://avatars.githubusercontent.com/u/29275227?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stitch07</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Stitch07" title="Code">💻</a> <a href="https://github.com/sapphiredev/plugins/issues?q=author%3AStitch07" title="Bug reports">🐛</a></td>
|
|
149
149
|
<td align="center"><a href="https://github.com/PlatinBae"><img src="https://avatars.githubusercontent.com/u/50950966?v=4?s=100" width="100px;" alt=""/><br /><sub><b>PlatinBae</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=PlatinBae" title="Documentation">📖</a></td>
|
|
150
|
+
<td align="center"><a href="https://kaname.netlify.app"><img src="https://avatars.githubusercontent.com/u/56084970?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kaname</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=kaname-png" title="Code">💻</a> <a href="https://github.com/sapphiredev/plugins/commits?author=kaname-png" title="Documentation">📖</a></td>
|
|
150
151
|
</tr>
|
|
151
152
|
</table>
|
|
152
153
|
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("@skyra/editable-commands"), exports);
|
|
4
|
+
(0, tslib_1.__exportStar)(require("@skyra/editable-commands"), exports);
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,wEAAyC"}
|
package/dist/register.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Plugin,
|
|
1
|
+
import { Plugin, postInitialization, SapphireClient } from '@sapphire/framework';
|
|
2
2
|
/**
|
|
3
3
|
* @since 1.0.0
|
|
4
4
|
*/
|
|
@@ -6,6 +6,6 @@ export declare class EditableCommandsPlugin extends Plugin {
|
|
|
6
6
|
/**
|
|
7
7
|
* @since 1.0.0
|
|
8
8
|
*/
|
|
9
|
-
static [
|
|
9
|
+
static [postInitialization](this: SapphireClient): void;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=register.d.ts.map
|
package/dist/register.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGjF;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,MAAM;IACjD;;OAEG;WACW,CAAC,kBAAkB,CAAC,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI;CAG9D"}
|
package/dist/register.js
CHANGED
|
@@ -10,10 +10,10 @@ class EditableCommandsPlugin extends framework_1.Plugin {
|
|
|
10
10
|
/**
|
|
11
11
|
* @since 1.0.0
|
|
12
12
|
*/
|
|
13
|
-
static [framework_1.
|
|
14
|
-
this.stores.get('listeners').registerPath(path_1.join(__dirname, 'listeners'));
|
|
13
|
+
static [framework_1.postInitialization]() {
|
|
14
|
+
this.stores.get('listeners').registerPath((0, path_1.join)(__dirname, 'listeners'));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
exports.EditableCommandsPlugin = EditableCommandsPlugin;
|
|
18
|
-
framework_1.SapphireClient.plugins.
|
|
18
|
+
framework_1.SapphireClient.plugins.registerPostInitializationHook(EditableCommandsPlugin[framework_1.postInitialization], 'EditableCommands-PostInitialization');
|
|
19
19
|
//# sourceMappingURL=register.js.map
|
package/dist/register.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.js","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"register.js","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":";;;AAAA,mDAAiF;AACjF,+BAA4B;AAE5B;;GAEG;AACH,MAAa,sBAAuB,SAAQ,kBAAM;IACjD;;OAEG;IACI,MAAM,CAAC,CAAC,8BAAkB,CAAC;QACjC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,YAAY,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC;IACzE,CAAC;CACD;AAPD,wDAOC;AAED,0BAAc,CAAC,OAAO,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,8BAAkB,CAAC,EAAE,qCAAqC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-editable-commands",
|
|
3
|
-
"version": "0.1.0-next.
|
|
3
|
+
"version": "0.1.0-next.540c5c0.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to have editable commands",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@skyra/editable-commands": "^2.1.0",
|
|
36
|
-
"tslib": "^2.3.
|
|
36
|
+
"tslib": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "540c5c0dccc3d1e671a36c30b50219646b4cfe6d"
|
|
69
69
|
}
|