@mimik/local 7.0.1 → 7.0.3

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.
Files changed (2) hide show
  1. package/lib/tasks.js +1 -1
  2. package/package.json +13 -13
package/lib/tasks.js CHANGED
@@ -296,7 +296,7 @@ const getAPI = (directory, swaggerFile, key) => {
296
296
 
297
297
  try {
298
298
  if (fs.existsSync(apiFilename)) {
299
- console.log(': ' + apiFilename.info + ' ' + 'already setup'.warn);
299
+ process.stdout.write(': ' + apiFilename.info + ' ' + 'already setup'.warn);
300
300
  apiDefinition = fs.readFileSync(apiFilename, 'utf8');
301
301
  }
302
302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "./index.js",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "url": "https://bitbucket.org/mimiktech/local"
30
30
  },
31
31
  "dependencies": {
32
- "@eslint/js": "9.31.0",
32
+ "@eslint/js": "9.32.0",
33
33
  "@mimik/eslint-plugin-document-env": "^2.0.8",
34
34
  "@mimik/git-hooks": "^2.0.0",
35
35
  "@stylistic/eslint-plugin": "5.2.2",
@@ -40,7 +40,7 @@
40
40
  "colors": "1.4.0",
41
41
  "comment-json": "4.2.5",
42
42
  "debug": "4.4.1",
43
- "eslint": "9.31.0",
43
+ "eslint": "9.32.0",
44
44
  "eslint-plugin-import": "2.32.0",
45
45
  "husky": "9.1.7",
46
46
  "ip": "2.0.1",
@@ -48,16 +48,16 @@
48
48
  "js-yaml": "4.1.0",
49
49
  "jsdoc-to-markdown": "9.1.2",
50
50
  "lodash": "4.17.21",
51
- "lodash.clone": "",
52
- "lodash.difference": "",
53
- "lodash.find": "",
54
- "lodash.findindex": "",
55
- "lodash.isempty": "",
56
- "lodash.isnumber": "",
57
- "lodash.isobject": "",
58
- "lodash.split": "",
59
- "lodash.trim": "",
60
- "lodash.union": "",
51
+ "lodash.clone": "4.5.0",
52
+ "lodash.difference": "4.5.0",
53
+ "lodash.find": "4.6.0",
54
+ "lodash.findindex": "4.6.0",
55
+ "lodash.isempty": "4.4.0",
56
+ "lodash.isnumber": "3.0.3",
57
+ "lodash.isobject": "3.0.2",
58
+ "lodash.split": "4.4.2",
59
+ "lodash.trim": "4.5.1",
60
+ "lodash.union": "4.6.0",
61
61
  "mocha": "11.7.1",
62
62
  "mochawesome": "7.1.3",
63
63
  "rewire": "9.0.0",