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",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { xglobal } from '@pezkuwi/x-global';
+2 -2
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" />
/// <reference types="@pezkuwi/dev-test/globals.d.ts" />
import { insecureRandomValues } from './fallback.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Adapted from https://github.com/LinusU/react-native-get-random-values/blob/85f48393821c23b83b89a8177f56d3a81dc8b733/index.js
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from './browser.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Needs Node 15+ for webcrypto
+3 -3
View File
@@ -1,6 +1,6 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2026 @pezkuwi/x-randomvalues 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-randomvalues', path: 'auto', type: 'auto', version: '14.0.1' };
export const packageInfo = { name: '@pezkuwi/x-randomvalues', path: 'auto', type: 'auto', version: '14.0.6' };
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Adapted from https://github.com/LinusU/react-native-get-random-values/blob/85f48393821c23b83b89a8177f56d3a81dc8b733/index.js
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/x-randomvalues authors & contributors
// Copyright 2017-2025 @pezkuwi/x-randomvalues authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { exposeGlobal } from '@pezkuwi/x-global';