@resvary/circle 0.5.0-alpha.3 → 0.5.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/README.md +1 -1
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ Circle-native Testnet funding adapters for the Resvary prepaid credit ledger.
8
8
  - `@resvary/circle/gateway`: Arc Testnet Gateway constants and supported-kind validation.
9
9
 
10
10
  ```bash
11
- npm install @resvary/sdk@alpha @resvary/circle@alpha
11
+ npm install @resvary/sdk @resvary/circle
12
12
  ```
13
13
 
14
14
  Credits are granted only after a direct Arc proof or successful Gateway facilitator settlement. 0.4 is 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.5.0-alpha.3",
3
+ "version": "0.5.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",
@@ -33,8 +33,7 @@
33
33
  "LICENSE"
34
34
  ],
35
35
  "publishConfig": {
36
- "access": "public",
37
- "tag": "alpha"
36
+ "access": "public"
38
37
  },
39
38
  "scripts": {
40
39
  "build": "tsc",
@@ -60,7 +59,7 @@
60
59
  },
61
60
  "dependencies": {
62
61
  "@circle-fin/x402-batching": "^3.3.0",
63
- "@resvary/sdk": "0.5.0-alpha.3",
62
+ "@resvary/sdk": "0.5.0",
64
63
  "@x402/core": "^2.23.0",
65
64
  "@x402/evm": "^2.23.0",
66
65
  "viem": "^2.55.19"