@near-js/crypto
Advanced tools
Comparing version 1.4.0-next.10 to 1.4.0-next.11
@@ -1,2 +0,1 @@ | ||
import { Enum } from '@near-js/types'; | ||
import { KeyType } from './constants'; | ||
@@ -12,2 +11,11 @@ declare class ED25519PublicKey { | ||
/** | ||
* DUPLICATED FROM @near-js/types - REPLACE WITH IMPORTED REFERENCE AND DELETE | ||
* This ends up being necessary for Wallet Selector dependencies with | ||
* outdated peer dependencies and should only be temporary | ||
*/ | ||
declare abstract class Enum { | ||
abstract enum: string; | ||
constructor(properties: any); | ||
} | ||
/** | ||
* PublicKey representation that has type and bytes of the key. | ||
@@ -14,0 +22,0 @@ */ |
@@ -1,2 +0,1 @@ | ||
import { Enum } from '@near-js/types'; | ||
import { KeyType } from './constants'; | ||
@@ -12,2 +11,11 @@ declare class ED25519PublicKey { | ||
/** | ||
* DUPLICATED FROM @near-js/types - REPLACE WITH IMPORTED REFERENCE AND DELETE | ||
* This ends up being necessary for Wallet Selector dependencies with | ||
* outdated peer dependencies and should only be temporary | ||
*/ | ||
declare abstract class Enum { | ||
abstract enum: string; | ||
constructor(properties: any); | ||
} | ||
/** | ||
* PublicKey representation that has type and bytes of the key. | ||
@@ -14,0 +22,0 @@ */ |
{ | ||
"name": "@near-js/crypto", | ||
"version": "1.4.0-next.10", | ||
"version": "1.4.0-next.11", | ||
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys", | ||
@@ -16,4 +16,4 @@ "main": "./lib/commonjs/index.cjs", | ||
"secp256k1": "5.0.0", | ||
"@near-js/types": "1.0.0-next.10", | ||
"@near-js/utils": "1.0.0-next.10" | ||
"@near-js/types": "1.0.0-next.11", | ||
"@near-js/utils": "1.0.0-next.11" | ||
}, | ||
@@ -27,4 +27,4 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"build": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
"tsconfig": "0.0.0", | ||
"build": "0.0.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "files": [ |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53446
1110
+ Added@near-js/types@1.0.0-next.11(transitive)
+ Added@near-js/utils@1.0.0-next.11(transitive)
- Removed@near-js/types@1.0.0-next.10(transitive)
- Removed@near-js/utils@1.0.0-next.10(transitive)
Updated@near-js/types@1.0.0-next.11
Updated@near-js/utils@1.0.0-next.11