@ar.io/sdk 3.22.1 → 3.22.2

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.
@@ -397,6 +397,7 @@ function parseAoEpochData(value) {
397
397
  prescribedNames: zod_1.z.array(zod_1.z.string()),
398
398
  observations: zod_1.z.any(),
399
399
  epochIndex: zod_1.z.number(),
400
+ arnsStats: zod_1.z.any(),
400
401
  });
401
402
  return epochDataSchema.parse(value);
402
403
  }
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '3.22.1';
20
+ exports.version = '3.22.2';
@@ -385,6 +385,7 @@ export function parseAoEpochData(value) {
385
385
  prescribedNames: z.array(z.string()),
386
386
  observations: z.any(),
387
387
  epochIndex: z.number(),
388
+ arnsStats: z.any(),
388
389
  });
389
390
  return epochDataSchema.parse(value);
390
391
  }
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '3.22.1';
17
+ export const version = '3.22.2';
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "3.22.0";
16
+ export declare const version = "3.22.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "3.22.1",
3
+ "version": "3.22.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"