@tsed/formio 8.25.1 → 8.25.3

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.
@@ -54,9 +54,7 @@ export declare class FormioAuthService {
54
54
  */
55
55
  createUser<User = any>(user: Partial<FormioSubmission<User>>): Promise<import("@tsed/mongoose").MongooseMergedDocument<import("mongoose").Document<unknown, any, any> & FormioSubmission<any> & import("@tsed/mongoose").MongooseDocumentMethods<FormioSubmission<any>>> & Required<{
56
56
  _id: string;
57
- }> & {
58
- __v: number;
59
- }>;
57
+ }>>;
60
58
  /**
61
59
  * Update user submission in formio
62
60
  * @param user
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.25.1",
5
+ "version": "8.25.3",
6
6
  "keywords": [
7
7
  "Formio",
8
8
  "Ts.ED",
@@ -32,23 +32,23 @@
32
32
  "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
33
33
  },
34
34
  "dependencies": {
35
- "@tsed/formio-types": "8.25.1",
36
- "@tsed/normalize-path": "8.25.1",
35
+ "@tsed/formio-types": "8.25.3",
36
+ "@tsed/normalize-path": "8.25.3",
37
37
  "tslib": "2.7.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@tsed/barrels": "8.25.1",
41
- "@tsed/core": "8.25.1",
42
- "@tsed/di": "8.25.1",
43
- "@tsed/mongoose": "8.25.1",
44
- "@tsed/platform-http": "8.25.1",
45
- "@tsed/typescript": "8.25.1",
40
+ "@tsed/barrels": "8.25.3",
41
+ "@tsed/core": "8.25.3",
42
+ "@tsed/di": "8.25.3",
43
+ "@tsed/mongoose": "8.25.3",
44
+ "@tsed/platform-http": "8.25.3",
45
+ "@tsed/typescript": "8.25.3",
46
46
  "@types/async": "3.2.24",
47
47
  "eslint": "9.12.0",
48
48
  "express": "^5.2.1",
49
49
  "formio": "4.2.5",
50
50
  "mongodb": "^6.9.0",
51
- "mongoose": "8.12.2",
51
+ "mongoose": "8.9.5",
52
52
  "typescript": "5.9.3",
53
53
  "vitest": "3.2.4"
54
54
  },