@bosonprotocol/x402-evm 0.1.0-alpha-0 → 0.1.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bosonprotocol/x402-evm",
3
- "version": "0.1.0-alpha-0",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Boson Protocol EVM calldata + adapter glue for the x402 escrow scheme — inner-action ABI encoding for the commit step and viem ↔ Web3LibAdapter bridges. Wraps @bosonprotocol/core-sdk for everything else.",
6
6
  "repository": {
@@ -57,7 +57,7 @@
57
57
  "@bosonprotocol/common": "1.33.0-alpha.7",
58
58
  "@bosonprotocol/core-sdk": "1.48.0-alpha.6",
59
59
  "viem": "^2.39.3",
60
- "@bosonprotocol/x402-core": "^0.1.0-alpha-0"
60
+ "@bosonprotocol/x402-core": "^0.1.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^20.17.10",