@gibme/base58 1.0.6 → 1.0.10

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/dist/base58.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import CryptoNoteBase58 from './cryptonote_base58';
3
2
  export default abstract class Base58 extends CryptoNoteBase58 {
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export default abstract class CryptoNoteBase58 {
3
2
  /**
4
3
  * Decodes the CryptoNote Base58 encoded string into a Buffer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gibme/base58",
3
- "version": "1.0.6",
3
+ "version": "1.0.10",
4
4
  "description": "Base58 Library",
5
5
  "main": "dist/base58.js",
6
6
  "types": "dist/base58.d.ts",
@@ -54,6 +54,6 @@
54
54
  "typescript": "^5.3.3"
55
55
  },
56
56
  "dependencies": {
57
- "@gibme/bytepack": "^1.0.6"
57
+ "@gibme/bytepack": "^1.0.10"
58
58
  }
59
59
  }