@tsed/formio 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 +10 -10
  2. package/readme.md +4 -6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsed/formio",
3
3
  "description": "Formio package for Ts.ED framework",
4
4
  "type": "module",
5
- "version": "8.3.0",
5
+ "version": "8.3.1",
6
6
  "keywords": [
7
7
  "Formio",
8
8
  "Ts.ED",
@@ -32,17 +32,17 @@
32
32
  "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
33
33
  },
34
34
  "dependencies": {
35
- "@tsed/formio-types": "8.3.0",
36
- "@tsed/normalize-path": "8.3.0",
35
+ "@tsed/formio-types": "8.3.1",
36
+ "@tsed/normalize-path": "8.3.1",
37
37
  "tslib": "2.7.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@tsed/barrels": "8.3.0",
41
- "@tsed/core": "8.3.0",
42
- "@tsed/di": "8.3.0",
43
- "@tsed/mongoose": "8.3.0",
44
- "@tsed/platform-http": "8.3.0",
45
- "@tsed/typescript": "8.3.0",
40
+ "@tsed/barrels": "8.3.1",
41
+ "@tsed/core": "8.3.1",
42
+ "@tsed/di": "8.3.1",
43
+ "@tsed/mongoose": "8.3.1",
44
+ "@tsed/platform-http": "8.3.1",
45
+ "@tsed/typescript": "8.3.1",
46
46
  "@types/async": "3.2.24",
47
47
  "eslint": "9.12.0",
48
48
  "express": "^4.21.0",
@@ -53,7 +53,7 @@
53
53
  "vitest": "2.1.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@tsed/platform-http": "8.3.0",
56
+ "@tsed/platform-http": "8.3.1",
57
57
  "express": "^4.17.1",
58
58
  "formio": ">=2.0.0",
59
59
  "lodash": "^4.17.21",
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/">Getting started</a>
21
+ <a href="https://tsed.dev/getting-started/">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>
@@ -27,7 +27,7 @@
27
27
 
28
28
  <hr />
29
29
 
30
- A package of Ts.ED framework. See website: https://tsed.io/tutorials/formio.html
30
+ A package of Ts.ED framework. See website: https://tsed.dev/tutorials/formio.html
31
31
 
32
32
  ## Feature
33
33
 
@@ -61,8 +61,6 @@ export class Server {}
61
61
 
62
62
  ## Contributors
63
63
 
64
- Please read [contributing guidelines here](https://tsed.io/contributing.html)
65
-
66
64
  <a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
67
65
 
68
66
  ## Backers