@seedcord/services 0.8.2-next.2 → 0.8.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.mjs +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -1525,7 +1525,7 @@ var CoordinatedStartup = class extends CoordinatedLifecycle {
|
|
|
1525
1525
|
//#endregion
|
|
1526
1526
|
//#region src/index.ts
|
|
1527
1527
|
/** Package version */
|
|
1528
|
-
const version = "0.8.2
|
|
1528
|
+
const version = "0.8.2";
|
|
1529
1529
|
|
|
1530
1530
|
//#endregion
|
|
1531
1531
|
exports.CoordinatedLifecycle = CoordinatedLifecycle;
|
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.8.2
|
|
1494
|
+
const version = "0.8.2";
|
|
1495
1495
|
|
|
1496
1496
|
//#endregion
|
|
1497
1497
|
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.2
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"description": "Services for Seedcord packages",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,15 +36,15 @@
|
|
|
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.1
|
|
40
|
-
"@seedcord/types": "0.7.1
|
|
41
|
-
"@seedcord/utils": "0.7.0
|
|
39
|
+
"@seedcord/errors": "0.2.1",
|
|
40
|
+
"@seedcord/types": "0.7.1",
|
|
41
|
+
"@seedcord/utils": "0.7.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"type-fest": "^5.7.0",
|
|
45
|
-
"@seedcord/eslint-config": "1.4.3
|
|
46
|
-
"@seedcord/tsconfig": "2.0.1
|
|
47
|
-
"@seedcord/tsdown-config": "2.0.1
|
|
45
|
+
"@seedcord/eslint-config": "1.4.3",
|
|
46
|
+
"@seedcord/tsconfig": "2.0.1",
|
|
47
|
+
"@seedcord/tsdown-config": "2.0.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public",
|