@moneydevkit/nextjs 0.1.8 → 0.1.10
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/package.json +7 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
moneydevkit checkout library for embedding Lightning-powered payments inside Next.js (App Router) apps.
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
|
-
1. **Create a Money Dev Kit account** at [moneydevkit.com](https://moneydevkit.com)
|
|
6
|
+
1. **Create a Money Dev Kit account** at [moneydevkit.com](https://moneydevkit.com) or run `npx @moneydevkit/create` to generate credentials locally, then grab your `api_key`, `webhook_key`, and mnemonic.
|
|
7
7
|
2. **Install the SDK** in your project:
|
|
8
8
|
```bash
|
|
9
9
|
npm install @moneydevkit/nextjs
|
package/package.json
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneydevkit/nextjs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"title": "@moneydevkit/nextjs",
|
|
5
5
|
"description": "moneydevkit checkout components for Next.js.",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/moneydevkit/mdk-checkout.git",
|
|
9
|
+
"directory": "packages/nextjs"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/moneydevkit/mdk-checkout/blob/main/packages/nextjs/README.md",
|
|
6
12
|
"type": "module",
|
|
7
13
|
"main": "./dist/index.js",
|
|
8
14
|
"types": "./dist/index.d.ts",
|