Skip to content

Commit

Permalink
feat: rebase alpha to track master (#5)
Browse files Browse the repository at this point in the history
* fix: expose verify signature (Open-Attestation#261)

* feat: init release, change namespace (#1)

* feat: ci/cd (#3)

* feat: ci/cd (#4)

* feat: oa-verify v4 (alpha) (Open-Attestation#259)

* chore: upgrade to node 18

* ci: prepare alpha release

* feat: oa v4 alpha

* fix: lint errors

* test: update fixtures

* chore: separate .releaserc file

* chore: bump open-attestation to 6.8.0-alpha.1

* test: update snapshots based on new response by infura

---------

Co-authored-by: Kyle Huang Junyuan <[email protected]>
  • Loading branch information
cavacado and HJunyuan authored Nov 10, 2023
1 parent a2fb2be commit fd3077e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@govtechsg/oa-verify",
"name": "@tradetrust/oa-verify",
"version": "0.0.0-development",
"description": "",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Open-Attestation/oa-verify.git"
"url": "https://github.com/TradeTrust/oa-verify.git"
},
"config": {
"commitizen": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { openAttestationDnsTxtIdentityProof } from "./verifiers/issuerIdentity/d
import { openAttestationDidIdentityProof } from "./verifiers/issuerIdentity/did";
import { openAttestationDnsDidIdentityProof } from "./verifiers/issuerIdentity/dnsDid";
import { createResolver } from "./did/resolver";
import { verifySignature } from "./did/verifier";
import { getIdentifier } from "./getIdentifier";
import * as utils from "./common/utils";
import util from "util";
Expand Down Expand Up @@ -57,4 +58,5 @@ export {
createResolver,
getIdentifier,
utils,
verifySignature,
};

0 comments on commit fd3077e

Please sign in to comment.