@moneydevkit/nextjs 0.3.0 → 0.3.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/README.md +0 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,6 @@ moneydevkit checkout library for embedding Lightning-powered payments inside Nex
|
|
|
11
11
|
3. **Add required secrets** to `.env` (or similar):
|
|
12
12
|
```env
|
|
13
13
|
MDK_ACCESS_TOKEN=your_api_key_here
|
|
14
|
-
MDK_WEBHOOK_SECRET=your_webhook_key_here
|
|
15
14
|
MDK_MNEMONIC=your_mnemonic_here
|
|
16
15
|
```
|
|
17
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneydevkit/nextjs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"title": "@moneydevkit/nextjs",
|
|
5
5
|
"description": "moneydevkit checkout components for Next.js.",
|
|
6
6
|
"repository": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@hookform/resolvers": "^5.0.1",
|
|
53
|
-
"@moneydevkit/core": "0.0.
|
|
53
|
+
"@moneydevkit/core": "0.0.12",
|
|
54
54
|
"@moneydevkit/api-contract": "^0.1.10",
|
|
55
55
|
"@moneydevkit/lightning-js": "^0.1.54",
|
|
56
56
|
"@orpc/client": "1.3.0",
|