@fiber-pay/cli 0.2.1 → 0.2.2
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.
- package/dist/cli.js +2 -2
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -6900,8 +6900,8 @@ function createRuntimeCommand(config) {
|
|
|
6900
6900
|
import { Command as Command14 } from "commander";
|
|
6901
6901
|
|
|
6902
6902
|
// src/lib/build-info.ts
|
|
6903
|
-
var CLI_VERSION = "0.2.
|
|
6904
|
-
var CLI_COMMIT = "
|
|
6903
|
+
var CLI_VERSION = "0.2.2";
|
|
6904
|
+
var CLI_COMMIT = "3adcb1ff665cc39b77ac0f2551dcc7e98c4944f9";
|
|
6905
6905
|
|
|
6906
6906
|
// src/commands/version.ts
|
|
6907
6907
|
function createVersionCommand() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fiber-pay/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Command-line tool for managing Fiber Network nodes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"http-proxy-middleware": "^3.0.5",
|
|
32
32
|
"qrcode": "^1.5.4",
|
|
33
33
|
"yaml": "^2.8.2",
|
|
34
|
-
"@fiber-pay/
|
|
35
|
-
"@fiber-pay/
|
|
36
|
-
"@fiber-pay/runtime": "0.2.
|
|
34
|
+
"@fiber-pay/sdk": "0.2.2",
|
|
35
|
+
"@fiber-pay/node": "0.2.2",
|
|
36
|
+
"@fiber-pay/runtime": "0.2.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/express": "^5.0.6",
|