@solvapay/react 2.1.0-preview-bc4641ba5a5e0c6b05a602edb6cc332f3fe0cbae → 2.1.0
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/CHANGELOG.md +1 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @solvapay/react changelog
|
|
2
2
|
|
|
3
|
-
## 2.1.0
|
|
3
|
+
## 2.1.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,10 +11,6 @@
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
13
|
- e961226: Regenerate OpenAPI types from the live backend and derive public SDK aliases from those schemas instead of parallel hand-coded copies.
|
|
14
|
-
- Updated dependencies [a98faa9]
|
|
15
|
-
- Updated dependencies [4af6384]
|
|
16
|
-
- @solvapay/core@1.6.0-preview-bc4641ba5a5e0c6b05a602edb6cc332f3fe0cbae
|
|
17
|
-
- @solvapay/mcp-core@0.3.3-preview-bc4641ba5a5e0c6b05a602edb6cc332f3fe0cbae
|
|
18
14
|
|
|
19
15
|
## 2.0.1
|
|
20
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solvapay/react",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"directory": "packages/react"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@solvapay/mcp-core": "0.3.
|
|
60
|
+
"@solvapay/mcp-core": "^0.2.8 || ^0.3.0",
|
|
61
61
|
"react": "^18.2.0 || ^19.0.0",
|
|
62
62
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
63
63
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@stripe/react-stripe-js": "^6.0.0",
|
|
71
71
|
"@stripe/stripe-js": "^9.0.0",
|
|
72
|
-
"@solvapay/core": "1.
|
|
72
|
+
"@solvapay/core": "1.5.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"react-dom": "^19.2.5",
|
|
86
86
|
"typescript": "^5.9.3",
|
|
87
87
|
"vitest": "^4.1.2",
|
|
88
|
-
"@solvapay/
|
|
89
|
-
"@solvapay/
|
|
88
|
+
"@solvapay/mcp-core": "0.3.3",
|
|
89
|
+
"@solvapay/server": "2.3.0",
|
|
90
90
|
"@solvapay/test-utils": "0.0.0"
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|