BREAKING CHANGE(core): switch to esm
This commit is contained in:
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartjwt',
|
||||
version: '2.0.0',
|
||||
description: 'a package for handling jwt'
|
||||
}
|
@ -1 +1 @@
|
||||
export * from './smartjwt.classes.smartjwt';
|
||||
export * from './smartjwt.classes.smartjwt.js';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from './smartjwt.plugins';
|
||||
import * as plugins from './smartjwt.plugins.js';
|
||||
|
||||
export interface ISmartJWTJSONKeypair {
|
||||
privatePem: string;
|
||||
|
@ -4,5 +4,5 @@ import * as smartcrypto from '@pushrocks/smartcrypto';
|
||||
export { smartcrypto };
|
||||
|
||||
// thirdparty scope
|
||||
import * as jsonwebtoken from 'jsonwebtoken';
|
||||
import jsonwebtoken from 'jsonwebtoken';
|
||||
export { jsonwebtoken };
|
||||
|
Reference in New Issue
Block a user