@cyberismo/backend 0.0.17 → 0.0.18

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.
@@ -1465,7 +1465,7 @@ SOFTWARE.
1465
1465
  ---
1466
1466
 
1467
1467
  Name: @cyberismo/data-handler
1468
- Version: 0.0.17
1468
+ Version: 0.0.18
1469
1469
  License: AGPL-3.0
1470
1470
  Private: false
1471
1471
  Description: Command handler for cards and web service
@@ -44217,7 +44217,7 @@ Use the data prop if you want to provide your own handlers.`);
44217
44217
  const o = (_a2 = i.title) == null ? void 0 : _a2.toLowerCase().includes(n), s = i.children ? d1e(i.children, t) : [];
44218
44218
  return (o || s.length > 0) && r.push({
44219
44219
  ...i,
44220
- children: s.length > 0 ? s : i.children
44220
+ children: s
44221
44221
  }), r;
44222
44222
  }, []);
44223
44223
  }, Qnt = ({ selectedCardKey: e, title: t, onMove: n, onCardSelect: r, tree: i }) => {
@@ -162073,6 +162073,7 @@ Your browser does not support the video tag.
162073
162073
  autoHideDuration: u.type === "error" ? 1e4 : 4e3,
162074
162074
  color: u.type === "error" ? "danger" : "success",
162075
162075
  variant: "solid",
162076
+ "data-cy": "notification",
162076
162077
  onClose: (f, d) => {
162077
162078
  d === "clickaway" && u.createdAt + 2e3 >= Date.now() || a(joe(u.id));
162078
162079
  },
@@ -162083,6 +162084,7 @@ Your browser does not support the video tag.
162083
162084
  variant: "plain",
162084
162085
  size: "sm",
162085
162086
  color: "neutral",
162087
+ "data-cy": "notificationClose",
162086
162088
  onClick: () => {
162087
162089
  a(joe(u.id));
162088
162090
  },
@@ -11,7 +11,7 @@
11
11
  name="msapplication-TileImage"
12
12
  content="/cropped-favicon-270x270.png"
13
13
  />
14
- <script type="module" crossorigin src="/assets/index-BrNy_4vV.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-CocN6Fmw.js"></script>
15
15
  <link rel="stylesheet" crossorigin href="/assets/index-DnK7MBer.css">
16
16
  </head>
17
17
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberismo/backend",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Express backend for Cyberismo",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [],
@@ -21,7 +21,7 @@
21
21
  "hono": "^4.10.7",
22
22
  "mime-types": "^3.0.2",
23
23
  "zod": "^4.1.13",
24
- "@cyberismo/data-handler": "0.0.17"
24
+ "@cyberismo/data-handler": "0.0.18"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@cyberismo/app": "0.0.2"