diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fea12e7..8cd3a09 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,13 +12,13 @@ dependencies: specifier: ^5.0.10 version: 5.0.10 '@push.rocks/smartlog': - specifier: ^3.0.3 + specifier: ^3.0.2 version: 3.0.3 '@push.rocks/smartpath': specifier: ^5.0.11 version: 5.0.11 '@push.rocks/smartpromise': - specifier: ^4.0.3 + specifier: ^4.0.2 version: 4.0.3 '@push.rocks/smartrx': specifier: ^3.0.7 @@ -29,19 +29,19 @@ dependencies: devDependencies: '@git.zone/tsbuild': - specifier: ^2.1.72 + specifier: ^2.1.66 version: 2.1.72 '@git.zone/tsrun': - specifier: ^1.2.46 + specifier: ^1.2.44 version: 1.2.46(@types/node@20.11.16) '@git.zone/tstest': - specifier: ^1.0.86 + specifier: ^1.0.77 version: 1.0.86(@types/node@20.11.16)(sinon@17.0.1) '@push.rocks/tapbundle': specifier: ^5.0.15 version: 5.0.15(sinon@17.0.1) '@types/node': - specifier: ^20.11.16 + specifier: ^20.11.6 version: 20.11.16 packages: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 081ee0f..925c21b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/npmextra', - version: '4.0.9', + version: '4.0.10', description: 'do more with npm' }