@artblocks/abx-token-api 0.1.0-alpha.21 → 0.1.0-alpha.23

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artblocks/abx-token-api",
3
- "version": "0.1.0-alpha.21",
3
+ "version": "0.1.0-alpha.23",
4
4
  "license": "MIT",
5
5
  "description": "ABX Self-Host Toolkit (Layer 3) — the reference token API + byte-custody server. Serves standard ERC-721 metadata, the image, a JSON state API, and a demo dashboard, all from the reconstructed projection.",
6
6
  "type": "module",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "viem": "^2.21.0",
42
- "@artblocks/abx-sdk": "0.1.0-alpha.18",
43
- "@artblocks/abx-indexer": "0.1.0-alpha.19",
44
- "@artblocks/abx-storage": "0.1.0-alpha.18"
42
+ "@artblocks/abx-sdk": "0.1.0-alpha.20",
43
+ "@artblocks/abx-indexer": "0.1.0-alpha.21",
44
+ "@artblocks/abx-storage": "0.1.0-alpha.20"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b tsconfig.build.json"