@artblocks/abx-token-api 0.1.0-alpha.30 → 0.1.0-alpha.32

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/CHANGELOG.md +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @artblocks/abx-token-api
2
2
 
3
+ ## 0.1.0-alpha.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c198237]
8
+ - @artblocks/abx-sdk@0.1.0-alpha.29
9
+ - @artblocks/abx-indexer@0.1.0-alpha.30
10
+ - @artblocks/abx-storage@0.1.0-alpha.29
11
+
12
+ ## 0.1.0-alpha.31
13
+
14
+ ### Patch Changes
15
+
16
+ - c5e0d84: Published package `homepage` and `bugs` fields now point at docs.abx.io instead of a private GitHub
17
+ repo that 404s. File reports with `abx feedback`; `npm bugs` no longer names a repository the public
18
+ cannot open.
19
+
20
+ Reported in the 2026-08-27 tester batch (feedback 40142396).
21
+
22
+ - Updated dependencies [c5e0d84]
23
+ - Updated dependencies [c5e0d84]
24
+ - @artblocks/abx-sdk@0.1.0-alpha.28
25
+ - @artblocks/abx-indexer@0.1.0-alpha.29
26
+ - @artblocks/abx-storage@0.1.0-alpha.28
27
+
3
28
  ## 0.1.0-alpha.30
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artblocks/abx-token-api",
3
- "version": "0.1.0-alpha.30",
3
+ "version": "0.1.0-alpha.32",
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",
@@ -25,8 +25,8 @@
25
25
  "url": "git+https://github.com/ArtBlocks/abx.git",
26
26
  "directory": "packages/token-api"
27
27
  },
28
- "homepage": "https://github.com/ArtBlocks/abx#readme",
29
- "bugs": "https://github.com/ArtBlocks/abx/issues",
28
+ "homepage": "https://docs.abx.io",
29
+ "bugs": "https://docs.abx.io/docs/using-abx/remote-services",
30
30
  "keywords": [
31
31
  "abx",
32
32
  "nft",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "viem": "^2.21.0",
43
- "@artblocks/abx-sdk": "0.1.0-alpha.27",
44
- "@artblocks/abx-indexer": "0.1.0-alpha.28",
45
- "@artblocks/abx-storage": "0.1.0-alpha.27"
43
+ "@artblocks/abx-sdk": "0.1.0-alpha.29",
44
+ "@artblocks/abx-indexer": "0.1.0-alpha.30",
45
+ "@artblocks/abx-storage": "0.1.0-alpha.29"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc -b tsconfig.build.json"