@seedcord/services 0.8.1 → 0.8.2-next.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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1522,7 +1522,7 @@ var CoordinatedStartup = class extends CoordinatedLifecycle {
|
|
|
1522
1522
|
//#endregion
|
|
1523
1523
|
//#region src/index.ts
|
|
1524
1524
|
/** Package version */
|
|
1525
|
-
const version = "0.8.
|
|
1525
|
+
const version = "0.8.2-next.0";
|
|
1526
1526
|
|
|
1527
1527
|
//#endregion
|
|
1528
1528
|
exports.CoordinatedLifecycle = CoordinatedLifecycle;
|
package/dist/index.mjs
CHANGED
|
@@ -1488,7 +1488,7 @@ var CoordinatedStartup = class extends CoordinatedLifecycle {
|
|
|
1488
1488
|
//#endregion
|
|
1489
1489
|
//#region src/index.ts
|
|
1490
1490
|
/** Package version */
|
|
1491
|
-
const version = "0.8.
|
|
1491
|
+
const version = "0.8.2-next.0";
|
|
1492
1492
|
|
|
1493
1493
|
//#endregion
|
|
1494
1494
|
export { CoordinatedLifecycle, CoordinatedShutdown, CoordinatedStartup, HealthCheck, Logger, LoggerChannelRegistry, LoggerUtilities, RateLimiter, ShutdownPhase, StartupPhase, StrictEventEmitter, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/services",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2-next.0",
|
|
5
5
|
"description": "Services for Seedcord packages",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"strip-ansi": "^7.2.0",
|
|
37
37
|
"winston": "^3.19.0",
|
|
38
38
|
"winston-transport": "^4.9.0",
|
|
39
|
-
"@seedcord/errors": "0.2.0",
|
|
39
|
+
"@seedcord/errors": "0.2.1-next.0",
|
|
40
40
|
"@seedcord/types": "0.7.0",
|
|
41
41
|
"@seedcord/utils": "0.6.1"
|
|
42
42
|
},
|