@seedcord/services 0.7.1-next.0 → 0.7.1
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 +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1498,7 +1498,7 @@ var CoordinatedStartup = class extends CoordinatedLifecycle {
|
|
|
1498
1498
|
//#endregion
|
|
1499
1499
|
//#region src/index.ts
|
|
1500
1500
|
/** Package version */
|
|
1501
|
-
const version = "0.7.1
|
|
1501
|
+
const version = "0.7.1";
|
|
1502
1502
|
|
|
1503
1503
|
//#endregion
|
|
1504
1504
|
exports.CooldownManager = CooldownManager;
|
package/dist/index.mjs
CHANGED
|
@@ -1491,7 +1491,7 @@ var CoordinatedStartup = class extends CoordinatedLifecycle {
|
|
|
1491
1491
|
//#endregion
|
|
1492
1492
|
//#region src/index.ts
|
|
1493
1493
|
/** Package version */
|
|
1494
|
-
const version = "0.7.1
|
|
1494
|
+
const version = "0.7.1";
|
|
1495
1495
|
|
|
1496
1496
|
//#endregion
|
|
1497
1497
|
export { CooldownManager, CoordinatedLifecycle, CoordinatedShutdown, CoordinatedStartup, HealthCheck, Logger, LoggerChannelRegistry, LoggerUtilities, SeedcordErrorCode, ShutdownPhase, StartupPhase, StrictEventEmitter, isSeedcordError, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/services",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.1
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"description": "Services for Seedcord packages",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"strip-ansi": "^7.2.0",
|
|
47
47
|
"winston": "^3.19.0",
|
|
48
48
|
"winston-transport": "^4.9.0",
|
|
49
|
-
"@seedcord/types": "0.5.0
|
|
50
|
-
"@seedcord/utils": "0.5.0
|
|
49
|
+
"@seedcord/types": "0.5.0",
|
|
50
|
+
"@seedcord/utils": "0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"type-fest": "^5.6.0",
|
|
54
|
+
"@seedcord/eslint-config": "1.4.0",
|
|
54
55
|
"@seedcord/tsconfig": "2.0.0",
|
|
55
|
-
"@seedcord/tsdown-config": "2.0.0"
|
|
56
|
-
"@seedcord/eslint-config": "1.4.0"
|
|
56
|
+
"@seedcord/tsdown-config": "2.0.0"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public",
|