@solvapay/react 1.7.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41 → 1.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @solvapay/react changelog
2
2
 
3
- ## 1.7.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41
3
+ ## 1.7.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,11 +12,8 @@
12
12
 
13
13
  - 12f446b: Widen the `@solvapay/mcp-core` peer range to `^0.2.8 || ^0.3.0`, so this package stays installable against both lines. It consumes only stable type and constant exports and does not touch the `hideToolsByAudience` surface or zod schema construction that changed in `0.3.0`.
14
14
  - Updated dependencies [800f081]
15
- - Updated dependencies [12f446b]
16
- - Updated dependencies [c6d3ddc]
17
15
  - Updated dependencies [3a310eb]
18
- - @solvapay/core@1.3.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41
19
- - @solvapay/mcp-core@0.3.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41
16
+ - @solvapay/core@1.3.0
20
17
 
21
18
  ## 1.6.0
22
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/react",
3
- "version": "1.7.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41",
3
+ "version": "1.7.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.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41",
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.3.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41"
72
+ "@solvapay/core": "1.3.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/mcp-core": "0.3.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41",
89
- "@solvapay/server": "2.1.0-preview-e7613cf5668b4f45b2e72a5047d08441e78ebd41",
88
+ "@solvapay/mcp-core": "0.3.0",
89
+ "@solvapay/server": "2.1.0",
90
90
  "@solvapay/test-utils": "0.0.0"
91
91
  },
92
92
  "scripts": {