@sapphire/plugin-pattern-commands 5.0.2-next.f4500a5.0 → 5.0.2-next.fde2ae5.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
CHANGED
|
@@ -59,5 +59,5 @@ var PatternCommandEvents;
|
|
|
59
59
|
* @param payload PatternCommandAcceptedPayload which contains parameters, context, message, command and alias
|
|
60
60
|
*/
|
|
61
61
|
PatternCommandEvents["CommandFinished"] = "patternCommandFinished";
|
|
62
|
-
})(PatternCommandEvents
|
|
62
|
+
})(PatternCommandEvents || (exports.PatternCommandEvents = PatternCommandEvents = {}));
|
|
63
63
|
//# sourceMappingURL=PaternCommandEvents.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaternCommandEvents.js","sourceRoot":"","sources":["../../../src/lib/utils/PaternCommandEvents.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,oBAqDX;AArDD,WAAY,oBAAoB;IAC/B;;;;;OAKG;IACH,8DAAsC,CAAA;IACtC;;;OAGG;IACH,8DAAsC,CAAA;IACtC;;;OAGG;IACH,kEAA0C,CAAA;IAC1C;;;;OAIG;IACH,8DAAsC,CAAA;IACtC;;;;;OAKG;IACH,wDAAgC,CAAA;IAChC;;;;;;OAMG;IACH,gEAAwC,CAAA;IACxC;;;;;OAKG;IACH,4DAAoC,CAAA;IACpC;;;;;OAKG;IACH,kEAA0C,CAAA;AAC3C,CAAC,EArDW,oBAAoB,
|
|
1
|
+
{"version":3,"file":"PaternCommandEvents.js","sourceRoot":"","sources":["../../../src/lib/utils/PaternCommandEvents.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,oBAqDX;AArDD,WAAY,oBAAoB;IAC/B;;;;;OAKG;IACH,8DAAsC,CAAA;IACtC;;;OAGG;IACH,8DAAsC,CAAA;IACtC;;;OAGG;IACH,kEAA0C,CAAA;IAC1C;;;;OAIG;IACH,8DAAsC,CAAA;IACtC;;;;;OAKG;IACH,wDAAgC,CAAA;IAChC;;;;;;OAMG;IACH,gEAAwC,CAAA;IACxC;;;;;OAKG;IACH,4DAAoC,CAAA;IACpC;;;;;OAKG;IACH,kEAA0C,CAAA;AAC3C,CAAC,EArDW,oBAAoB,oCAApB,oBAAoB,QAqD/B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-pattern-commands",
|
|
3
|
-
"version": "5.0.2-next.
|
|
3
|
+
"version": "5.0.2-next.fde2ae5.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework that adds support for pattern commands.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"check-update": "cliff-jumper --dry-run"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"tslib": "^2.
|
|
39
|
+
"tslib": "^2.6.1"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@favware/cliff-jumper": "^2.
|
|
74
|
+
"@favware/cliff-jumper": "^2.1.1",
|
|
75
75
|
"gen-esm-wrapper": "^1.1.3",
|
|
76
|
-
"typedoc": "0.
|
|
77
|
-
"typedoc-json-parser": "^
|
|
78
|
-
"typescript": "^5.
|
|
76
|
+
"typedoc": "^0.24.8",
|
|
77
|
+
"typedoc-json-parser": "^8.2.0",
|
|
78
|
+
"typescript": "^5.1.6"
|
|
79
79
|
}
|
|
80
80
|
}
|