npm.io
0.1.6 • Published 4 years ago

crypto-addr-codec-vite

Licence
MIT
Version
0.1.6
Deps
7
Size
2.9 MB
Vulns
0
Weekly
0

crypto-codec is a minimal npm package for encoding and decoding different cyrpto addresses

all of the work is derived from the following packages.

this package does not implement any features. All the work credit goes to above mentioned teams

Fork

This fork fixes an issue appearing with its use alongside vite:

[ERROR] [plugin vite:dep-pre-bundle] Failed to resolve entry for package "crypto-addr-codec". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "crypto-addr-codec". The package may have incorrect main/module/exports specified in its package.json

To use the fix with packages such as @keplr-wallet/stores with yarn, add it to the resolutions section of the package.json:

  "resolutions": {
    "crypto-addr-codec": "npm:@abstract/crypto-addr-codec-vite@0.1.5"
  }