viem 0.4.0-main.20230424T233650 → 0.4.0-main.20230425T210344

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
@@ -40,6 +40,12 @@
40
40
  </a>
41
41
  </p>
42
42
 
43
+ <br>
44
+
45
+ > **Note**
46
+ >
47
+ > viem is in the Gitcoin Grants Beta Round until May 9. [Click here to support development.](https://explorer.gitcoin.co/#/round/1/0xdf22a2c8f6ba9376ff17ee13e6154b784ee92094/0xdf22a2c8f6ba9376ff17ee13e6154b784ee92094-4) Thank you 🙏
48
+
43
49
  ## Features
44
50
 
45
51
  - Abstractions over the [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/) to make your life easier
@@ -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.4.0-main.20230424T233650';
4
+ exports.version = '0.4.0-main.20230425T210344';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.4.0-main.20230424T233650';
1
+ export const version = '0.4.0-main.20230425T210344';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.4.0-main.20230424T233650";
1
+ export declare const version = "0.4.0-main.20230425T210344";
2
2
  //# sourceMappingURL=version.d.ts.map
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.4.0-main.20230424T233650",
15
+ "version": "0.4.0-main.20230425T210344",
16
16
  "files": [
17
17
  "dist",
18
18
  "!dist/**/*.tsbuildinfo",
@@ -1 +1 @@
1
- export const version = '0.4.0-main.20230424T233650'
1
+ export const version = '0.4.0-main.20230425T210344'