@tsed/formio 7.61.1 → 7.61.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/formio",
3
- "version": "7.61.1",
3
+ "version": "7.61.2",
4
4
  "description": "Formio package for Ts.ED framework",
5
5
  "keywords": [
6
6
  "Formio",
@@ -25,22 +25,19 @@
25
25
  "barrels": "yarn barrelsby --delete -d ./src -e \"\\.spec\\.ts\" -e \"__mock__\" -e \".benchmark.ts\"",
26
26
  "start": "ts-node test/app/index.ts",
27
27
  "test": "cross-env NODE_ENV=test yarn jest --max-workers=2 && jest-coverage-thresholds-bumper",
28
- "build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
29
- "lint": "eslint '**/*.{ts,js}'",
30
- "lint:fix": "eslint '**/*.{ts,js}' --fix"
28
+ "build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json"
31
29
  },
32
30
  "dependencies": {
33
- "@tsed/formio-types": "7.61.1",
34
- "@tsed/normalize-path": "7.61.1",
31
+ "@tsed/formio-types": "7.61.2",
32
+ "@tsed/normalize-path": "7.61.2",
35
33
  "tslib": "2.6.1"
36
34
  },
37
35
  "devDependencies": {
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",
36
+ "@tsed/common": "7.61.2",
37
+ "@tsed/core": "7.61.2",
38
+ "@tsed/di": "7.61.2",
39
+ "@tsed/mongoose": "7.61.2",
40
+ "@tsed/typescript": "7.61.2",
44
41
  "@types/async": "3.2.15",
45
42
  "barrelsby": "^2.8.1",
46
43
  "eslint": "^8.12.0",
@@ -51,7 +48,7 @@
51
48
  "mongoose": "^6.1.7"
52
49
  },
53
50
  "peerDependencies": {
54
- "@tsed/common": "7.61.1",
51
+ "@tsed/common": "7.61.2",
55
52
  "express": "^4.17.1",
56
53
  "formio": ">=2.0.0",
57
54
  "lodash": "^4.17.21",
package/.eslintignore DELETED
@@ -1,13 +0,0 @@
1
- node_modules
2
- docs
3
- docs-references
4
- lib
5
- dist
6
- coverage
7
- .nyc_output
8
- *-lock.json
9
- *.lock
10
- benchmarks.*
11
- **/generated
12
-
13
- **/*.js
package/.eslintrc.js DELETED
@@ -1 +0,0 @@
1
- module.exports = require("@tsed/eslint/node.js");