viem 2.21.43 → 2.21.44
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/README.md +9 -2
- package/_cjs/errors/version.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# viem
|
2
2
|
|
3
|
+
## 2.21.44
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [`b5cc7a2864801181a0d4541886b4060d52f1aaf3`](https://github.com/wevm/viem/commit/b5cc7a2864801181a0d4541886b4060d52f1aaf3) Thanks [@jxom](https://github.com/jxom)! - Updated Ox to resolve #2987.
|
8
|
+
|
3
9
|
## 2.21.43
|
4
10
|
|
5
11
|
### Patch Changes
|
package/README.md
CHANGED
@@ -249,18 +249,25 @@ Check out the following places for more viem-related content:
|
|
249
249
|
<img alt="biconomy logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/biconomy-light.svg" width="auto" height="50">
|
250
250
|
</picture>
|
251
251
|
</a>
|
252
|
-
<a href="https://thirdweb.com
|
252
|
+
<a href="https://thirdweb.com">
|
253
253
|
<picture>
|
254
254
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/thirdweb-dark.svg">
|
255
255
|
<img alt="thirdweb logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/thirdweb-light.svg" width="auto" height="50">
|
256
256
|
</picture>
|
257
257
|
</a>
|
258
|
-
<a href="https://uxuy.com
|
258
|
+
<a href="https://uxuy.com">
|
259
259
|
<picture>
|
260
260
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uxuy-dark.svg">
|
261
261
|
<img alt="uxuy logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uxuy-light.svg" width="auto" height="50">
|
262
262
|
</picture>
|
263
263
|
</a>
|
264
|
+
<a href="https://polymarket.com">
|
265
|
+
<picture>
|
266
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-dark.svg">
|
267
|
+
<img alt="polymarket logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-light.svg" width="auto" height="50">
|
268
|
+
</picture>
|
269
|
+
</a>
|
270
|
+
|
264
271
|
|
265
272
|
## Contributing
|
266
273
|
|
package/_cjs/errors/version.js
CHANGED
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '2.21.
|
1
|
+
export const version = '2.21.44';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "2.21.
|
1
|
+
export declare const version = "2.21.44";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '2.21.
|
1
|
+
export const version = '2.21.44'
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "viem",
|
3
3
|
"description": "TypeScript Interface for Ethereum",
|
4
|
-
"version": "2.21.
|
4
|
+
"version": "2.21.44",
|
5
5
|
"main": "./_cjs/index.js",
|
6
6
|
"module": "./_esm/index.js",
|
7
7
|
"types": "./_types/index.d.ts",
|
@@ -172,7 +172,7 @@
|
|
172
172
|
"@scure/bip39": "1.4.0",
|
173
173
|
"abitype": "1.0.6",
|
174
174
|
"isows": "1.0.6",
|
175
|
-
"ox": "0.1.
|
175
|
+
"ox": "0.1.2",
|
176
176
|
"webauthn-p256": "0.0.10",
|
177
177
|
"ws": "8.18.0"
|
178
178
|
},
|