@truebit/cli 1.120.0-beta.108 → 1.120.0-beta.109

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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +5 -5
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Truebit CLI
2
+
3
+ ## What is Truebit?
4
+
5
+ **Truebit CLI** is a decentralized compute network that verifies the correct execution of off-chain code. It allows developers to securely interact with third-party APIs, move data across blockchains, and run complex application logic in a verifiable, trustless manner.
6
+
7
+ ## What is the Truebit CLI?
8
+
9
+ **The Truebit CLI** is a command-line interface that simplifies the process of creating, testing, and deploying Truebit Tasks. It helps developers interact with the Truebit protocol easily and automate key parts of their workflow.
10
+
11
+ ## Getting Started
12
+
13
+ Check out our quick start guide: https://devs.truebit.io/getting-started/get-started
14
+
15
+ For more information, visit: https://devs.truebit.io
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truebit/cli",
3
- "version": "1.120.0-beta.108",
3
+ "version": "1.120.0-beta.109",
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": {
@@ -37,14 +37,14 @@
37
37
  "chalk": "5.4.1",
38
38
  "colors": "^1.4.0",
39
39
  "commander": "^13.1.0",
40
- "dotenv": "^16.4.7",
40
+ "dotenv": "^16.5.0",
41
41
  "ethers": "^6.13.5",
42
- "figlet": "^1.8.0",
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.39.0",
47
+ "rollup": "^4.40.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": "b63e83131249b58481c3d68e3994346eeea09bf3"
67
+ "gitHead": "e2e4998b06abe467d8f0cafd81de7ea708a4b7c4"
68
68
  }