@mimik/local 6.0.3 → 6.0.4
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 +19 -20
- package/scripts.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimik/local",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Local setup configuration for normal and test opreration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"test": "echo \"Error: no test specified\" && exit 0",
|
|
10
10
|
"test-ci": "echo \"Error: no test specified\" && exit 0",
|
|
11
11
|
"prepublishOnly": "npm run docs && npm run lint && npm run test-ci",
|
|
12
|
-
"commit-ready": "npm run docs && npm run lint && npm run test-ci"
|
|
13
|
-
"prepare": "husky install"
|
|
12
|
+
"commit-ready": "npm run docs && npm run lint && npm run test-ci"
|
|
14
13
|
},
|
|
15
14
|
"husky": {
|
|
16
15
|
"hooks": {
|
|
@@ -32,31 +31,31 @@
|
|
|
32
31
|
"@mimik/eslint-plugin-dependencies": "^2.4.6",
|
|
33
32
|
"@mimik/eslint-plugin-document-env": "^1.0.6",
|
|
34
33
|
"@mimik/git-hooks": "^1.5.8",
|
|
35
|
-
"axios": "1.
|
|
34
|
+
"axios": "1.7.2",
|
|
36
35
|
"bluebird": "3.7.2",
|
|
37
36
|
"chai": "4.3.10",
|
|
38
37
|
"colors": "1.4.0",
|
|
39
38
|
"comment-json": "4.2.3",
|
|
40
|
-
"debug": "4.3.
|
|
41
|
-
"eslint": "8.
|
|
39
|
+
"debug": "4.3.5",
|
|
40
|
+
"eslint": "8.57.0",
|
|
42
41
|
"eslint-config-airbnb": "19.0.4",
|
|
43
|
-
"eslint-plugin-import": "2.29.
|
|
44
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
45
|
-
"eslint-plugin-react": "7.
|
|
46
|
-
"eslint-plugin-react-hooks": "4.6.
|
|
47
|
-
"husky": "
|
|
48
|
-
"ip": "
|
|
49
|
-
"js-base64": "3.7.
|
|
42
|
+
"eslint-plugin-import": "2.29.1",
|
|
43
|
+
"eslint-plugin-jsx-a11y": "6.9.0",
|
|
44
|
+
"eslint-plugin-react": "7.34.3",
|
|
45
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
46
|
+
"husky": "9.0.11",
|
|
47
|
+
"ip": "2.0.1",
|
|
48
|
+
"js-base64": "3.7.7",
|
|
50
49
|
"js-yaml": "4.1.0",
|
|
51
|
-
"jsdoc-to-markdown": "8.0.
|
|
50
|
+
"jsdoc-to-markdown": "8.0.1",
|
|
52
51
|
"lodash": "4.17.21",
|
|
53
|
-
"mocha": "10.
|
|
52
|
+
"mocha": "10.6.0",
|
|
54
53
|
"mochawesome": "7.1.3",
|
|
55
|
-
"nyc": "
|
|
54
|
+
"nyc": "17.0.0",
|
|
56
55
|
"rewire": "7.0.0",
|
|
57
|
-
"sinon": "
|
|
58
|
-
"supertest": "
|
|
59
|
-
"swagger-client": "3.
|
|
60
|
-
"uuid": "
|
|
56
|
+
"sinon": "18.0.0",
|
|
57
|
+
"supertest": "7.0.0",
|
|
58
|
+
"swagger-client": "3.28.2",
|
|
59
|
+
"uuid": "10.0.0"
|
|
61
60
|
}
|
|
62
61
|
}
|
package/scripts.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"pre-push-install": "npx husky set .husky/pre-push 'npm run pre-push'",
|
|
12
12
|
"pre-commit": "npm run docs && npm run lint",
|
|
13
13
|
"pre-commit-install": "npx husky set .husky/pre-commit 'npm run pre-commit'",
|
|
14
|
-
"prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\
|
|
14
|
+
"prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\nnpm run pre-push-install && npm run pre-commit-install\nfi"
|
|
15
15
|
},
|
|
16
16
|
"husky": {
|
|
17
17
|
"hooks": {
|