diff --git a/changelog.md b/changelog.md index 3165e0d..9a39125 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-11-20 - 3.0.1 - fix(@push.rocks/smarts3) +Bump @push.rocks/smarts3 dependency to ^2.2.7 + +- Update package.json: @push.rocks/smarts3 upgraded from ^2.2.6 to ^2.2.7 + ## 2025-11-19 - 3.0.0 - BREAKING CHANGE(tapbundle_serverside) Rename Node-specific tapbundle module to tapbundle_serverside and migrate server-side utilities diff --git a/package.json b/package.json index d8c7a52..ce820af 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrequest": "^5.0.1", - "@push.rocks/smarts3": "^2.2.6", + "@push.rocks/smarts3": "^2.2.7", "@push.rocks/smartshell": "^3.3.0", "@push.rocks/smarttime": "^4.1.1", "@types/ws": "^8.18.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1404023..a180237 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: ^5.0.1 version: 5.0.1 '@push.rocks/smarts3': - specifier: ^2.2.6 - version: 2.2.6 + specifier: ^2.2.7 + version: 2.2.7 '@push.rocks/smartshell': specifier: ^3.3.0 version: 3.3.0 @@ -765,8 +765,8 @@ packages: '@push.rocks/smartrx@3.0.10': resolution: {integrity: sha512-USjIYcsSfzn14cwOsxgq/bBmWDTTzy3ouWAnW5NdMyRRzEbmeNrvmy6TRqNeDlJ2PsYNTt1rr/zGUqvIy72ITg==} - '@push.rocks/smarts3@2.2.6': - resolution: {integrity: sha512-f2i2keHs+KZr5cyB8nBOnmRGiE2YG42W4pSx+8gmZEsf8yZUT1iUnuD/YZVTKosH2v5dPCKdmtSpMSux8Q/tCw==} + '@push.rocks/smarts3@2.2.7': + resolution: {integrity: sha512-9ZXGMlmUL2Wd+YJO0xOB8KyqPf4V++fWJvTq4s76bnqEuaCr9OLfq6czhban+i4cD3ZdIjehfuHqctzjuLw8Jw==} '@push.rocks/smartshell@3.3.0': resolution: {integrity: sha512-m0w618H6YBs+vXGz1CgS4nPi5CUAnqRtckcS9/koGwfcIx1IpjqmiP47BoCTbdgcv0IPUxQVBG1IXTHPuZ8Z5g==} @@ -5112,7 +5112,7 @@ snapshots: '@push.rocks/smartpromise': 4.2.3 rxjs: 7.8.2 - '@push.rocks/smarts3@2.2.6': + '@push.rocks/smarts3@2.2.7': dependencies: '@push.rocks/smartbucket': 3.3.10 '@push.rocks/smartfile': 11.2.7 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a604265..5aa6b1d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tstest', - version: '3.0.0', + version: '3.0.1', description: 'a test utility to run tests that match test/**/*.ts' }