@fiber-pay/cli 0.2.0 → 0.2.1
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 +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
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.
|
|
6904
|
-
var CLI_COMMIT = "
|
|
6903
|
+
var CLI_VERSION = "0.2.1";
|
|
6904
|
+
var CLI_COMMIT = "7326728d24bfb81f431401c681e5dfadee5d27a6";
|
|
6905
6905
|
|
|
6906
6906
|
// src/commands/version.ts
|
|
6907
6907
|
function createVersionCommand() {
|