@tsed/terminus 8.3.0 → 8.3.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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/readme.md +3 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsed/terminus",
3
3
  "description": "Adds graceful shutdown and Kubernetes readiness / liveness checks for any HTTP applications.",
4
4
  "type": "module",
5
- "version": "8.3.0",
5
+ "version": "8.3.1",
6
6
  "author": "Romain Lenzotti",
7
7
  "source": "./src/index.ts",
8
8
  "main": "./lib/esm/index.js",
@@ -29,22 +29,22 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@godaddy/terminus": "^4.12.1",
32
- "@tsed/barrels": "8.3.0",
33
- "@tsed/core": "8.3.0",
34
- "@tsed/di": "8.3.0",
35
- "@tsed/platform-http": "8.3.0",
36
- "@tsed/schema": "8.3.0",
37
- "@tsed/typescript": "8.3.0",
32
+ "@tsed/barrels": "8.3.1",
33
+ "@tsed/core": "8.3.1",
34
+ "@tsed/di": "8.3.1",
35
+ "@tsed/platform-http": "8.3.1",
36
+ "@tsed/schema": "8.3.1",
37
+ "@tsed/typescript": "8.3.1",
38
38
  "eslint": "9.12.0",
39
39
  "typescript": "5.4.5",
40
40
  "vitest": "2.1.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@godaddy/terminus": "^4.7.1",
44
- "@tsed/core": "8.3.0",
45
- "@tsed/di": "8.3.0",
46
- "@tsed/platform-http": "8.3.0",
47
- "@tsed/schema": "8.3.0"
44
+ "@tsed/core": "8.3.1",
45
+ "@tsed/di": "8.3.1",
46
+ "@tsed/platform-http": "8.3.1",
47
+ "@tsed/schema": "8.3.1"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "@godaddy/terminus": {
package/readme.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p style="text-align: center" align="center">
2
- <a href="https://tsed.io" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
2
+ <a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
3
3
  </p>
4
4
 
5
5
  <div align="center">
@@ -16,9 +16,9 @@
16
16
  </div>
17
17
 
18
18
  <div align="center">
19
- <a href="https://tsed.io/">Website</a>
19
+ <a href="https://tsed.dev/">Website</a>
20
20
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
- <a href="https://tsed.io/getting-started.html">Getting started</a>
21
+ <a href="https://tsed.dev/getting-started.html">Getting started</a>
22
22
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
23
23
  <a href="https://slack.tsed.io">Slack</a>
24
24
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -191,8 +191,6 @@ class RedisCtrl {
191
191
 
192
192
  ## Contributors
193
193
 
194
- Please read [contributing guidelines here](https://tsed.io/contributing.html).
195
-
196
194
  <a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
197
195
 
198
196
  ## Backers