did-veres-one
Advanced tools
Comparing version 15.0.0 to 16.0.0
/*! | ||
* Copyright (c) 2018-2022 Veres One Project. All rights reserved. | ||
* Copyright (c) 2018-2023 Veres One Project. All rights reserved. | ||
*/ | ||
import {CapabilityInvocation} from '@digitalbazaar/zcap'; | ||
import jsigs from 'jsonld-signatures'; | ||
import {documentLoader} from './documentLoader.js'; | ||
import {Ed25519Signature2020} from '@digitalbazaar/ed25519-signature-2020'; | ||
import jsigs from 'jsonld-signatures'; | ||
@@ -9,0 +9,0 @@ /** |
/*! | ||
* Copyright (c) 2018-2022 Veres One Project. All rights reserved. | ||
* Copyright (c) 2018-2023 Veres One Project. All rights reserved. | ||
*/ | ||
import * as didContext from 'did-context'; | ||
import * as edContext from 'ed25519-signature-2020-context'; | ||
import * as jsonldPatchContext from 'json-ld-patch-context'; | ||
import * as veresOneContext from 'veres-one-context'; | ||
import * as webLedgerContext from 'web-ledger-context'; | ||
import * as didContext from 'did-context'; | ||
import * as edContext from 'ed25519-signature-2020-context'; | ||
import * as x25519Context from 'x25519-key-agreement-2020-context'; | ||
@@ -10,0 +10,0 @@ import * as zcapContext from '@digitalbazaar/zcap-context'; |
/*! | ||
* Copyright (c) 2018-2022 Veres One Project. All rights reserved. | ||
* Copyright (c) 2018-2023 Veres One Project. All rights reserved. | ||
*/ | ||
@@ -9,3 +9,3 @@ export * as constants from './constants.js'; | ||
export {DidDocumentUpdater as VeresOneDidDoc} from './DidDocumentUpdater.js'; | ||
import {VeresOneDriver, fromNym, DID_REGEX} from './VeresOneDriver.js'; | ||
import {DID_REGEX, fromNym, VeresOneDriver} from './VeresOneDriver.js'; | ||
@@ -12,0 +12,0 @@ export {VeresOneDriver, fromNym, DID_REGEX}; |
/*! | ||
* Copyright (c) 2018-2022 Veres One Project. All rights reserved. | ||
* Copyright (c) 2018-2023 Veres One Project. All rights reserved. | ||
*/ | ||
import {httpClient} from '@digitalbazaar/http-client'; | ||
import * as base64url from 'base64url-universal'; | ||
@@ -9,4 +8,5 @@ import { | ||
} from '@digitalbazaar/http-signature-header'; | ||
import {httpClient} from '@digitalbazaar/http-client'; | ||
import {VeresOneClientError} from './VeresOneClientError.js'; | ||
import {WebLedgerClient} from 'web-ledger-client'; | ||
import {VeresOneClientError} from './VeresOneClientError.js'; | ||
@@ -13,0 +13,0 @@ /** |
/*! | ||
* Copyright (c) 2018-2022 Veres One Project. All rights reserved. | ||
* Copyright (c) 2018-2023 Veres One Project. All rights reserved. | ||
*/ | ||
import * as constants from './constants.js'; | ||
import * as didIo from '@digitalbazaar/did-io'; | ||
import * as veresOneContext from 'veres-one-context'; | ||
import { | ||
Ed25519VerificationKey2020 | ||
} from '@digitalbazaar/ed25519-verification-key-2020'; | ||
import {v4 as uuid} from 'uuid'; | ||
import {VeresOneClient} from './VeresOneClient.js'; | ||
import { | ||
X25519KeyAgreementKey2020 | ||
} from '@digitalbazaar/x25519-key-agreement-key-2020'; | ||
import {v4 as uuid} from 'uuid'; | ||
import * as constants from './constants.js'; | ||
import * as veresOneContext from 'veres-one-context'; | ||
import {VeresOneClient} from './VeresOneClient.js'; | ||
@@ -16,0 +16,0 @@ import {attachProofs} from './attachProof.js'; |
{ | ||
"name": "did-veres-one", | ||
"version": "15.0.0", | ||
"version": "16.0.0", | ||
"description": "A Decentralized Identifier utility library for Veres One", | ||
@@ -25,8 +25,8 @@ "type": "module", | ||
"@digitalbazaar/did-io": "^2.0.0", | ||
"@digitalbazaar/ed25519-signature-2020": "^4.0.1", | ||
"@digitalbazaar/ed25519-verification-key-2020": "^4.0.0", | ||
"@digitalbazaar/http-client": "^3.2.0", | ||
"@digitalbazaar/ed25519-signature-2020": "^5.0.0", | ||
"@digitalbazaar/ed25519-verification-key-2020": "^4.1.0", | ||
"@digitalbazaar/http-client": "^3.3.0", | ||
"@digitalbazaar/http-signature-header": "^5.0.0", | ||
"@digitalbazaar/x25519-key-agreement-key-2020": "^3.0.0", | ||
"@digitalbazaar/zcap": "^8.0.0", | ||
"@digitalbazaar/x25519-key-agreement-key-2020": "^3.0.1", | ||
"@digitalbazaar/zcap": "^9.0.0", | ||
"@digitalbazaar/zcap-context": "^2.0.0", | ||
@@ -39,4 +39,4 @@ "base64url-universal": "^2.0.0", | ||
"json-ld-patch-context": "^4.0.0", | ||
"jsonld-signatures": "^10.0.0", | ||
"uuid": "^8.3.2", | ||
"jsonld-signatures": "^11.0.0", | ||
"uuid": "^9.0.0", | ||
"veres-one-context": "^12.0.0", | ||
@@ -48,10 +48,10 @@ "web-ledger-client": "^7.0.0", | ||
"devDependencies": { | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.6", | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.7", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.17.0", | ||
"eslint-config-digitalbazaar": "^3.0.0", | ||
"eslint-plugin-jsdoc": "^39.3.2", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"karma": "^6.4.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-digitalbazaar": "^4.2.0", | ||
"eslint-plugin-jsdoc": "^39.6.4", | ||
"eslint-plugin-unicorn": "^45.0.2", | ||
"karma": "^6.4.1", | ||
"karma-chai": "^0.1.0", | ||
@@ -63,6 +63,6 @@ "karma-chrome-launcher": "^3.1.1", | ||
"karma-webpack": "^5.0.0", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.2.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nock": "^13.2.7", | ||
"webpack": "^5.73.0" | ||
"nock": "^13.3.0", | ||
"webpack": "^5.75.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "c8": { |
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
+ Added@digitalbazaar/ed25519-multikey@1.3.0(transitive)
+ Added@digitalbazaar/ed25519-signature-2020@5.4.0(transitive)
+ Added@digitalbazaar/security-context@1.0.1(transitive)
+ Added@digitalbazaar/zcap@9.0.1(transitive)
+ Addedjsonld@8.3.3(transitive)
+ Addedjsonld-signatures@11.5.0(transitive)
+ Addedrdf-canonize@4.0.1(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@digitalbazaar/ed25519-signature-2020@4.0.1(transitive)
- Removed@digitalbazaar/zcap@8.0.0(transitive)
- Removeded25519-signature-2018-context@1.1.0(transitive)
- Removedjsonld@6.0.0(transitive)
- Removedjsonld-signatures@10.0.0(transitive)
- Removedsecurity-context@4.0.0(transitive)
- Removeduuid@8.3.2(transitive)
Updated@digitalbazaar/zcap@^9.0.0
Updatedjsonld-signatures@^11.0.0
Updateduuid@^9.0.0