@design.estate/dees-domtools 2.5.3 → 2.5.4

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.5.3',
6
+ version: '2.5.4',
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.5.3",
3
+ "version": "2.5.4",
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",
@@ -10,14 +10,14 @@
10
10
  "license": "MIT",
11
11
  "scripts": {
12
12
  "test": "(tstest test/ --verbose --logfile)",
13
- "build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
13
+ "build": "(tsbuild --web --allowimplicitany && tsbundle)",
14
14
  "format": "(gitzone format)",
15
15
  "buildDocs": "tsdoc"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@git.zone/tsbuild": "^4.4.0",
19
19
  "@git.zone/tsbundle": "^2.10.0",
20
- "@git.zone/tstest": "^3.6.1",
20
+ "@git.zone/tstest": "^3.6.3",
21
21
  "@push.rocks/tapbundle": "^6.0.3",
22
22
  "@types/node": "^25.5.0"
23
23
  },
package/readme.md CHANGED
@@ -347,7 +347,7 @@ const state = domtools.domToolsStatePart;
347
347
  // Get current state
348
348
  const currentState = state.getState();
349
349
  console.log(currentState.virtualViewport); // 'native'
350
- console.log(currentState.jwt); // null
350
+ console.log(currentState.jwt); // ''
351
351
 
352
352
  // Update state
353
353
  state.setState({
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-domtools',
6
- version: '2.5.3',
6
+ version: '2.5.4',
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
  }