diff --git a/changelog.md b/changelog.md index bc04237..aa7e324 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-12-09 - 2.0.36 - fix(dependencies) +Update @push.rocks/smartshell dependency version + +- Upgrade @push.rocks/smartshell to version ^3.2.0 from ^3.1.0 in package.json + ## 2024-12-09 - 2.0.35 - fix(core) Fixed website watch mode execution method diff --git a/package.json b/package.json index 0c69592..5713ef2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@push.rocks/smartfile": "^11.0.21", "@push.rocks/smartlog": "^3.0.7", "@push.rocks/smartlog-destination-local": "^9.0.2", - "@push.rocks/smartshell": "^3.1.0", + "@push.rocks/smartshell": "^3.2.0", "@push.rocks/taskbuffer": "^3.1.7" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c63e1e..0e8b82d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^9.0.2 version: 9.0.2 '@push.rocks/smartshell': - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.2.0 + version: 3.2.0 '@push.rocks/taskbuffer': specifier: ^3.1.7 version: 3.1.7 @@ -848,8 +848,8 @@ packages: '@push.rocks/smarts3@2.2.5': resolution: {integrity: sha512-OZjD0jBCUTJCLnwraxBcyZ3he5buXf2OEM1zipiTBChA2EcKUZWKk/a6KR5WT+NlFCIIuB23UG+U+cxsIWM91Q==} - '@push.rocks/smartshell@3.1.0': - resolution: {integrity: sha512-j0gNSReRaOszjLQ0bCEvF1PxYc/df9BTvNaHCB/lEK9PfDVijE4aTPiMdIXWmcF0q/4M1ko73vgcN/VNuhM/Mw==} + '@push.rocks/smartshell@3.2.0': + resolution: {integrity: sha512-YBGPaaUsT0DmR40bfrnE3p+zLxjYRgTC588R7jojVdyPDD7fDMKHcizzFLnxxmlyI60e5idsUWyz11V/rZY3sQ==} '@push.rocks/smartsitemap@2.0.3': resolution: {integrity: sha512-jIcms8V1b2mt3dS4PKNlLR1DRC8pCDWMRVbnyM/2+snZOJZonQRlQzAyX8No0EfLbfdrfnxv2IjPX13X29Re6g==} @@ -4991,14 +4991,14 @@ snapshots: '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartnpm': 2.0.4 '@push.rocks/smartpath': 5.0.18 - '@push.rocks/smartshell': 3.1.0 + '@push.rocks/smartshell': 3.2.0 transitivePeerDependencies: - aws-crt '@git.zone/tsrun@1.3.3': dependencies: '@push.rocks/smartfile': 11.0.21 - '@push.rocks/smartshell': 3.1.0 + '@push.rocks/smartshell': 3.2.0 tsx: 4.19.2 '@git.zone/tstest@1.0.90(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3)': @@ -5012,7 +5012,7 @@ snapshots: '@push.rocks/smartfile': 11.0.21 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartpromise': 4.0.4 - '@push.rocks/smartshell': 3.1.0 + '@push.rocks/smartshell': 3.2.0 '@push.rocks/tapbundle': 5.5.3(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3) '@types/ws': 8.5.12 figures: 6.1.0 @@ -5606,7 +5606,7 @@ snapshots: - aws-crt - supports-color - '@push.rocks/smartshell@3.1.0': + '@push.rocks/smartshell@3.2.0': dependencies: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartexit': 1.0.23 @@ -5746,7 +5746,7 @@ snapshots: '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartrequest': 2.0.23 '@push.rocks/smarts3': 2.2.5 - '@push.rocks/smartshell': 3.1.0 + '@push.rocks/smartshell': 3.2.0 '@push.rocks/smarttime': 4.0.8 expect: 29.7.0 transitivePeerDependencies: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e6a33ff..4823f1d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tswatch', - version: '2.0.35', + version: '2.0.36', description: 'watch typescript projects during development' }