seedcord 0.16.0-next.1 → 0.16.0-next.2
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -5
package/dist/index.cjs
CHANGED
|
@@ -4392,7 +4392,7 @@ var Seedcord = class Seedcord extends Pluggable {
|
|
|
4392
4392
|
//#endregion
|
|
4393
4393
|
//#region src/index.ts
|
|
4394
4394
|
/** Package version */
|
|
4395
|
-
const version = "0.16.0-next.
|
|
4395
|
+
const version = "0.16.0-next.2";
|
|
4396
4396
|
|
|
4397
4397
|
//#endregion
|
|
4398
4398
|
exports.ArraySource = ArraySource;
|