@mimik/local 6.0.1 → 6.0.2
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/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ Similar properties than for mSTConfig on `domainName` and `port` apply.
|
|
|
83
83
|
- for `key.json`:
|
|
84
84
|
``` javascript
|
|
85
85
|
{
|
|
86
|
-
"
|
|
86
|
+
"bitbucket": {
|
|
87
87
|
"username": "username to access the bitbucket account",
|
|
88
88
|
"password": "password to access the bitbucket account"
|
|
89
89
|
},
|
package/index.js
CHANGED
|
@@ -137,7 +137,7 @@ const getBasePath = (apiDef) => apiDef.basePath || apiDef.servers[0].url;
|
|
|
137
137
|
* - for `key.json`:
|
|
138
138
|
* ``` javascript
|
|
139
139
|
* {
|
|
140
|
-
* "
|
|
140
|
+
* "bitbucket": {
|
|
141
141
|
* "username": "username to access the bitbucket account",
|
|
142
142
|
* "password": "password to access the bitbucket account"
|
|
143
143
|
* },
|