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

@ -9,20 +9,20 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.31",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.4"
},
"dependencies": {
"@pushrocks/smartpromise": "^3.1.3",
"@types/node-forge": "^0.9.7",
"node-forge": "^0.10.0"
"@types/node-forge": "^1.3.0",
"node-forge": "^1.3.1"
},
"files": [
"ts/**/*",
@ -38,5 +38,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}