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

@@ -10,18 +10,18 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tstest": "^1.0.57",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.9.6",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.59",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.4"
},
"dependencies": {
"@pushrocks/smartcrypto": "^1.0.11",
"@pushrocks/smartcrypto": "^2.0.1",
"@types/jsonwebtoken": "^8.5.5",
"jsonwebtoken": "^8.5.1"
},
@@ -39,5 +39,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}