declapract-typescript-ehmpathy 0.20.3 → 0.20.5
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.
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"fix:lint": "eslint -c ./.eslintrc.js src/**/*.ts --fix",
|
|
15
15
|
"test:lint:eslint": "eslint -c ./.eslintrc.js src/**/*.ts",
|
|
16
16
|
"test:lint:deps": "npx depcheck -c ./depcheckrc.yml",
|
|
17
|
-
"test:lint": "test:lint:eslint && test:lint:deps"
|
|
17
|
+
"test:lint": "npm run test:lint:eslint && npm run test:lint:deps"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.5",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|
|
@@ -31,13 +31,15 @@
|
|
|
31
31
|
"author": "uladkasach",
|
|
32
32
|
"license": "ISC",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"declapract": "0.10.7",
|
|
35
34
|
"domain-objects": "0.7.5",
|
|
36
35
|
"expect": "29.4.2",
|
|
37
36
|
"lodash.uniq": "4.5.0",
|
|
38
37
|
"type-fns": "0.7.0",
|
|
39
38
|
"uuid": "3.4.0"
|
|
40
39
|
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"declapract": "~0.10.7"
|
|
42
|
+
},
|
|
41
43
|
"devDependencies": {
|
|
42
44
|
"@commitlint/cli": "13.1.0",
|
|
43
45
|
"@commitlint/config-conventional": "13.1.0",
|