bdy 1.17.17-dev → 1.17.18-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.17-dev",
4
+ "version": "1.17.18-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -707,8 +707,8 @@ class Input {
707
707
  return cert;
708
708
  }
709
709
  static async tunnelToken(token) {
710
- const workspace = cfg_1.default.getWorkspace();
711
- const project = cfg_1.default.getProject();
710
+ const workspace = Input.restApiWorkspace('', true);
711
+ const project = Input.restApiProject('', true);
712
712
  let fromLogin = false;
713
713
  if (!token && cfg_1.default.getApiToken() && workspace) {
714
714
  const client = Input.restApiTokenClient();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.17-dev",
4
+ "version": "1.17.18-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {