@payai/x402-express-starter 1.3.0 → 1.3.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/NOTICE +1 -1
  2. package/package.json +2 -2
package/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  This package includes portions derived from coinbase/x402 (examples/typescript/servers/express), Apache-2.0,
2
- commit 3f9cdc54d687333359841c44c326fcb5b39b2828. See LICENSE and upstream LICENSE notices.
2
+ commit 26d92af44ed49297803816b58ce0d4fdc2c3d599. See LICENSE and upstream LICENSE notices.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payai/x402-express-starter",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -44,4 +44,4 @@
44
44
  "x402CoreVersion": "2.2.0",
45
45
  "x402ExtensionsVersion": "2.2.0"
46
46
  }
47
- }
47
+ }