-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
217 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "root", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @docknetwork/cheqd-blockchain-api | ||
|
||
## 0.4.0 | ||
|
||
### Minor Changes | ||
|
||
- Fix exports | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/cheqd-blockchain-modules/src/common/cheqd-api-provider.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @docknetwork/credential-sdk | ||
|
||
## 0.5.0 | ||
|
||
### Minor Changes | ||
|
||
- Fix exports | ||
|
||
## 0.4.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from '@docknetwork/crypto-wasm-ts'; | ||
export * from '@docknetwork/crypto-wasm-ts/lib/index.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export { default as AbstractBlobModule } from './module'; | ||
export * from './errors'; |
5 changes: 1 addition & 4 deletions
5
packages/credential-sdk/src/vc/crypto/Bls12381BBDT16MACDock2024.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
packages/credential-sdk/src/vc/crypto/Bls12381BDDT16MACDock2024.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export { default as Bls12381BBDT16KeyPairDock2024 } from './Bls12381BBDT16KeyPairDock2024'; | ||
export { default as Bls12381BBDT16MACDock2024 } from './Bls12381BBDT16MACDock2024'; | ||
export { default as Bls12381BBDT16MACProofDock2024 } from './Bls12381BBDT16MACProofDock2024'; | ||
export { default as Bls12381BBSKeyPairDock2023 } from './Bls12381BBSKeyPairDock2023'; | ||
export { default as Bls12381BBSSignatureDock2022 } from './Bls12381BBSSignatureDock2022'; | ||
export { default as Bls12381BBSSignatureDock2023 } from './Bls12381BBSSignatureDock2023'; | ||
export { default as Bls12381BBSSignatureProofDock2022 } from './Bls12381BBSSignatureProofDock2022'; | ||
export { default as Bls12381BBSSignatureProofDock2023 } from './Bls12381BBSSignatureProofDock2023'; | ||
export { default as Bls12381BDDT16KeyPairDock2024 } from './Bls12381BDDT16KeyPairDock2024'; | ||
export { default as Bls12381BDDT16MACDock2024 } from './Bls12381BDDT16MACDock2024'; | ||
export { default as Bls12381BDDT16MACProofDock2024 } from './Bls12381BDDT16MACProofDock2024'; | ||
export { default as Bls12381G2KeyPairDock2022 } from './Bls12381G2KeyPairDock2022'; | ||
export { default as Bls12381PSKeyPairDock2023 } from './Bls12381PSKeyPairDock2023'; | ||
export { default as Bls12381PSSignatureDock2023 } from './Bls12381PSSignatureDock2023'; | ||
export { default as Bls12381PSSignatureProofDock2023 } from './Bls12381PSSignatureProofDock2023'; | ||
export { default as EcdsaSecp256k1Signature2019 } from './EcdsaSecp256k1Signature2019'; | ||
export { default as EcdsaSecp256k1VerificationKey2019 } from './EcdsaSecp256k1VerificationKey2019'; | ||
export { default as Ed25519Signature2018 } from './Ed25519Signature2018'; | ||
export { default as Ed25519Signature2020 } from './Ed25519Signature2020'; | ||
export { default as Ed25519VerificationKey2018 } from './Ed25519VerificationKey2018'; | ||
export { default as Ed25519VerificationKey2020 } from './Ed25519VerificationKey2020'; | ||
export { default as JsonWebSignature2020 } from './JsonWebSignature2020'; | ||
export * from './constants'; |
Oops, something went wrong.