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:
2026-01-07 02:34:39 +03:00
parent 782581ecf6
commit a5542fdd87
619 changed files with 1200 additions and 1082 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
+2 -2
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 {};
+2 -2
View File
@@ -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 -1
View File
@@ -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
+3 -3
View File
@@ -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' };