@mimik/local 5.2.1 → 5.2.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.
Files changed (2) hide show
  1. package/lib/common.js +1 -1
  2. package/package.json +1 -1
package/lib/common.js CHANGED
@@ -124,7 +124,7 @@ const DEFAULT_KINESISLOG = {
124
124
  };
125
125
  const DEFAULT_KEY = {
126
126
  username: DEFAULT_BITBUCKET_USERNAME,
127
- password: DEFAULT_BITBUCKET_USERNAME,
127
+ password: DEFAULT_BITBUCKET_PASSWORD,
128
128
  };
129
129
  const DEFAULT_LOCATION = {
130
130
  url: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {