mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-14 11:11:02 +00:00
chore: update wasm dependencies to 7.5.10
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/util-crypto', path: 'auto', type: 'auto', version: '14.0.12' };
|
||||
export const packageInfo = { name: '@pezkuwi/util-crypto', path: 'auto', type: 'auto', version: '14.0.20' };
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { getSharedSecret } from '@scure/sr25519';
|
||||
import { getSharedSecret } from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { Keypair } from '../types.js';
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { isU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { createDeriveFn } from './derive.js';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { isU8a, u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { createDeriveFn } from './derive.js';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { Keypair } from '../../types.js';
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { Keypair } from '../types.js';
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import type { Keypair } from '../types.js';
|
||||
|
||||
import { randomBytes } from '@noble/hashes/utils';
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as sr25519 from '@scure/sr25519';
|
||||
import * as sr25519 from '@pezkuwi/scure-sr25519';
|
||||
|
||||
import { u8aToU8a } from '@pezkuwi/util';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user