@fiber-pay/cli 0.2.0 → 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 CHANGED
@@ -675,7 +675,7 @@ async function runAgentCallCommand(config, url, options) {
675
675
  // src/lib/agent-serve.ts
676
676
  import { execFileSync, spawn } from "child_process";
677
677
  import { createServer } from "http";
678
- import { createL402Middleware, FiberRpcClient as FiberRpcClient2 } from "@fiber-pay/sdk";
678
+ import { createL402Middleware, FiberRpcClient as FiberRpcClient2 } from "@fiber-pay/sdk/node";
679
679
  import express from "express";
680
680
  function getClientIp(req) {
681
681
  const forwarded = req.headers["x-forwarded-for"];
@@ -3799,7 +3799,7 @@ import { Command as Command8 } from "commander";
3799
3799
 
3800
3800
  // src/lib/l402-proxy.ts
3801
3801
  import { createServer as createServer2 } from "http";
3802
- import { createL402Middleware as createL402Middleware2, FiberRpcClient as FiberRpcClient3 } from "@fiber-pay/sdk";
3802
+ import { createL402Middleware as createL402Middleware2, FiberRpcClient as FiberRpcClient3 } from "@fiber-pay/sdk/node";
3803
3803
  import express2 from "express";
3804
3804
  import { createProxyMiddleware } from "http-proxy-middleware";
3805
3805
  async function runL402ProxyCommand(config, options) {
@@ -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.0";
6904
- var CLI_COMMIT = "f9635524f49ce13667b606fcb9a0d1aef35bcb2d";
6903
+ var CLI_VERSION = "0.2.2";
6904
+ var CLI_COMMIT = "3adcb1ff665cc39b77ac0f2551dcc7e98c4944f9";
6905
6905
 
6906
6906
  // src/commands/version.ts
6907
6907
  function createVersionCommand() {