fix(core): update

This commit is contained in:
2024-03-07 12:10:36 +01:00
parent b295f3d7e3
commit 004881ec9d
13 changed files with 5918 additions and 18721 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartversion",
"name": "@push.rocks/smartversion",
"version": "3.0.2",
"private": false,
"description": "handle semver with ease",
@@ -10,16 +10,15 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@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"
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsrun": "^1.2.32",
"@git.zone/tstest": "^1.0.70",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.25"
},
"dependencies": {
"@types/semver": "^7.3.9",
@@ -39,5 +38,13 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/push.rocks/smartversion.git"
},
"bugs": {
"url": "https://gitlab.com/push.rocks/smartversion/issues"
},
"homepage": "https://gitlab.com/push.rocks/smartversion#readme"
}