@settlemint/sdk-next 2.6.3 → 2.6.4
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ The SettleMint Next.js SDK provides a seamless integration layer between Next.js
|
|
|
49
49
|
|
|
50
50
|
> **HelloWorld**(`props`): `ReactElement`
|
|
51
51
|
|
|
52
|
-
Defined in: [components/test.tsx:16](https://github.com/settlemint/sdk/blob/v2.6.
|
|
52
|
+
Defined in: [components/test.tsx:16](https://github.com/settlemint/sdk/blob/v2.6.4/sdk/next/src/components/test.tsx#L16)
|
|
53
53
|
|
|
54
54
|
A simple Hello World component that greets the user.
|
|
55
55
|
|
|
@@ -71,7 +71,7 @@ A React element that displays a greeting to the user.
|
|
|
71
71
|
|
|
72
72
|
> **withSettleMint**\<`C`\>(`nextConfig`, `options`): `Promise`\<`C`\>
|
|
73
73
|
|
|
74
|
-
Defined in: [config/with-settlemint.ts:21](https://github.com/settlemint/sdk/blob/v2.6.
|
|
74
|
+
Defined in: [config/with-settlemint.ts:21](https://github.com/settlemint/sdk/blob/v2.6.4/sdk/next/src/config/with-settlemint.ts#L21)
|
|
75
75
|
|
|
76
76
|
Modifies the passed in Next.js configuration with SettleMint-specific settings.
|
|
77
77
|
|
|
@@ -102,7 +102,7 @@ If the SettleMint configuration cannot be read or processed
|
|
|
102
102
|
|
|
103
103
|
#### HelloWorldProps
|
|
104
104
|
|
|
105
|
-
Defined in: [components/test.tsx:6](https://github.com/settlemint/sdk/blob/v2.6.
|
|
105
|
+
Defined in: [components/test.tsx:6](https://github.com/settlemint/sdk/blob/v2.6.4/sdk/next/src/components/test.tsx#L6)
|
|
106
106
|
|
|
107
107
|
The props for the HelloWorld component.
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ The props for the HelloWorld component.
|
|
|
110
110
|
|
|
111
111
|
#### WithSettleMintOptions
|
|
112
112
|
|
|
113
|
-
Defined in: [config/with-settlemint.ts:6](https://github.com/settlemint/sdk/blob/v2.6.
|
|
113
|
+
Defined in: [config/with-settlemint.ts:6](https://github.com/settlemint/sdk/blob/v2.6.4/sdk/next/src/config/with-settlemint.ts#L6)
|
|
114
114
|
|
|
115
115
|
Options for configuring the SettleMint configuration.
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ Options for configuring the SettleMint configuration.
|
|
|
118
118
|
|
|
119
119
|
| Property | Type | Description | Defined in |
|
|
120
120
|
| ------ | ------ | ------ | ------ |
|
|
121
|
-
| <a id="disabled"></a> `disabled?` | `boolean` | Whether to disable the SettleMint configuration. | [config/with-settlemint.ts:10](https://github.com/settlemint/sdk/blob/v2.6.
|
|
121
|
+
| <a id="disabled"></a> `disabled?` | `boolean` | Whether to disable the SettleMint configuration. | [config/with-settlemint.ts:10](https://github.com/settlemint/sdk/blob/v2.6.4/sdk/next/src/config/with-settlemint.ts#L10) |
|
|
122
122
|
|
|
123
123
|
## Contributing
|
|
124
124
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-next",
|
|
3
3
|
"description": "Next.js integration module for SettleMint SDK, providing React components and middleware for web applications",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@types/react": ">=18"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@settlemint/sdk-utils": "2.6.
|
|
78
|
+
"@settlemint/sdk-utils": "2.6.4",
|
|
79
79
|
"path-to-regexp": "^8"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|