BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-10-24 07:14:17 +02:00
parent 85d958e424
commit 60da639d69
13 changed files with 4489 additions and 26248 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartjwt.plugins';
import * as plugins from './smartjwt.plugins.js';
export interface ISmartJWTJSONKeypair {
privatePem: string;