Compare commits

...

2 Commits

Author SHA1 Message Date
d48cd063c4 v2.0.1
Some checks failed
Default (tags) / security (push) Failing after 16s
Default (tags) / test (push) Failing after 18s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-12-11 19:26:59 +00:00
bb04895be8 fix(@git.zone/tswatch): Bump @git.zone/tswatch devDependency to ^2.3.12 2025-12-11 19:26:59 +00:00
4 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-12-11 - 2.0.1 - fix(@git.zone/tswatch)
Bump @git.zone/tswatch devDependency to ^2.3.12
- Updated devDependency @git.zone/tswatch from ^2.3.11 to ^2.3.12 in package.json
## 2025-12-11 - 2.0.0 - BREAKING CHANGE(recorder)
Remove FFmpeg-based MP4 conversion; simplify recorder/export to WebM and improve recorder/editor robustness

View File

@@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-wcctools",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.",
"exports": {
@@ -28,7 +28,7 @@
"@git.zone/tsbundle": "^2.6.3",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@git.zone/tswatch": "^2.3.11",
"@git.zone/tswatch": "^2.3.12",
"@push.rocks/projectinfo": "^5.0.2",
"@types/node": "^25.0.0"
},

18
pnpm-lock.yaml generated
View File

@@ -37,8 +37,8 @@ importers:
specifier: ^3.1.3
version: 3.1.3(@push.rocks/smartserve@1.4.0)(socks@2.8.7)(typescript@5.9.3)
'@git.zone/tswatch':
specifier: ^2.3.11
version: 2.3.11(@tiptap/pm@2.27.1)
specifier: ^2.3.12
version: 2.3.12(@tiptap/pm@2.27.1)
'@push.rocks/projectinfo':
specifier: ^5.0.2
version: 5.0.2
@@ -489,8 +489,8 @@ packages:
resolution: {integrity: sha512-t+/cKV21JHK8X7NGAmihs5M/eMm+V+jn4R5rzfwGG97WJFAcP5qE1Os9VYtyZw3tx/NZXA2yA4abo/ELluTuRA==}
hasBin: true
'@git.zone/tswatch@2.3.11':
resolution: {integrity: sha512-FJWOsPQ9i0INn1i7uqMD0ECrZ6bwwGQC8oFDEx9PLcaS+qHpGsYj3P9UscpW1N78P+6Yd1WFUfBh9sUQiKm+KA==}
'@git.zone/tswatch@2.3.12':
resolution: {integrity: sha512-0GWh9nxaw/wjN9k9ah07rgFM4gjHgn+aYH28IEHdBuQeP6EuiROqwRHmtt6nj8Hv2MOaWGru9wIHCw5qr6ACWA==}
hasBin: true
'@happy-dom/global-registrator@15.11.7':
@@ -912,8 +912,8 @@ packages:
resolution: {integrity: sha512-M7rMLdcO423JIF7PbMnqy730h4seAx8lXkP3d7yGhIXep2jizPP+KlkdbdkBdaVp7YupcFZiTnu2HY66SKVtpQ==}
engines: {node: '>=20.0.0'}
'@push.rocks/smartwatch@6.2.4':
resolution: {integrity: sha512-cxGx/RJXSU45cfyJn0DNgXA1jPwmzraJhy+8J8hL2Bjn0K+DxatQRyeIvRVCSLLgBhVTN6yYaUjUtjs19gJLkA==}
'@push.rocks/smartwatch@6.2.5':
resolution: {integrity: sha512-i9p2ocg2MJ7O5yk/EeZxfG8qrfBX9OrkBQBVPXuDD/7vsyCk2Mi/XRwsDKXdqEYiCdT5uhXZIF+C57QOwgzKPQ==}
engines: {node: '>=20.0.0'}
'@push.rocks/smartxml@2.0.0':
@@ -4807,7 +4807,7 @@ snapshots:
- utf-8-validate
- vue
'@git.zone/tswatch@2.3.11(@tiptap/pm@2.27.1)':
'@git.zone/tswatch@2.3.12(@tiptap/pm@2.27.1)':
dependencies:
'@api.global/typedserver': 7.11.1(@tiptap/pm@2.27.1)
'@git.zone/tsbundle': 2.6.3
@@ -4820,7 +4820,7 @@ snapshots:
'@push.rocks/smartlog': 3.1.10
'@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartshell': 3.3.0
'@push.rocks/smartwatch': 6.2.4
'@push.rocks/smartwatch': 6.2.5
'@push.rocks/taskbuffer': 3.5.0
transitivePeerDependencies:
- '@nuxt/kit'
@@ -5787,7 +5787,7 @@ snapshots:
'@push.rocks/smartrx': 3.0.10
picomatch: 4.0.3
'@push.rocks/smartwatch@6.2.4':
'@push.rocks/smartwatch@6.2.5':
dependencies:
'@push.rocks/lik': 6.2.2
'@push.rocks/smartenv': 6.0.0

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-wcctools',
version: '2.0.0',
version: '2.0.1',
description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.'
}