bdy 1.22.78 → 1.22.79-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.
package/distTs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bdy",
|
|
3
3
|
"preferGlobal": false,
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.79-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://buddy.works/docs/cli",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"ssh2": "1.17.0",
|
|
76
76
|
"tar-stream": "3.2.0",
|
|
77
77
|
"terminal-kit": "3.1.2",
|
|
78
|
-
"undici": "8.
|
|
78
|
+
"undici": "8.5.0",
|
|
79
79
|
"unzipper": "0.12.3",
|
|
80
80
|
"uuid": "14.0.0",
|
|
81
81
|
"which": "4.0.0",
|
|
@@ -21,7 +21,7 @@ const updateByBrew = (currentVersion, latestVersion, env) => {
|
|
|
21
21
|
if (env === 'prod')
|
|
22
22
|
instructions += 'brew install bdy';
|
|
23
23
|
else
|
|
24
|
-
instructions += `brew install bdy
|
|
24
|
+
instructions += `brew install bdy-${env}`;
|
|
25
25
|
updateMessage(currentVersion, latestVersion, instructions);
|
|
26
26
|
};
|
|
27
27
|
const updateByChoco = (currentVersion, latestVersion, env) => {
|
package/distTs/src/texts.js
CHANGED
|
@@ -23,7 +23,7 @@ exports.ERR_CANCELLED = 'Cancelled';
|
|
|
23
23
|
exports.ERR_REST_API_GENERAL_ERROR = 'Something went wrong';
|
|
24
24
|
exports.ERR_REST_API_NOT_RESPONDING = 'Api endpoint not responding. Try again later...';
|
|
25
25
|
exports.ERR_REST_API_CONNECT_ERROR = 'Connection refused. Check selected endpoint';
|
|
26
|
-
exports.ERR_REST_API_WRONG_TOKEN = "Unauthorized (401): Invalid or missing token. Run '
|
|
26
|
+
exports.ERR_REST_API_WRONG_TOKEN = "Unauthorized (401): Invalid or missing token. Run 'bdy login' to authenticate";
|
|
27
27
|
exports.ERR_REST_API_RESOURCE_NOT_FOUND = 'Resource not found';
|
|
28
28
|
const ERR_REST_API_RATE_LIMIT = (rateLimitReset) => {
|
|
29
29
|
if (rateLimitReset) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bdy",
|
|
3
3
|
"preferGlobal": false,
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.79-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://buddy.works/docs/cli",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"ssh2": "1.17.0",
|
|
76
76
|
"tar-stream": "3.2.0",
|
|
77
77
|
"terminal-kit": "3.1.2",
|
|
78
|
-
"undici": "8.
|
|
78
|
+
"undici": "8.5.0",
|
|
79
79
|
"unzipper": "0.12.3",
|
|
80
80
|
"uuid": "14.0.0",
|
|
81
81
|
"which": "4.0.0",
|