@riocrypto/common 1.0.938 → 1.0.939
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/build/index.d.ts +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
- package/build/helpers/unescape.d.ts +0 -1
- package/build/helpers/unescape.js +0 -7
package/build/index.d.ts
CHANGED
|
@@ -181,7 +181,6 @@ export * from "./helpers/humanize-kyc-status";
|
|
|
181
181
|
export * from "./helpers/format-transaction-hash";
|
|
182
182
|
export * from "./helpers/round-to-decimals";
|
|
183
183
|
export * from "./helpers/number-with-commas";
|
|
184
|
-
export * from "./helpers/unescape";
|
|
185
184
|
export * from "./clients/rio-client";
|
|
186
185
|
export * from "./clients/rio-admin-client";
|
|
187
186
|
export * from "./constants/mexico-fiscal-regimens";
|
package/build/index.js
CHANGED
|
@@ -197,7 +197,6 @@ __exportStar(require("./helpers/humanize-kyc-status"), exports);
|
|
|
197
197
|
__exportStar(require("./helpers/format-transaction-hash"), exports);
|
|
198
198
|
__exportStar(require("./helpers/round-to-decimals"), exports);
|
|
199
199
|
__exportStar(require("./helpers/number-with-commas"), exports);
|
|
200
|
-
__exportStar(require("./helpers/unescape"), exports);
|
|
201
200
|
__exportStar(require("./clients/rio-client"), exports);
|
|
202
201
|
__exportStar(require("./clients/rio-admin-client"), exports);
|
|
203
202
|
__exportStar(require("./constants/mexico-fiscal-regimens"), exports);
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function unescape(escapedString: string): string;
|