@w3ux/utils 0.1.2 → 0.2.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/base.d.ts +1 -1
  2. package/package.json +1 -1
package/base.d.ts CHANGED
@@ -68,7 +68,7 @@ declare const appendOr: (condition: boolean | string | undefined, value: string,
68
68
  */
69
69
  declare const formatAccountSs58: (address: string, ss58: number) => string;
70
70
  /**
71
- * @name remvoeHexPrefix
71
+ * @name removeHexPrefix
72
72
  * @summary Takes a string str as input and returns a new string with the "0x" prefix removed if it
73
73
  * exists at the beginning of the input string.
74
74
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w3ux/utils",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "dependencies": {