@getruba/nextjs 0.9.6 → 0.9.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @getruba/nextjs
2
2
 
3
- Payments and Checkouts made dead simple with Next.js.
3
+ Add Ruba checkout, customer portals, and verified webhooks to a Next.js application.
4
4
 
5
5
  `pnpm install @getruba/nextjs zod`
6
6
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@getruba/nextjs",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
+ "description": "Ruba checkout, customer portal, and webhook helpers for Next.js.",
4
5
  "license": "Apache-2.0",
5
6
  "repository": {
6
7
  "type": "git",
@@ -31,8 +32,8 @@
31
32
  "dist"
32
33
  ],
33
34
  "dependencies": {
34
- "@getruba/adapter-utils": "0.4.6",
35
- "@getruba/sdk": "^0.48.2"
35
+ "@getruba/adapter-utils": "0.4.7",
36
+ "@getruba/sdk": "^0.48.3"
36
37
  },
37
38
  "devDependencies": {
38
39
  "typescript": "5.9.3",