@design.estate/dees-domtools 2.3.4 → 2.3.5

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-domtools',
6
- version: '2.3.4',
6
+ version: '2.3.5',
7
7
  description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSw4QkFBOEI7SUFDcEMsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHFLQUFxSztDQUNuTCxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-domtools",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "private": false,
5
5
  "description": "A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.",
6
6
  "main": "dist_ts/index.js",
@@ -9,9 +9,9 @@
9
9
  "author": "Lossless GmbH",
10
10
  "license": "MIT",
11
11
  "devDependencies": {
12
- "@git.zone/tsbuild": "^2.6.4",
13
- "@git.zone/tsbundle": "^2.4.0",
14
- "@git.zone/tstest": "^2.3.1",
12
+ "@git.zone/tsbuild": "^2.7.1",
13
+ "@git.zone/tsbundle": "^2.5.1",
14
+ "@git.zone/tstest": "^2.7.0",
15
15
  "@push.rocks/tapbundle": "^6.0.3",
16
16
  "@types/node": "^22.12.0"
17
17
  },
@@ -20,13 +20,13 @@
20
20
  "@design.estate/dees-comms": "^1.0.27",
21
21
  "@push.rocks/lik": "^6.2.2",
22
22
  "@push.rocks/smartdelay": "^3.0.5",
23
- "@push.rocks/smartjson": "^5.0.20",
23
+ "@push.rocks/smartjson": "^5.2.0",
24
24
  "@push.rocks/smartmarkdown": "^3.0.3",
25
25
  "@push.rocks/smartpromise": "^4.2.3",
26
- "@push.rocks/smartrouter": "^1.3.2",
26
+ "@push.rocks/smartrouter": "^1.3.3",
27
27
  "@push.rocks/smartrx": "^3.0.10",
28
- "@push.rocks/smartstate": "^2.0.20",
29
- "@push.rocks/smartstring": "^4.0.15",
28
+ "@push.rocks/smartstate": "^2.0.27",
29
+ "@push.rocks/smartstring": "^4.1.0",
30
30
  "@push.rocks/smarturl": "^3.1.0",
31
31
  "@push.rocks/webrequest": "^3.0.37",
32
32
  "@push.rocks/websetup": "^3.0.19",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-domtools',
6
- version: '2.3.4',
6
+ version: '2.3.5',
7
7
  description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
8
8
  }