BREAKING CHANGE(core): update

This commit is contained in:
2022-04-26 14:44:53 +02:00
parent fdef084c6b
commit fc41cb1403
5 changed files with 14592 additions and 8857 deletions

View File

@@ -5,6 +5,7 @@
"description": "handle semver with ease",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -12,16 +13,16 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.41",
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsrun": "^1.2.32",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@types/semver": "^7.3.4",
"@types/semver": "^7.3.9",
"semver": "^7.3.5"
},
"files": [