From c8b7861f8787c18766fa394d04f6f260920661f6 Mon Sep 17 00:00:00 2001 From: F-Node-Karlsruhe Date: Tue, 2 May 2023 11:37:32 +0200 Subject: [PATCH] fix import Signed-off-by: F-Node-Karlsruhe --- package/package.json | 2 +- package/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/package.json b/package/package.json index 89875f3..5966e43 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "vc-notarization", - "version": "1.0.0", + "version": "1.0.1", "description": "Notarize verifiable credentials on DLT for provability and order", "main": "./lib/index.js", "exports": "./lib/index.js", diff --git a/package/src/index.ts b/package/src/index.ts index 672f653..b7d0330 100644 --- a/package/src/index.ts +++ b/package/src/index.ts @@ -1,4 +1,4 @@ -import { VerifiableCredential, DLT } from './types'; +import { VerifiableCredential, DLT } from './types.js'; import { notarizeVC,