@coin-voyage/shared 0.0.21 → 0.0.22

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,3 +1,3 @@
1
1
  export type Address = `0x${string}`;
2
2
  export type Hex = `0x${string}`;
3
- export declare const zeroAddress: "0x0000000000000000000000000000000000000000";
3
+ export declare const zeroAddress = "0x0000000000000000000000000000000000000000";
@@ -1 +1 @@
1
- {"version":3,"file":"crypto.js","sourceRoot":"","sources":["../../src/types/crypto.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,WAAW,GAAG,4CAAqD,CAAA"}
1
+ {"version":3,"file":"crypto.js","sourceRoot":"","sources":["../../src/types/crypto.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,WAAW,GAAG,4CAA4C,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coin-voyage/shared",
3
3
  "description": "Shared utilities for Coin Voyage",
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {