@duffel/components 3.1.2--prototype.2 → 3.1.3

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 CHANGED
@@ -49,6 +49,10 @@ npm i @duffel/components
49
49
 
50
50
  - [Find it on src/examples/payments-just-typescript](src/examples/payments-just-typescript)
51
51
 
52
+ 7. **next** | This example imports and renders `@duffel/components` into a `next.js` project.
53
+
54
+ - [Find it on src/examples/payments-just-typescript](src/examples/next)
55
+
52
56
  ## What components are available?
53
57
 
54
58
  ### Ancillaries component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "3.1.2--prototype.2",
3
+ "version": "3.1.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "react-dist/index.js",