@resvary/circle 0.7.0 → 0.8.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,4 +11,4 @@ Circle-native Testnet funding adapters for the Resvary prepaid credit ledger.
|
|
|
11
11
|
npm install @resvary/sdk @resvary/circle
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Credits are granted only after a direct Arc RPC proof or successful Gateway facilitator settlement. Funding creates non-expiring general credit lots. Resvary 0.
|
|
14
|
+
Credits are granted only after a direct Arc RPC proof or successful Gateway facilitator settlement. Funding creates non-expiring general credit lots. Resvary 0.8 funding integrations remain Testnet-only. See `docs/circle-gateway-funding.md` and `docs/funding-recovery.md`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resvary/circle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Circle-native Arc and Gateway funding adapters for Resvary prepaid credits",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@circle-fin/x402-batching": "^3.4.0",
|
|
65
|
-
"@resvary/sdk": "0.
|
|
65
|
+
"@resvary/sdk": "0.8.0",
|
|
66
66
|
"@x402/core": "^2.24.0",
|
|
67
67
|
"@x402/evm": "^2.24.0",
|
|
68
68
|
"viem": "^2.56.0"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"typescript": "^5.6.0",
|
|
72
72
|
"vitest": "^4.1.11"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "1372d2c0dcba8ea1cd25736848d5ec22a3e34fbf"
|
|
75
75
|
}
|