Skip to content

Commit

Permalink
chore: types version
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Oct 22, 2024
1 parent ca838b6 commit 1bbc288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/issuer-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
"ethers": "^6.13.3",
"near-api-js": "^3.0.4"
},
"typesVersions": {
"*": {
"create-issuer-config": ["./dist/create-issuer-config.d.ts"],
"human": ["./dist/human.d.ts"],
"credentials": ["./dist/credentials.d.ts"]
}
},
"clean-package": {
"replace": {
"./package.json": "./package.json"
Expand Down
2 changes: 0 additions & 2 deletions packages/issuer-sdk-js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export * from "./create-issuer-config";
export * from "./credentials";
export * from "./human";

export type { idOSCredential, idOSHuman, idOSWallet } from "@idos-network/idos-sdk-types";

0 comments on commit 1bbc288

Please sign in to comment.