BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-10-23 23:53:34 +02:00
parent cf6d1b2b04
commit 548c8147e6
16 changed files with 4418 additions and 11352 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './smartcrypto.plugins';
import { KeyPair } from './smartcrypto.classes.keypair';
import * as plugins from './smartcrypto.plugins.js';
import { KeyPair } from './smartcrypto.classes.keypair.js';
export class Smartcrypto {
public async createKeyPair(): Promise<KeyPair> {