bdy 1.17.18-dev → 1.17.19-dev

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.18-dev",
4
+ "version": "1.17.19-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -101,7 +101,7 @@ const initRepo = async (workspace, project, path, git, options) => {
101
101
  output_1.default.exitNormal();
102
102
  }
103
103
  }
104
- await (0, utils_1.execLocally)('git config credential.helper ""', {
104
+ await (0, utils_1.execLocally)('git config --replace-all credential.helper ""', {
105
105
  cwd: path,
106
106
  });
107
107
  await (0, utils_1.execLocally)("git config --add credential.helper '!bdy project git credential'", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.18-dev",
4
+ "version": "1.17.19-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {