fix(core): update

This commit is contained in:
Philipp Kunz 2024-03-07 13:22:24 +01:00
parent 1431e439a0
commit de29ed1e5c
4 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
"devDependencies": {
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsrun": "^1.2.32",
"@git.zone/tstest": "^1.0.70",
"@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.25"
},

View File

@ -20,8 +20,8 @@ devDependencies:
specifier: ^1.2.32
version: 1.2.46(@types/node@20.11.25)
'@git.zone/tstest':
specifier: ^1.0.70
version: 1.0.86(@types/node@20.11.25)(sinon@17.0.1)
specifier: ^1.0.88
version: 1.0.88(@types/node@20.11.25)(sinon@17.0.1)
'@push.rocks/tapbundle':
specifier: ^5.0.8
version: 5.0.15(sinon@17.0.1)
@ -397,8 +397,8 @@ packages:
- '@types/node'
dev: true
/@git.zone/tstest@1.0.86(@types/node@20.11.25)(sinon@17.0.1):
resolution: {integrity: sha512-ec95MNeA21L+ob+lvLVCmwPTTC1BY+v/JHLYZ9DOZ9+9buLgx+cJ7VkwGBJCnlWJtqEtJosUrFKTih36iNuT3g==}
/@git.zone/tstest@1.0.88(@types/node@20.11.25)(sinon@17.0.1):
resolution: {integrity: sha512-yTBKLI48Nz35qHOJ9ZnXY06VvBAhcC3NEZ4YyGDN4CmrZQ6MVK3fIMQUQCFVmba0GzSmvbgbJcZnd6IRezkyzQ==}
hasBin: true
dependencies:
'@api.global/typedserver': 3.0.27

View File

@ -33,4 +33,4 @@ tap.test('should create a patch version', async () => {
console.log(newVersion.versionString);
})
tap.start();
export const runTestPromise = tap.start();

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartversion',
version: '3.0.4',
version: '3.0.5',
description: 'handle semver with ease'
}