@solvapay/core 1.0.1-preview.3 → 1.0.1-preview.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,6 +82,6 @@ Most developers don't need to install `@solvapay/core` directly -- it's automati
82
82
 
83
83
  ## More Information
84
84
 
85
- - [Architecture Guide](../../docs/guides/architecture.md) - Package design and boundaries
85
+ - [Architecture Guide](../../docs/contributing/architecture.md) - Package design and boundaries
86
86
  - [Server SDK](../server/README.md) - Server-side paywall protection
87
87
  - [React SDK](../react/README.md) - Client-side payment components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/core",
3
- "version": "1.0.1-preview.3",
3
+ "version": "1.0.1-preview.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",