BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 13:51:12 +01:00
parent d3732dcecc
commit 72e6ef04cb
7 changed files with 7005 additions and 14435 deletions

View File

@@ -5,26 +5,25 @@
"description": "simplified access to puppeteer",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
"test": "tstest test/",
"build": "tsbuild --web --allowimplicitany"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tstest": "^1.0.59",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.11.6",
"@gitzone/tsbuild": "^2.1.60",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartshell": "^2.0.29",
"puppeteer": "^11.0.0",
"@pushrocks/smartshell": "^2.0.30",
"puppeteer": "^13.5.1",
"tree-kill": "^1.2.2"
},
"files": [