@tsed/formio 8.0.0-beta.4 → 8.0.0-beta.6

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 +2 -1
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.0.0-beta.4",
5
+ "version": "8.0.0-beta.6",
6
6
  "keywords": [
7
7
  "Formio",
8
8
  "Ts.ED",
@@ -31,17 +31,17 @@
31
31
  "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
32
32
  },
33
33
  "dependencies": {
34
- "@tsed/formio-types": "8.0.0-beta.4",
35
- "@tsed/normalize-path": "8.0.0-beta.4",
34
+ "@tsed/formio-types": "8.0.0-beta.6",
35
+ "@tsed/normalize-path": "8.0.0-beta.6",
36
36
  "tslib": "2.7.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@tsed/barrels": "8.0.0-beta.4",
40
- "@tsed/core": "8.0.0-beta.4",
41
- "@tsed/di": "8.0.0-beta.4",
42
- "@tsed/mongoose": "8.0.0-beta.4",
43
- "@tsed/platform-http": "8.0.0-beta.4",
44
- "@tsed/typescript": "8.0.0-beta.4",
39
+ "@tsed/barrels": "8.0.0-beta.6",
40
+ "@tsed/core": "8.0.0-beta.6",
41
+ "@tsed/di": "8.0.0-beta.6",
42
+ "@tsed/mongoose": "8.0.0-beta.6",
43
+ "@tsed/platform-http": "8.0.0-beta.6",
44
+ "@tsed/typescript": "8.0.0-beta.6",
45
45
  "@types/async": "3.2.24",
46
46
  "eslint": "9.12.0",
47
47
  "express": "^4.21.0",
@@ -52,7 +52,7 @@
52
52
  "vitest": "2.1.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@tsed/platform-http": "8.0.0-beta.4",
55
+ "@tsed/platform-http": "8.0.0-beta.6",
56
56
  "express": "^4.17.1",
57
57
  "formio": ">=2.0.0",
58
58
  "lodash": "^4.17.21",
package/readme.md CHANGED
@@ -49,7 +49,8 @@ npm install --save formio mongoose
49
49
  Then import `@tsed/formio` in your Server:
50
50
 
51
51
  ```typescript
52
- import {Configuration, PlatformApplication} from "@tsed/common";
52
+ import {Configuration} from "@tsed/di";
53
+ import {PlatformApplication} from "@tsed/platform-http";
53
54
  import "@tsed/formio";
54
55
 
55
56
  @Configuration({