@truebit/cli 1.120.0-beta.100 → 1.120.0-beta.102

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.
@@ -0,0 +1,5 @@
1
+ import { VersionBody } from '../definitions/version.mjs';
2
+ export declare function checkVersion(version: string): Promise<VersionBody>;
3
+ export declare function askForUpdate(): void;
4
+ export declare function validateOutdatedVersion(cliVersion: string): Promise<void>;
5
+ //# sourceMappingURL=check.version.service.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check.version.service.d.mts","sourceRoot":"","sources":["../../src/services/check.version.service.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,wBAAsB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CA4BxE;AAED,wBAAgB,YAAY,IAAI,IAAI,CAMnC;AAED,wBAAsB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAS/E"}
@@ -1,4 +1,5 @@
1
1
  import { AxiosInstance } from 'axios';
2
2
  export declare function createAxiosHubClient(): Promise<AxiosInstance>;
3
3
  export declare function createAxiosNodeClient(): Promise<AxiosInstance>;
4
+ export declare function createAxiosNodeClientForCheckVersion(): Promise<AxiosInstance>;
4
5
  //# sourceMappingURL=axios.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"axios.d.mts","sourceRoot":"","sources":["../../src/utils/axios.mts"],"names":[],"mappings":"AAEA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI7C,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,aAAa,CAAC,CAgBnE;AAED,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,aAAa,CAAC,CAepE"}
1
+ {"version":3,"file":"axios.d.mts","sourceRoot":"","sources":["../../src/utils/axios.mts"],"names":[],"mappings":"AAEA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI7C,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,aAAa,CAAC,CAgBnE;AAED,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,aAAa,CAAC,CAepE;AAED,wBAAsB,oCAAoC,IAAI,OAAO,CAAC,aAAa,CAAC,CAgBnF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truebit/cli",
3
- "version": "1.120.0-beta.100",
3
+ "version": "1.120.0-beta.102",
4
4
  "private": false,
5
5
  "description": "truebit-cli is a basic command line that allows interaction between users and truebit nextgen node.",
6
6
  "author": {
@@ -44,7 +44,7 @@
44
44
  "openapi-enforcer": "^1.23.0",
45
45
  "ora": "^8.2.0",
46
46
  "public-ip": "^7.0.1",
47
- "rollup": "^4.38.0",
47
+ "rollup": "^4.39.0",
48
48
  "run-script-os": "^1.1.6",
49
49
  "ts-retry": "^6.0.0",
50
50
  "uuid": "^11.1.0"
@@ -64,5 +64,5 @@
64
64
  "engines": {
65
65
  "node": ">=22.13.0"
66
66
  },
67
- "gitHead": "0f329fe2dc50aa3351f5d2e2521a96d6a82f3be3"
67
+ "gitHead": "4852088c386753af44583027cfc5188717619468"
68
68
  }