@hashgraph/hedera-wallet-connect 2.0.1-canary.bac29d5.0 → 2.0.1-canary.bee261e.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -231,6 +231,6 @@ While minimal, the main breaking changes are:
231
231
 
232
232
  - remove setting node id's within this library for transactions
233
233
 
234
- - initially, a transaction created by the Hedera Javascript SDK needed to have one or more
234
+ - initially, a transaction created by the Hedera javascript SDK needed to have one or more
235
235
  consensus node ids set to be able to serialize into bytes, sent over a network, and
236
- deserialized by the SDK
236
+ deserialized by the SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraph/hedera-wallet-connect",
3
- "version": "2.0.1-canary.bac29d5.0",
3
+ "version": "2.0.1-canary.bee261e.0",
4
4
  "description": "A library to facilitate integrating Hedera",
5
5
  "repository": {
6
6
  "type": "git",