Compare commits

..

2 Commits

Author SHA1 Message Date
37f45a4912 2.0.36 2024-12-09 02:54:09 +01:00
e72231dee1 fix(dependencies): Update @push.rocks/smartshell dependency version 2024-12-09 02:54:09 +01:00
4 changed files with 17 additions and 12 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tswatch",
"version": "2.0.35",
"version": "2.0.36",
"private": false,
"description": "watch typescript projects during development",
"main": "dist_ts/index.js",
@@ -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": [

18
pnpm-lock.yaml generated
View File

@@ -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:

View File

@@ -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'
}