viem 0.3.0-main.20230410T055525 → 0.3.0-main.20230410T143646

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.
@@ -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.3.0-main.20230410T055525';
4
+ exports.version = '0.3.0-main.20230410T143646';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.3.0-main.20230410T055525';
1
+ export const version = '0.3.0-main.20230410T143646';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.3.0-main.20230410T055525";
1
+ export declare const version = "0.3.0-main.20230410T143646";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -932,7 +932,7 @@ export type WalletRequests = {
932
932
  * @description Requests that the user provides an Ethereum address to be identified by. Typically causes a browser extension popup to appear.
933
933
  * @link https://eips.ethereum.org/EIPS/eip-1102
934
934
  * @example
935
- * provider.request({ method: 'eth_requestAccounts' }] })
935
+ * provider.request({ method: 'eth_requestAccounts' })
936
936
  * // => ['0x...', '0x...']
937
937
  * */
938
938
  method: 'eth_requestAccounts';
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.3.0-main.20230410T055525",
15
+ "version": "0.3.0-main.20230410T143646",
16
16
  "files": [
17
17
  "dist",
18
18
  "!dist/**/*.tsbuildinfo",
@@ -1 +1 @@
1
- export const version = '0.3.0-main.20230410T055525'
1
+ export const version = '0.3.0-main.20230410T143646'
@@ -990,7 +990,7 @@ export type WalletRequests = {
990
990
  * @description Requests that the user provides an Ethereum address to be identified by. Typically causes a browser extension popup to appear.
991
991
  * @link https://eips.ethereum.org/EIPS/eip-1102
992
992
  * @example
993
- * provider.request({ method: 'eth_requestAccounts' }] })
993
+ * provider.request({ method: 'eth_requestAccounts' })
994
994
  * // => ['0x...', '0x...']
995
995
  * */
996
996
  method: 'eth_requestAccounts'