@uqpay/cli 0.3.1 → 1.2.0
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/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,6 +32,9 @@ The official [UQPAY](https://www.uqpay.com/) CLI tool — built for humans and A
|
|
|
32
32
|
|
|
33
33
|
### From npm (recommended)
|
|
34
34
|
|
|
35
|
+
Requires Node.js 22+ for the npm installer. The installed `uqpay` binary does
|
|
36
|
+
not require Node.js at runtime.
|
|
37
|
+
|
|
35
38
|
```bash
|
|
36
39
|
# Install CLI
|
|
37
40
|
npm install -g @uqpay/cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uqpay/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "UQPAY command-line tool for banking, issuing, and payment APIs",
|
|
5
5
|
"bin": {
|
|
6
6
|
"uqpay": "scripts/run.js"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"arm64"
|
|
19
19
|
],
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=22"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|