diff --git a/package.json b/package.json index cc0ef8f..a72a1d9 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02494e9..e5a3bb0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/test/test.both.ts b/test/test.both.ts index f4b16d0..ae2ee65 100644 --- a/test/test.both.ts +++ b/test/test.both.ts @@ -33,4 +33,4 @@ tap.test('should create a patch version', async () => { console.log(newVersion.versionString); }) -tap.start(); +export const runTestPromise = tap.start(); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5265949..8b2c8e9 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartversion', - version: '3.0.4', + version: '3.0.5', description: 'handle semver with ease' }