viem 0.0.0-main.20230913T210225 → 0.0.0-main.20230913T212840

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.0.0-main.20230913T210225';
4
+ exports.version = '0.0.0-main.20230913T212840';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20230913T210225';
1
+ export const version = '0.0.0-main.20230913T212840';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20230913T210225";
1
+ export declare const version = "0.0.0-main.20230913T212840";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20230913T210225'
1
+ export const version = '0.0.0-main.20230913T212840'
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.20230913T210225",
4
+ "version": "0.0.0-main.20230913T212840",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",
@@ -87,7 +87,7 @@
87
87
  "typesVersions": {
88
88
  "*": {
89
89
  "abi": [
90
- "./_types/abi.d.ts"
90
+ "./_types/abi/index.d.ts"
91
91
  ],
92
92
  "accounts": [
93
93
  "./_types/accounts/index.d.ts"
@@ -96,28 +96,31 @@
96
96
  "./_types/actions/index.d.ts"
97
97
  ],
98
98
  "chains": [
99
- "./_types/chains.d.ts"
99
+ "./_types/chains/index.d.ts"
100
+ ],
101
+ "chains/utils": [
102
+ "./_types/chains/utils/index.d.ts"
100
103
  ],
101
104
  "contract": [
102
- "./_types/contract.d.ts"
105
+ "./_types/contract/index.d.ts"
103
106
  ],
104
107
  "ens": [
105
- "./_types/ens.d.ts"
108
+ "./_types/ens/index.d.ts"
106
109
  ],
107
110
  "public": [
108
- "./_types/public.d.ts"
111
+ "./_types/public/index.d.ts"
109
112
  ],
110
113
  "test": [
111
- "./_types/test.d.ts"
114
+ "./_types/test/index.d.ts"
112
115
  ],
113
116
  "utils": [
114
117
  "./_types/utils/index.d.ts"
115
118
  ],
116
119
  "wallet": [
117
- "./_types/wallet.d.ts"
120
+ "./_types/wallet/index.d.ts"
118
121
  ],
119
122
  "window": [
120
- "./_types/window.d.ts"
123
+ "./_types/window/index.d.ts"
121
124
  ]
122
125
  }
123
126
  },