@design.estate/dees-wcctools 3.5.2 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-wcctools",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "private": false,
5
5
  "description": "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.",
6
6
  "exports": {
@@ -17,17 +17,17 @@
17
17
  "author": "Lossless GmbH",
18
18
  "license": "UNLICENSED",
19
19
  "dependencies": {
20
- "@design.estate/dees-domtools": "^2.3.6",
21
- "@design.estate/dees-element": "^2.1.3",
20
+ "@design.estate/dees-domtools": "^2.3.7",
21
+ "@design.estate/dees-element": "^2.1.5",
22
22
  "@push.rocks/smartdelay": "^3.0.5",
23
- "lit": "^3.3.1"
23
+ "lit": "^3.3.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@api.global/typedserver": "^7.11.1",
26
+ "@api.global/typedserver": "^8.1.0",
27
27
  "@git.zone/tsbuild": "^4.0.2",
28
28
  "@git.zone/tsbundle": "^2.6.3",
29
29
  "@git.zone/tsrun": "^2.0.1",
30
- "@git.zone/tstest": "^3.1.3",
30
+ "@git.zone/tstest": "^3.1.4",
31
31
  "@git.zone/tswatch": "^2.3.13",
32
32
  "@push.rocks/projectinfo": "^5.0.2",
33
33
  "@types/node": "^25.0.3"
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-wcctools',
6
- version: '3.5.2',
6
+ version: '3.5.3',
7
7
  description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.'
8
8
  }