@plitzi/sdk-dev-tools 0.32.3 → 0.32.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @plitzi/sdk-dev-tools
2
2
 
3
+ ## 0.32.5
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.32.4
8
+ - Updated dependencies
9
+ - @plitzi/nexus@0.32.5
10
+ - @plitzi/sdk-navigation@0.32.5
11
+ - @plitzi/sdk-schema@0.32.5
12
+ - @plitzi/sdk-shared@0.32.5
13
+ - @plitzi/sdk-style@0.32.5
14
+
15
+ ## 0.32.4
16
+
17
+ ### Patch Changes
18
+
19
+ - v0.32.4
20
+ - Updated dependencies
21
+ - @plitzi/nexus@0.32.4
22
+ - @plitzi/sdk-navigation@0.32.4
23
+ - @plitzi/sdk-schema@0.32.4
24
+ - @plitzi/sdk-shared@0.32.4
25
+ - @plitzi/sdk-style@0.32.4
26
+
3
27
  ## 0.32.3
4
28
 
5
29
  ### Patch Changes
@@ -10,6 +10,6 @@ var e = (e) => new Date(e).toLocaleTimeString(void 0, { hour12: !1 }) + "." + St
10
10
  n = t;
11
11
  }
12
12
  return n.length > 120 ? n.slice(0, 120) + "…" : n;
13
- }, n = (e, t) => t ? (e.path ?? "").toLowerCase().includes(t.toLowerCase()) : !0;
13
+ }, n = (e, t) => !t || (e.path ?? "").toLowerCase().includes(t.toLowerCase());
14
14
  //#endregion
15
15
  export { e as formatTime, n as matchesFilter, t as previewValue };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/sdk-dev-tools",
3
- "version": "0.32.3",
3
+ "version": "0.32.5",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist"
@@ -548,19 +548,19 @@
548
548
  "react": "^19.2.7",
549
549
  "react-dom": "^19.2.7",
550
550
  "typescript": "^6.0.3",
551
- "vite": "^8.0.16"
551
+ "vite": "^8.1.4"
552
552
  },
553
553
  "peerDependencies": {
554
554
  "react": "^19",
555
555
  "react-dom": "^19"
556
556
  },
557
557
  "dependencies": {
558
- "@plitzi/nexus": "0.32.3",
558
+ "@plitzi/nexus": "0.32.5",
559
559
  "@plitzi/plitzi-ui": "^1.6.13",
560
- "@plitzi/sdk-navigation": "0.32.3",
561
- "@plitzi/sdk-schema": "0.32.3",
562
- "@plitzi/sdk-shared": "0.32.3",
563
- "@plitzi/sdk-style": "0.32.3",
560
+ "@plitzi/sdk-navigation": "0.32.5",
561
+ "@plitzi/sdk-schema": "0.32.5",
562
+ "@plitzi/sdk-shared": "0.32.5",
563
+ "@plitzi/sdk-style": "0.32.5",
564
564
  "@uiw/react-json-view": "^2.0.0-alpha.43",
565
565
  "clsx": "^2.1.1"
566
566
  }