viem 0.0.0-main.20240103T193934 → 0.0.0-main.20240103T195854

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.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1610](https://github.com/wevm/viem/pull/1610) [`440b3ba7`](https://github.com/wevm/viem/commit/440b3ba7d7faa9e51fe87df07acd6a5d373b3b9a) Thanks [@tmm](https://github.com/tmm)! - Viem 2.0 featuring:
8
+
9
+ - [Low-level OP Stack extensions](https://viem.sh/op-stack.html),
10
+ - Enhanced types,
11
+ - Miscellaneous improvements and bug fixes.
12
+
13
+ [Breaking Changes & Migration Guide](https://viem.sh/docs/migration-guide.html)
14
+
3
15
  ## 1.21.4
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.20240103T193934';
4
+ exports.version = '0.0.0-main.20240103T195854';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240103T193934';
1
+ export const version = '0.0.0-main.20240103T195854';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240103T193934";
1
+ export declare const version = "0.0.0-main.20240103T195854";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240103T193934'
1
+ export const version = '0.0.0-main.20240103T195854'
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.20240103T193934",
4
+ "version": "0.0.0-main.20240103T195854",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",