@aztec/blob-lib 3.0.0-nightly.20251221 → 3.0.0-nightly.20251223

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.
package/dest/blob.d.ts CHANGED
@@ -51,7 +51,7 @@ export declare class Blob {
51
51
  /**
52
52
  * Create a Blob from a JSON object.
53
53
  *
54
- * Blobs will be in this form when requested from the blob sink, or from
54
+ * Blobs will be in this form when requested from the blob client, or from
55
55
  * the beacon chain via `getBlobSidecars`
56
56
  * https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/getBlobSidecars
57
57
  *
package/dest/blob.js CHANGED
@@ -69,7 +69,7 @@ export { FIELDS_PER_BLOB };
69
69
  /**
70
70
  * Create a Blob from a JSON object.
71
71
  *
72
- * Blobs will be in this form when requested from the blob sink, or from
72
+ * Blobs will be in this form when requested from the blob client, or from
73
73
  * the beacon chain via `getBlobSidecars`
74
74
  * https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/getBlobSidecars
75
75
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/blob-lib",
3
- "version": "3.0.0-nightly.20251221",
3
+ "version": "3.0.0-nightly.20251223",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -27,8 +27,8 @@
27
27
  "../package.common.json"
28
28
  ],
29
29
  "dependencies": {
30
- "@aztec/constants": "3.0.0-nightly.20251221",
31
- "@aztec/foundation": "3.0.0-nightly.20251221",
30
+ "@aztec/constants": "3.0.0-nightly.20251223",
31
+ "@aztec/foundation": "3.0.0-nightly.20251223",
32
32
  "@crate-crypto/node-eth-kzg": "^0.10.0",
33
33
  "tslib": "^2.4.0"
34
34
  },
package/src/blob.ts CHANGED
@@ -81,7 +81,7 @@ export class Blob {
81
81
  /**
82
82
  * Create a Blob from a JSON object.
83
83
  *
84
- * Blobs will be in this form when requested from the blob sink, or from
84
+ * Blobs will be in this form when requested from the blob client, or from
85
85
  * the beacon chain via `getBlobSidecars`
86
86
  * https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/getBlobSidecars
87
87
  *