@x402r/refund 0.0.2 → 0.0.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 +2 -2
package/README.md CHANGED
@@ -141,4 +141,4 @@ See the [examples directory](../../examples/) for complete working examples:
141
141
 
142
142
  ## License
143
143
 
144
- Apache-2.0
144
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x402r/refund",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "x402 refund extension - enables merchants to route payments to DepositRelay contracts via escrow",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -39,7 +39,7 @@
39
39
  "escrow",
40
40
  "dispute-resolution"
41
41
  ],
42
- "license": "BUSL-1.1",
42
+ "license": "MIT",
43
43
  "author": "Coinbase Inc.",
44
44
  "repository": {
45
45
  "type": "git",