0.1.6 • Published 2 years ago

crypto-addr-codec-vite v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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"
  }