@mimik/configuration 5.0.3 → 5.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/lib/common.js +1 -1
- package/package.json +2 -2
package/lib/common.js
CHANGED
|
@@ -89,7 +89,7 @@ const DEFAULT_ADMIN_EXTERNAL_ID = 'admin';
|
|
|
89
89
|
|
|
90
90
|
const DEFAULT_SWAGGER_DIR = '../api';
|
|
91
91
|
const DEFAULT_SWAGGER_FILE_PROVIDER = 'bitbucket';
|
|
92
|
-
const SUPPORTED_SWAGGER_FILE_PROVIDERS = [DEFAULT_SWAGGER_FILE_PROVIDER, '
|
|
92
|
+
const SUPPORTED_SWAGGER_FILE_PROVIDERS = [DEFAULT_SWAGGER_FILE_PROVIDER, 'swaggerhub'];
|
|
93
93
|
|
|
94
94
|
const DEFAULT_BITBUCKET_USERNAME = ' ';
|
|
95
95
|
const DEFAULT_BITBUCKET_PASSWORD = ' ';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimik/configuration",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "Common configuration for mimik services",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@mimik/eslint-plugin-dependencies": "^2.4.5",
|
|
42
42
|
"@mimik/eslint-plugin-document-env": "^1.0.5",
|
|
43
|
-
"eslint": "8.
|
|
43
|
+
"eslint": "8.39.0",
|
|
44
44
|
"eslint-config-airbnb": "19.0.4",
|
|
45
45
|
"eslint-plugin-import": "2.27.5",
|
|
46
46
|
"eslint-plugin-jsx-a11y": "6.7.1",
|