@solvapay/react 1.0.4 → 1.0.6

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 +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -321,4 +321,5 @@ import type { PaymentFormProps, PurchaseStatus, PaymentIntentResult } from '@sol
321
321
 
322
322
  ## More Information
323
323
 
324
- See [`docs/guides/architecture.md`](../../docs/guides/architecture.md) for detailed architecture documentation.
324
+ See [`docs/contributing/architecture.md`](../../docs/contributing/architecture.md) for contributor
325
+ architecture documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/react",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -51,8 +51,8 @@
51
51
  "react-dom": "^19.2.4",
52
52
  "typescript": "^5.9.3",
53
53
  "vitest": "^4.1.2",
54
- "@solvapay/test-utils": "0.0.0",
55
- "@solvapay/server": "1.0.4"
54
+ "@solvapay/server": "1.0.6",
55
+ "@solvapay/test-utils": "0.0.0"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup src/index.tsx src/adapters/auth.ts --format esm,cjs --dts --tsconfig tsconfig.build.json",