paybox-emulator 0.1.0 → 0.1.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/paybox.js +1 -1
- package/package.json +2 -2
package/dist/paybox.js
CHANGED
|
@@ -25701,7 +25701,7 @@ ${pc.bold(text)}
|
|
|
25701
25701
|
}
|
|
25702
25702
|
|
|
25703
25703
|
// apps/cli/src/version.ts
|
|
25704
|
-
var VERSION = true ? "0.1.
|
|
25704
|
+
var VERSION = true ? "0.1.1" : "0.0.0-dev";
|
|
25705
25705
|
|
|
25706
25706
|
// apps/cli/src/main.ts
|
|
25707
25707
|
var DEFAULT_URL = process.env.PAYBOX_URL ?? "http://127.0.0.1:8080";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paybox-emulator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Local payment infrastructure emulator. Point a Paystack, Stripe, Flutterwave, Kora, WeWire or Wise integration at localhost and test pending payments, webhook retries, duplicate deliveries, timeouts, refunds and idempotency — deterministically, with no provider sandbox.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"paybox": "
|
|
8
|
+
"paybox": "bin/paybox.js"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"bin",
|