@tsed/formio 8.0.0-rc.5 → 8.0.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.
@@ -8,7 +8,7 @@ import { registerProvider } from "@tsed/di";
8
8
  export function Action(options) {
9
9
  return useDecorators((target) => {
10
10
  registerProvider({
11
- provide: target,
11
+ token: target,
12
12
  type: "formio:action"
13
13
  });
14
14
  }, StoreSet("formio:action", options));
@@ -1 +1 @@
1
- {"version":3,"file":"action.js","sourceRoot":"","sources":["../../../src/decorators/action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAG1C;;;;GAIG;AACH,MAAM,UAAU,MAAM,CAAC,OAAyB;IAC9C,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,OAAO,EAAE,MAAM;YACf,IAAI,EAAE,eAAe;SACtB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC,CACnC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"action.js","sourceRoot":"","sources":["../../../src/decorators/action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAG1C;;;;GAIG;AACH,MAAM,UAAU,MAAM,CAAC,OAAyB;IAC9C,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,eAAe;SACtB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC,CACnC,CAAC;AACJ,CAAC"}
@@ -8,7 +8,7 @@ import { registerProvider } from "@tsed/di";
8
8
  export function Alter(name) {
9
9
  return useDecorators((target) => {
10
10
  registerProvider({
11
- provide: target,
11
+ token: target,
12
12
  type: "formio:alter"
13
13
  });
14
14
  }, StoreSet("formio:alter:name", name));
@@ -1 +1 @@
1
- {"version":3,"file":"alter.js","sourceRoot":"","sources":["../../../src/decorators/alter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,MAAM,UAAU,KAAK,CAAC,IAAY;IAChC,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,OAAO,EAAE,MAAM;YACf,IAAI,EAAE,cAAc;SACrB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,mBAAmB,EAAE,IAAI,CAAC,CACpC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"alter.js","sourceRoot":"","sources":["../../../src/decorators/alter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,MAAM,UAAU,KAAK,CAAC,IAAY;IAChC,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,cAAc;SACrB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,mBAAmB,EAAE,IAAI,CAAC,CACpC,CAAC;AACJ,CAAC"}
@@ -8,7 +8,7 @@ import { registerProvider } from "@tsed/di";
8
8
  export function On(name) {
9
9
  return useDecorators((target) => {
10
10
  registerProvider({
11
- provide: target,
11
+ token: target,
12
12
  type: "formio:on"
13
13
  });
14
14
  }, StoreSet("formio:on:name", name));
@@ -1 +1 @@
1
- {"version":3,"file":"on.js","sourceRoot":"","sources":["../../../src/decorators/on.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,MAAM,UAAU,EAAE,CAAC,IAAY;IAC7B,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,OAAO,EAAE,MAAM;YACf,IAAI,EAAE,WAAW;SAClB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,gBAAgB,EAAE,IAAI,CAAC,CACjC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"on.js","sourceRoot":"","sources":["../../../src/decorators/on.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,MAAM,UAAU,EAAE,CAAC,IAAY;IAC7B,OAAO,aAAa,CAClB,CAAC,MAAW,EAAE,EAAE;QACd,gBAAgB,CAAC;YACf,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,WAAW;SAClB,CAAC,CAAC;IACL,CAAC,EACD,QAAQ,CAAC,gBAAgB,EAAE,IAAI,CAAC,CACjC,CAAC;AACJ,CAAC"}
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-rc.5",
5
+ "version": "8.0.0",
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-rc.5",
35
- "@tsed/normalize-path": "8.0.0-rc.5",
34
+ "@tsed/formio-types": "8.0.0",
35
+ "@tsed/normalize-path": "8.0.0",
36
36
  "tslib": "2.7.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@tsed/barrels": "8.0.0-rc.5",
40
- "@tsed/core": "8.0.0-rc.5",
41
- "@tsed/di": "8.0.0-rc.5",
42
- "@tsed/mongoose": "8.0.0-rc.5",
43
- "@tsed/platform-http": "8.0.0-rc.5",
44
- "@tsed/typescript": "8.0.0-rc.5",
39
+ "@tsed/barrels": "8.0.0",
40
+ "@tsed/core": "8.0.0",
41
+ "@tsed/di": "8.0.0",
42
+ "@tsed/mongoose": "8.0.0",
43
+ "@tsed/platform-http": "8.0.0",
44
+ "@tsed/typescript": "8.0.0",
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-rc.5",
55
+ "@tsed/platform-http": "8.0.0",
56
56
  "express": "^4.17.1",
57
57
  "formio": ">=2.0.0",
58
58
  "lodash": "^4.17.21",
@@ -70,8 +70,5 @@
70
70
  },
71
71
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/third-parties/formio",
72
72
  "author": "Romain Lenzotti",
73
- "license": "MIT",
74
- "publishConfig": {
75
- "tag": "rc"
76
- }
73
+ "license": "MIT"
77
74
  }
package/vitest.config.mts CHANGED
@@ -10,10 +10,10 @@ export default defineConfig(
10
10
  coverage: {
11
11
  ...presets.test.coverage,
12
12
  thresholds: {
13
- statements: 94.3,
14
- branches: 88.83,
15
- functions: 82.81,
16
- lines: 94.3
13
+ statements: 95.77,
14
+ branches: 96.66,
15
+ functions: 96.85,
16
+ lines: 95.77
17
17
  }
18
18
  }
19
19
  }