viem 0.0.0-main.20231119T230753 → 0.0.0-main.20231119T231529

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # viem
2
2
 
3
+ ## 1.19.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1512](https://github.com/wagmi-dev/viem/pull/1512) [`2d581ac5`](https://github.com/wagmi-dev/viem/commit/2d581ac55d9753cd82baa6f8d3b6e5a7cc5b6721) Thanks [@mihoward21](https://github.com/mihoward21)! - Added the multicall address for Aurora
8
+
9
+ - [#1518](https://github.com/wagmi-dev/viem/pull/1518) [`f69c58ab`](https://github.com/wagmi-dev/viem/commit/f69c58ab87af6215bf488b19af2be25eeb679b57) Thanks [@melnour](https://github.com/melnour)! - Added Shibarium chain
10
+
11
+ - [#1493](https://github.com/wagmi-dev/viem/pull/1493) [`d554db2e`](https://github.com/wagmi-dev/viem/commit/d554db2ebf1da6dbbc67f775818d9d1bdaf1d9ce) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Updated BSC Testnet RPC URL.
12
+
13
+ - [#1468](https://github.com/wagmi-dev/viem/pull/1468) [`7d89f5bc`](https://github.com/wagmi-dev/viem/commit/7d89f5bc60092a3db69703839231d32281fdb65b) Thanks [@thevolcanomanishere](https://github.com/thevolcanomanishere)! - Added JSDoc to some utility functions.
14
+
3
15
  ## 1.19.3
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20231119T230753';
4
+ exports.version = '0.0.0-main.20231119T231529';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20231119T230753';
1
+ export const version = '0.0.0-main.20231119T231529';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20231119T230753";
1
+ export declare const version = "0.0.0-main.20231119T231529";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20231119T230753'
1
+ export const version = '0.0.0-main.20231119T231529'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "0.0.0-main.20231119T230753",
4
+ "version": "0.0.0-main.20231119T231529",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",