@truebit/cli 1.120.0-beta.129 → 1.120.0-beta.131

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 +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
+ {"version":3,"file":"check.version.service.d.mts","sourceRoot":"","sources":["../../src/services/check.version.service.mts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,wBAAsB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAsCxE;AAED,wBAAgB,YAAY,IAAI,IAAI,CAMnC;AAED,wBAAsB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAS/E"}
@@ -1,5 +1,4 @@
1
1
  export declare const fileExist: (sourceDirectoryPath: string, filePath: string) => string | null;
2
- export declare const isValidBindleVersion: (version: string) => boolean;
3
- export declare const isValidBindleId: (bindleId: string) => boolean;
2
+ export declare const isValidTaskId: (taskId: string) => boolean;
4
3
  export declare function validateApiKeyFormat(apiKey: string): void;
5
4
  //# sourceMappingURL=validations.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validations.d.mts","sourceRoot":"","sources":["../../src/utils/validations.mts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,GAAI,qBAAqB,MAAM,EAAE,UAAU,MAAM,KAAG,MAAM,GAAG,IAOlF,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,SAAS,MAAM,KAAG,OAGtD,CAAC;AACF,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,KAAG,OASlD,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAKzD"}
1
+ {"version":3,"file":"validations.d.mts","sourceRoot":"","sources":["../../src/utils/validations.mts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,GAAI,qBAAqB,MAAM,EAAE,UAAU,MAAM,KAAG,MAAM,GAAG,IAOlF,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,KAAG,OAI9C,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAKzD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truebit/cli",
3
- "version": "1.120.0-beta.129",
3
+ "version": "1.120.0-beta.131",
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": {
@@ -36,15 +36,15 @@
36
36
  "axios": "1.9.0",
37
37
  "chalk": "5.4.1",
38
38
  "colors": "^1.4.0",
39
- "commander": "^13.1.0",
39
+ "commander": "^14.0.0",
40
40
  "dotenv": "^16.5.0",
41
- "ethers": "^6.14.0",
41
+ "ethers": "^6.14.1",
42
42
  "figlet": "^1.8.1",
43
43
  "json2toml": "^6.1.1",
44
44
  "openapi-enforcer": "^1.23.0",
45
45
  "ora": "^8.2.0",
46
46
  "public-ip": "^7.0.1",
47
- "rollup": "^4.40.2",
47
+ "rollup": "^4.41.0",
48
48
  "run-script-os": "^1.1.6",
49
49
  "ts-retry": "^6.0.0",
50
50
  "uuid": "^11.1.0"
@@ -58,11 +58,11 @@
58
58
  "devDependencies": {
59
59
  "@types/aws4": "^1.11.6",
60
60
  "@types/figlet": "^1.7.0",
61
- "@vitest/coverage-v8": "3.1.3",
62
- "vitest": "3.1.3"
61
+ "@vitest/coverage-v8": "3.1.4",
62
+ "vitest": "3.1.4"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=22.13.0"
66
66
  },
67
- "gitHead": "a948d2bde48c05d847aee8c0b24675000a5cf432"
67
+ "gitHead": "c11d85e967f05d8a7942377300609eca81b9ef54"
68
68
  }