mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-19 13:31:08 +00:00
Rebrand: polkadot → pezkuwi internal references fixed
- Fixed internal @polkadot references to @pezkuwi - Updated hw-ledger and hw-ledger-transports packages - Updated keyring and networks packages - Version 14.0.7
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "14.0.1",
|
||||
"version": "14.0.7",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@pezkuwi/util": "14.0.1",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// @ts-expect-error Only used in rollup bundling, we are not adding a declaration
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// @ts-expect-error In dev mode we don't have export maps...
|
||||
const { BN } = require('@polkadot/util');
|
||||
const { BN } = require('@pezkuwi/util');
|
||||
|
||||
module.exports = BN;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export default {};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// This is a dummy, aka we don't check requires and then have
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export default {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export { packageInfo } from './packageInfo.js';
|
||||
|
||||
console.error('@polkadot/x-bundle is not meant to be used directly');
|
||||
console.error('@pezkuwi/x-bundle is not meant to be used directly');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Adapted from https://github.com/isaacs/inherits/blob/dbade4c47c548aa7259017eca8874d61c8aaad2b/inherits_browser.js
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Copyright 2017-2025 @polkadot/x-bundle authors & contributors
|
||||
// Copyright 2017-2026 @pezkuwi/x-bundle authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '14.0.1' };
|
||||
export const packageInfo = { name: '@pezkuwi/x-bundle', path: 'auto', type: 'auto', version: '14.0.6' };
|
||||
|
||||
Reference in New Issue
Block a user