@seedcord/services 0.8.0-next.0 → 0.8.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 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.0-next.0";
1525
+ const version = "0.8.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.0-next.0";
1491
+ const version = "0.8.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.0-next.0",
4
+ "version": "0.8.0",
5
5
  "description": "Services for Seedcord packages",
6
6
  "repository": {
7
7
  "type": "git",
@@ -36,13 +36,13 @@
36
36
  "strip-ansi": "^7.2.0",
37
37
  "winston": "^3.19.0",
38
38
  "winston-transport": "^4.9.0",
39
- "@seedcord/errors": "0.1.0-next.0",
40
- "@seedcord/types": "0.6.0-next.0",
41
- "@seedcord/utils": "0.6.0-next.0"
39
+ "@seedcord/errors": "0.1.0",
40
+ "@seedcord/types": "0.6.0",
41
+ "@seedcord/utils": "0.6.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "type-fest": "^5.7.0",
45
- "@seedcord/eslint-config": "1.4.1-next.0",
45
+ "@seedcord/eslint-config": "1.4.1",
46
46
  "@seedcord/tsconfig": "2.0.0",
47
47
  "@seedcord/tsdown-config": "2.0.0"
48
48
  },