@uge/payo 1.1.2 → 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 +1 -1
- package/dist/index.js +133 -133
- package/package.json +6 -4
- package/assets/demo.gif +0 -0
- package/assets/icon.png +0 -0
- package/assets/logo.png +0 -0
package/README.md
CHANGED
|
@@ -270,7 +270,7 @@ Have a stack you want supported or an idea to make the flow better?
|
|
|
270
270
|
|
|
271
271
|
## Requirements
|
|
272
272
|
|
|
273
|
-
**To run Payo:** [Node.js](https://nodejs.org) **>=
|
|
273
|
+
**To run Payo:** [Node.js](https://nodejs.org) **>= 20.12**. That's it — `npx @uge/payo`
|
|
274
274
|
runs the published, Node-targeted binary, so **you do not need Bun to use Payo.**
|
|
275
275
|
If you prefer Bun, `bunx @uge/payo` works too.
|
|
276
276
|
|