viem 0.0.0-main.20240419T024614 → 0.0.0-main.20240419T030102

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
+ ## 2.9.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2153](https://github.com/wevm/viem/pull/2153) [`71a17c0a2abcd81963e23cb76a3e8a792abbd7b6`](https://github.com/wevm/viem/commit/71a17c0a2abcd81963e23cb76a3e8a792abbd7b6) Thanks [@billalxcode](https://github.com/billalxcode)! - Added DreyerX Mainnet chain.
8
+
9
+ - [#2155](https://github.com/wevm/viem/pull/2155) [`803fa0de429942b800172f87c93c41fa69f9c030`](https://github.com/wevm/viem/commit/803fa0de429942b800172f87c93c41fa69f9c030) Thanks [@jxom](https://github.com/jxom)! - Added experimental 3074 utilties:
10
+
11
+ - `signAuthMessage`
12
+ - `recoverAuthMessageAddress`
13
+ - `verifyAuthMessage`
14
+
3
15
  ## 2.9.22
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.20240419T024614';
4
+ exports.version = '0.0.0-main.20240419T030102';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240419T024614';
1
+ export const version = '0.0.0-main.20240419T030102';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240419T024614";
1
+ export declare const version = "0.0.0-main.20240419T030102";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240419T024614'
1
+ export const version = '0.0.0-main.20240419T030102'
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.20240419T024614",
4
+ "version": "0.0.0-main.20240419T030102",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",