@blockcerts/blockcerts-verifier 1.64.0 → 1.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-stats.html +1 -1
- package/dist/{EcdsaSd2023-C-1LsSqc-ObXBX61N.js → EcdsaSd2023-C4mbSL2u-BmNqkP0T.js} +6 -6
- package/dist/{EcdsaSecp256k1Signature2019-9eEnZ1FG-BmfqA6PL.js → EcdsaSecp256k1Signature2019-GIyOt_aa-Dd-7ZnIr.js} +1 -1
- package/dist/{Ed25519Signature2020-BMcgU5hX-x_NYJtpB.js → Ed25519Signature2020-BoXIexp3-Ca52oXzI.js} +5 -5
- package/dist/{MerkleProof2017-CYhvkyFU-Dl5-uCC8.js → MerkleProof2017-Do_Fr9WC-DO58PKvv.js} +1 -1
- package/dist/{MerkleProof2019-DvKX1MAC-ZkVAsaEc.js → MerkleProof2019-Si3BKf3A-TMzEQcAV.js} +1 -1
- package/dist/checkCredentialSchemaConformity-BfSaHcGI-B1ROOeP1.js +1 -0
- package/dist/{controlVerificationMethod-CxlzFjkZ-PQqX7CMl.js → controlVerificationMethod-DBZVZZFO-DuOYvilv.js} +1 -1
- package/dist/{did-key-common.esm-BFTxB53c-CbGeVC_r.js → did-key-common.esm-CepSmkh4-u98mEhZj.js} +3 -3
- package/dist/{did-key-ed25519.esm-De8G8Ym_-DucypQMo.js → did-key-ed25519.esm-BFJphfze-DFy-yQNd.js} +1 -1
- package/dist/{did-key-secp256k1.esm-Bq_BYfMd-CQBo4Q3q.js → did-key-secp256k1.esm-D1Ayxg2h-BLj3_8Gc.js} +1 -1
- package/dist/{index-DJ38G5vv-CIHAiYCe.js → index-BL122gwb-D2vueUR4.js} +7 -7
- package/dist/{index-SE5hL_nS--rUcmgx9.js → index-i8SfJNiU-BwggVbLD.js} +4 -4
- package/dist/{index-CXMZ9dwW-lR6I8M8V.js → index-luJXpXIJ-C4Vllh7l.js} +1 -1
- package/dist/main.js +146 -112
- package/dist/{retrieveVerificationMethodPublicKey-8w3WQciA-sHmGZCdE.js → retrieveVerificationMethodPublicKey-COeEkq0u-D5MclZgG.js} +1 -1
- package/package.json +2 -2
- package/dist/checkCredentialSchemaConformity-BKqGaA0B-BD_kUjvp.js +0 -1
- /package/dist/{HashlinkVerifier-BtvQtMxp-dg5WNZnc.js → HashlinkVerifier-BxNZCg9J-dg5WNZnc.js} +0 -0
- /package/dist/{checkRevocationStatusList2021-BUqNLYXm-XCu3zkCJ.js → checkRevocationStatusList2021-BbiyibYC-XCu3zkCJ.js} +0 -0
- /package/dist/{elliptic-ChFQ9Ngs-BRLTdj5Y.js → elliptic-BoxbpLHP-BRLTdj5Y.js} +0 -0
- /package/dist/{ensureNotRevoked-JuH4UdyO-DvMIgM4L.js → ensureNotRevoked-C9MALSB--DvMIgM4L.js} +0 -0
- /package/dist/{ensureValidIssuingKey-CVj5gBFJ-wu9SdYxL.js → ensureValidIssuingKey-Y0483giY-wu9SdYxL.js} +0 -0
- /package/dist/{index-BcM1LBSs-Dgus2xdV.js → index-jXPCE-GD-Dgus2xdV.js} +0 -0
- /package/dist/{index-CZmdZxVn-C0eXpZGn.js → index-mX-886jI-C0eXpZGn.js} +0 -0
- /package/dist/{jsonld-DSQP4wXm-C61cS9xX.js → jsonld-B5UCaqS7-C61cS9xX.js} +0 -0
- /package/dist/{sha256-4DF0Q3E2-C1PUWFZm.js → sha256-BPUIT-9h-C1PUWFZm.js} +0 -0
- /package/dist/{webcrypto.es-SQMaF2SJ-B87Lqr9a.js → webcrypto.es-BU7JlFuK-B87Lqr9a.js} +0 -0
- /package/dist/{x25519-KjRyLrTf-NSl6svWQ.js → x25519-Delm91rg-NSl6svWQ.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{V as e,d as i}from"./main.js";import{b as r}from"./index-
|
|
1
|
+
import{V as e,d as i}from"./main.js";import{b as r}from"./index-jXPCE-GD-Dgus2xdV.js";function t(t,o){if(!t.verificationMethod)return void console.warn("No verification method found in the issuer document. This will likely become a requirement in the near future");const n=o.split("#")[1],d=t.verificationMethod.find((e=>e.id===`#${n}`||e.id===o));if(!d)throw new e("retrieveVerificationMethodPublicKey",`${r} - ${i.i18n.getText("errors","retrieveVerificationMethodPublicKey")}`);return d}export{t as r};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockcerts/blockcerts-verifier",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.66.0",
|
|
4
4
|
"description": "A standalone universal viewer and verifier for blockcerts credentials",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"node": ">=18.0.0"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@blockcerts/cert-verifier-js": "^6.
|
|
14
|
+
"@blockcerts/cert-verifier-js": "^6.22.0",
|
|
15
15
|
"@blockcerts/cert-verifier-js-v1-legacy": "^4.0.1",
|
|
16
16
|
"@polymer/lit-element": "0.5.1",
|
|
17
17
|
"@polymer/polymer": "3.5.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r}from"./index-CZmdZxVn-C0eXpZGn.js";import{D as a,V as o,A as e,b as t}from"./main.js";var i=r();async function s(r,s){Array.isArray(s)||(s=[s]);for(const c of s){const s=await a({url:c.id});let n;try{n=JSON.parse(s)}catch(r){throw console.error(r),new Error(`Specified schema at url: ${c.id} could not be parsed`)}if(!i.validator(n)(r))throw new o(e.checkCredentialSchemaConformity,t("errors","checkCredentialSchemaConformity"))}}export{s as default};
|
/package/dist/{HashlinkVerifier-BtvQtMxp-dg5WNZnc.js → HashlinkVerifier-BxNZCg9J-dg5WNZnc.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{ensureNotRevoked-JuH4UdyO-DvMIgM4L.js → ensureNotRevoked-C9MALSB--DvMIgM4L.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|