@mimik/local 4.4.4 → 4.4.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -195,7 +195,7 @@ colors.setTheme({
195
195
 
196
196
  const mSTInit = (confType) => {
197
197
  const { regType, startConfig } = getStartParams(confType);
198
- const config = init(regType);
198
+ const config = init(regType, false, true);
199
199
  const start = startSetup(config, startConfig);
200
200
 
201
201
  getAPI(start.SWAGGER_FILE_DIRECTORY || defaultDirectory, config.pack.swaggerFile.account, config.pack.swaggerFile.name, config.pack.swaggerFile.version, config.key.apiKey)
@@ -219,7 +219,7 @@ const mSTInit = (confType) => {
219
219
 
220
220
  const mITInit = (confType) => {
221
221
  const { regType, startConfig } = getStartParams(confType);
222
- const config = init(regType, startConfig.standAlone);
222
+ const config = init(regType, startConfig.standAlone, true);
223
223
  const { mSTBaseUrl } = config;
224
224
  const { type } = config.pack.mimik;
225
225
  let start = startSetup(config, startConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "colors": "1.4.0",
38
38
  "comment-json": "4.1.1",
39
39
  "debug": "4.3.3",
40
- "eslint": "8.6.0",
40
+ "eslint": "8.7.0",
41
41
  "eslint-config-airbnb": "18.2.1",
42
42
  "eslint-plugin-import": "2.25.4",
43
43
  "eslint-plugin-jsx-a11y": "6.5.1",
@@ -52,7 +52,7 @@
52
52
  "ip": "1.1.5",
53
53
  "jsdoc-to-markdown": "7.1.0",
54
54
  "lodash": "4.17.21",
55
- "mocha": "9.1.3",
55
+ "mocha": "9.1.4",
56
56
  "mochawesome": "7.0.1",
57
57
  "nyc": "15.1.0",
58
58
  "supertest": "6.2.1",