@weborigami/async-tree 0.3.4-jse.7 → 0.3.4-jse.9

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@weborigami/async-tree",
3
- "version": "0.3.4-jse.7",
3
+ "version": "0.3.4-jse.9",
4
4
  "description": "Asynchronous tree drivers based on standard JavaScript classes",
5
5
  "type": "module",
6
6
  "main": "./main.js",
7
7
  "browser": "./browser.js",
8
8
  "types": "./index.ts",
9
9
  "dependencies": {
10
- "@weborigami/types": "0.3.4-jse.7"
10
+ "@weborigami/types": "0.3.4-jse.9"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "22.13.13",
@@ -13,7 +13,7 @@ import * as trailingSlash from "../trailingSlash.js";
13
13
  *
14
14
  * @typedef {import("@weborigami/types").AsyncTree} AsyncTree
15
15
  * @param {import("../../index.ts").Treelike[]} sources
16
- * @returns {AsyncTree & { description: string, trees: AsyncTree[]}}
16
+ * @returns {AsyncTree & { description?: string, trees?: AsyncTree[]}}
17
17
  */
18
18
  export default function merge(...sources) {
19
19
  const trees = sources