chore: update wasm dependencies to 7.5.10

This commit is contained in:
2026-02-01 09:19:51 +03:00
parent f5b1d2912f
commit 0c2b211a12
41 changed files with 193 additions and 203 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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 -1
View File
@@ -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';
+1 -1
View File
@@ -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';