BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-10-19 19:27:42 +02:00
parent 7067826a4e
commit 451daec7b4
19 changed files with 4303 additions and 11517 deletions

View File

@@ -9,24 +9,24 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.10",
"@types/node": "^14.14.22",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.2"
},
"dependencies": {
"@pushrocks/lik": "^4.0.20",
"@pushrocks/smartfile": "^8.0.8",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartfile": "^10.0.5",
"@pushrocks/smartfm": "^2.0.4",
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartshell": "^2.0.26",
"@pushrocks/smartsystem": "^2.0.9"
"@pushrocks/smartsystem": "^3.0.1"
},
"files": [
"ts/**/*",
@@ -42,5 +42,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}