@truebit/cli 1.120.0-beta.86 → 1.120.0-beta.87

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.
@@ -4,5 +4,5 @@ export declare const axiosErrorHandler: (error: AxiosError | Error) => never;
4
4
  export declare function isAllLowercase(str: string, fieldValidated: string): void;
5
5
  export declare function createLedgerAdapter(env: LedgerEnv): Ledger;
6
6
  export declare function isValidAddress(address: string): void;
7
- export declare function getValidatedLocalIP(): string;
7
+ export declare function getPublicIP(): Promise<string>;
8
8
  //# sourceMappingURL=util.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.mts","sourceRoot":"","sources":["../../src/utils/util.mts"],"names":[],"mappings":"AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,yBAAyB,CAAC;AAM3E,eAAO,MAAM,iBAAiB,GAAI,OAAO,UAAU,GAAG,KAAK,KAAG,KAgB7D,CAAC;AAEF,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,IAAI,CAExE;AACD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,SAAS,GAAG,MAAM,CAE1D;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAIpD;AAED,wBAAgB,mBAAmB,IAAI,MAAM,CAkB5C"}
1
+ {"version":3,"file":"util.d.mts","sourceRoot":"","sources":["../../src/utils/util.mts"],"names":[],"mappings":"AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,yBAAyB,CAAC;AAM3E,eAAO,MAAM,iBAAiB,GAAI,OAAO,UAAU,GAAG,KAAK,KAAG,KAgB7D,CAAC;AAEF,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,IAAI,CAExE;AACD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,SAAS,GAAG,MAAM,CAE1D;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAIpD;AAED,wBAAsB,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAMnD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truebit/cli",
3
- "version": "1.120.0-beta.86",
3
+ "version": "1.120.0-beta.87",
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": {
@@ -43,6 +43,7 @@
43
43
  "json2toml": "^6.1.1",
44
44
  "openapi-enforcer": "^1.23.0",
45
45
  "ora": "^8.2.0",
46
+ "public-ip": "^7.0.1",
46
47
  "rollup": "^4.36.0",
47
48
  "run-script-os": "^1.1.6",
48
49
  "ts-retry": "^6.0.0",
@@ -63,5 +64,5 @@
63
64
  "engines": {
64
65
  "node": ">=22.13.0"
65
66
  },
66
- "gitHead": "4882795fb5fc84100e918530419a4bb9092545bc"
67
+ "gitHead": "033511e640bfd44aa15d0313c27b2e4ed5796a1a"
67
68
  }