mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 14:58:01 +00:00
feat: add PAPI rebrand packages
- @pezkuwi/papi-utils (rebrand of @polkadot-api/utils) - @pezkuwi/bizinikiwi-bindings (rebrand of @polkadot-api/substrate-bindings) - @pezkuwi/metadata-builders (rebrand of @polkadot-api/metadata-builders) - @pezkuwi/merkleize-metadata (rebrand of @polkadot-api/merkleize-metadata) All @polkadot-api references replaced with @pezkuwi equivalents.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export { fromHex, toHex } from './hex.mjs';
|
||||
export { mapObject, mapStringRecord } from './mapObject.mjs';
|
||||
export { filterObject } from './filterObject.mjs';
|
||||
export { mergeUint8 } from './mergeUint8.mjs';
|
||||
export { noop } from './noop.mjs';
|
||||
export { AbortError } from './AbortError.mjs';
|
||||
export { jsonPrint } from './jsonPrint.mjs';
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user