@artblocks/abx-indexer 0.1.0-alpha.28 → 0.1.0-alpha.29

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @artblocks/abx-indexer
2
2
 
3
+ ## 0.1.0-alpha.29
4
+
5
+ ### Patch Changes
6
+
7
+ - c5e0d84: Published package `homepage` and `bugs` fields now point at docs.abx.io instead of a private GitHub
8
+ repo that 404s. File reports with `abx feedback`; `npm bugs` no longer names a repository the public
9
+ cannot open.
10
+
11
+ Reported in the 2026-08-27 tester batch (feedback 40142396).
12
+
13
+ - Updated dependencies [c5e0d84]
14
+ - Updated dependencies [c5e0d84]
15
+ - @artblocks/abx-sdk@0.1.0-alpha.28
16
+
3
17
  ## 0.1.0-alpha.28
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artblocks/abx-indexer",
3
- "version": "0.1.0-alpha.28",
3
+ "version": "0.1.0-alpha.29",
4
4
  "license": "MIT",
5
5
  "description": "ABX Self-Host Toolkit (Layer 3) — the reference indexer. Replays the event spine from chain into a disposable, rebuildable projection. The canonical re-index.",
6
6
  "type": "module",
@@ -25,8 +25,8 @@
25
25
  "url": "git+https://github.com/ArtBlocks/abx.git",
26
26
  "directory": "packages/indexer"
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",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "viem": "^2.21.0",
42
- "@artblocks/abx-sdk": "0.1.0-alpha.27"
42
+ "@artblocks/abx-sdk": "0.1.0-alpha.28"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsc -b tsconfig.build.json"