@dxos/crypto
Advanced tools
Comparing version 0.6.6 to 0.6.7-staging.1976059
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { type KeyPair, PublicKey, type PublicKeyLike } from '@dxos/keys'; | ||
@@ -3,0 +2,0 @@ export declare const SIGNATURE_LENGTH = 64; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import * as nodeCrypto from 'node:crypto'; | ||
export declare const subtleCrypto: nodeCrypto.webcrypto.SubtleCrypto; | ||
//# sourceMappingURL=subtle.d.ts.map |
{ | ||
"name": "@dxos/crypto", | ||
"version": "0.6.6", | ||
"version": "0.6.7-staging.1976059", | ||
"description": "Basic cross-platform crypto utils.", | ||
@@ -37,5 +37,5 @@ "homepage": "https://dxos.org", | ||
"hypercore-crypto": "^2.3.0", | ||
"@dxos/keys": "0.6.6", | ||
"@dxos/node-std": "0.6.6", | ||
"@dxos/invariant": "0.6.6" | ||
"@dxos/invariant": "0.6.7-staging.1976059", | ||
"@dxos/node-std": "0.6.7-staging.1976059", | ||
"@dxos/keys": "0.6.7-staging.1976059" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38438
504
+ Added@dxos/debug@0.6.7-staging.1976059(transitive)
+ Added@dxos/keys@0.6.7-staging.1976059(transitive)
+ Added@dxos/node-std@0.6.7-staging.1976059(transitive)
- Removed@dxos/debug@0.6.6(transitive)
- Removed@dxos/keys@0.6.6(transitive)
- Removed@dxos/node-std@0.6.6(transitive)