@resvary/circle 0.7.0 → 1.0.0-rc.1

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 +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.7 funding integrations are Testnet-only. See `docs/circle-gateway-funding.md` and `docs/funding-recovery.md`.
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.7.0",
3
+ "version": "1.0.0-rc.1",
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.7.0",
65
+ "@resvary/sdk": "1.0.0-rc.1",
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": "fa0365a648186aa0330da25268a3f6626d0db8a3"
74
+ "gitHead": "eba3747434a962da4f057390f411a54b799dfd93"
75
75
  }