bdy 1.24.5 → 1.24.6-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.24.5",
4
+ "version": "1.24.6-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "homepage": "https://buddy.works/docs/cli",
@@ -26,7 +26,7 @@ const updateByBrew = (currentVersion, latestVersion, env) => {
26
26
  };
27
27
  const updateByChoco = (currentVersion, latestVersion, env) => {
28
28
  const latestWithoutEnv = (0, utils_1.getVersionWithoutEnv)(latestVersion);
29
- const instructions = `choco install bdy --version=${latestWithoutEnv}-${env} --pre`;
29
+ const instructions = `choco install bdy --version=${latestWithoutEnv}-${env}`;
30
30
  updateMessage(currentVersion, latestVersion, instructions);
31
31
  };
32
32
  const updateByApt = (currentVersion, latestVersion) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.24.5",
4
+ "version": "1.24.6-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "homepage": "https://buddy.works/docs/cli",