@artblocks/abx-storage 0.1.0-alpha.27 → 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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @artblocks/abx-storage
2
2
 
3
+ ## 0.1.0-alpha.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c198237]
8
+ - @artblocks/abx-sdk@0.1.0-alpha.29
9
+
10
+ ## 0.1.0-alpha.28
11
+
12
+ ### Patch Changes
13
+
14
+ - c5e0d84: Published package `homepage` and `bugs` fields now point at docs.abx.io instead of a private GitHub
15
+ repo that 404s. File reports with `abx feedback`; `npm bugs` no longer names a repository the public
16
+ cannot open.
17
+
18
+ Reported in the 2026-08-27 tester batch (feedback 40142396).
19
+
20
+ - Updated dependencies [c5e0d84]
21
+ - Updated dependencies [c5e0d84]
22
+ - @artblocks/abx-sdk@0.1.0-alpha.28
23
+
3
24
  ## 0.1.0-alpha.27
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artblocks/abx-storage",
3
- "version": "0.1.0-alpha.27",
3
+ "version": "0.1.0-alpha.29",
4
4
  "license": "MIT",
5
5
  "description": "ABX Self-Host Toolkit (Layer 3) — the reference byte-custody / storage service. Holds the source-of-truth bytes a token's content commitment points at, content-addressed by hash, behind a pluggable backend interface.",
6
6
  "type": "module",
@@ -25,8 +25,8 @@
25
25
  "url": "git+https://github.com/ArtBlocks/abx.git",
26
26
  "directory": "packages/storage"
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,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "viem": "^2.21.0",
43
- "@artblocks/abx-sdk": "0.1.0-alpha.27"
43
+ "@artblocks/abx-sdk": "0.1.0-alpha.29"
44
44
  },
45
45
  "optionalDependencies": {
46
46
  "@ardrive/turbo-sdk": "^1.23.0",