@fiber-pay/cli 0.1.0-rc.6 → 0.1.0-rc.7

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/dist/cli.js +2 -2
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -5924,8 +5924,8 @@ function createRuntimeCommand(config) {
5924
5924
  import { Command as Command12 } from "commander";
5925
5925
 
5926
5926
  // src/lib/build-info.ts
5927
- var CLI_VERSION = "0.1.0-rc.6";
5928
- var CLI_COMMIT = "632dc5658ea5122cea5af371decc1b758b004461";
5927
+ var CLI_VERSION = "0.1.0-rc.7";
5928
+ var CLI_COMMIT = "f71c561d8f423b9c88b79f5568dc1c6f9fbc93e3";
5929
5929
 
5930
5930
  // src/commands/version.ts
5931
5931
  function createVersionCommand() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiber-pay/cli",
3
- "version": "0.1.0-rc.6",
3
+ "version": "0.1.0-rc.7",
4
4
  "description": "Command-line tool for managing Fiber Network nodes",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "commander": "^13.1.0",
30
30
  "yaml": "^2.8.2",
31
- "@fiber-pay/runtime": "0.1.0-rc.6",
32
- "@fiber-pay/node": "0.1.0-rc.6",
33
- "@fiber-pay/sdk": "0.1.0-rc.6"
31
+ "@fiber-pay/node": "0.1.0-rc.7",
32
+ "@fiber-pay/runtime": "0.1.0-rc.7",
33
+ "@fiber-pay/sdk": "0.1.0-rc.7"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup",