Skip to content

Commit

Permalink
feat: export jwt in index.ts (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen authored Jul 17, 2023
1 parent a8867a5 commit 053b6ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

* @youngjoon-lee @gyuguen @inchori @audtlr24
* @gyuguen @audtlr24
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medibloc/panacea-js",
"version": "2.0.3",
"version": "2.0.4",
"description": "The official Panacea Javascript SDK written in Typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/did/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './util';
export * from './jwt';

0 comments on commit 053b6ff

Please sign in to comment.