@tsed/formio 7.61.0 → 7.61.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.
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/formio",
|
|
3
|
-
"version": "7.61.
|
|
3
|
+
"version": "7.61.1",
|
|
4
4
|
"description": "Formio package for Ts.ED framework",
|
|
5
|
-
"private": false,
|
|
6
5
|
"keywords": [
|
|
7
6
|
"Formio",
|
|
8
7
|
"Ts.ED",
|
|
@@ -24,33 +23,35 @@
|
|
|
24
23
|
"scripts": {
|
|
25
24
|
"build": "yarn barrels && yarn build:ts",
|
|
26
25
|
"barrels": "yarn barrelsby --delete -d ./src -e \"\\.spec\\.ts\" -e \"__mock__\" -e \".benchmark.ts\"",
|
|
27
|
-
"start": "
|
|
26
|
+
"start": "ts-node test/app/index.ts",
|
|
28
27
|
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 && jest-coverage-thresholds-bumper",
|
|
29
28
|
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
|
|
30
29
|
"lint": "eslint '**/*.{ts,js}'",
|
|
31
30
|
"lint:fix": "eslint '**/*.{ts,js}' --fix"
|
|
32
31
|
},
|
|
33
32
|
"dependencies": {
|
|
34
|
-
"@tsed/formio-types": "7.61.
|
|
35
|
-
"@tsed/normalize-path": "7.61.
|
|
33
|
+
"@tsed/formio-types": "7.61.1",
|
|
34
|
+
"@tsed/normalize-path": "7.61.1",
|
|
36
35
|
"tslib": "2.6.1"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
|
-
"@tsed/common": "7.61.
|
|
40
|
-
"@tsed/core": "7.61.
|
|
41
|
-
"@tsed/di": "7.61.
|
|
42
|
-
"@tsed/eslint": "7.
|
|
43
|
-
"@tsed/mongoose": "7.61.
|
|
44
|
-
"@tsed/typescript": "7.
|
|
38
|
+
"@tsed/common": "7.61.1",
|
|
39
|
+
"@tsed/core": "7.61.1",
|
|
40
|
+
"@tsed/di": "7.61.1",
|
|
41
|
+
"@tsed/eslint": "7.61.1",
|
|
42
|
+
"@tsed/mongoose": "7.61.1",
|
|
43
|
+
"@tsed/typescript": "7.61.1",
|
|
45
44
|
"@types/async": "3.2.15",
|
|
45
|
+
"barrelsby": "^2.8.1",
|
|
46
46
|
"eslint": "^8.12.0",
|
|
47
47
|
"express": "^4.17.1",
|
|
48
48
|
"formio": "3.4.1",
|
|
49
|
+
"jest": "^29.2.0",
|
|
49
50
|
"mongodb": "*",
|
|
50
51
|
"mongoose": "^6.1.7"
|
|
51
52
|
},
|
|
52
53
|
"peerDependencies": {
|
|
53
|
-
"@tsed/common": "
|
|
54
|
+
"@tsed/common": "7.61.1",
|
|
54
55
|
"express": "^4.17.1",
|
|
55
56
|
"formio": ">=2.0.0",
|
|
56
57
|
"lodash": "^4.17.21",
|