viem 0.0.0-main.20230823T070021 → 0.0.0-main.20230824T031623

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/README.md CHANGED
@@ -188,6 +188,12 @@ Check out the following places for more viem-related content:
188
188
  <img alt="celo logo" src="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/celo-light.svg" width="auto" height="50">
189
189
  </picture>
190
190
  </a>
191
+ <a href="https://zora.co/">
192
+ <picture>
193
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/zora-dark.svg">
194
+ <img alt="zora logo" src="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/zora-light.svg" width="auto" height="50">
195
+ </picture>
196
+ </a>
191
197
 
192
198
  ## Contributing
193
199
 
@@ -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.20230823T070021';
4
+ exports.version = '0.0.0-main.20230824T031623';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20230823T070021';
1
+ export const version = '0.0.0-main.20230824T031623';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20230823T070021";
1
+ export declare const version = "0.0.0-main.20230824T031623";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "optional": true
22
22
  }
23
23
  },
24
- "version": "0.0.0-main.20230823T070021",
24
+ "version": "0.0.0-main.20230824T031623",
25
25
  "files": [
26
26
  "dist",
27
27
  "!dist/**/*.tsbuildinfo",
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20230823T070021'
1
+ export const version = '0.0.0-main.20230824T031623'