@weborigami/origami 0.0.53 → 0.0.54

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@weborigami/origami",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "Web Origami language, CLI, framework, and server",
5
5
  "type": "module",
6
6
  "repository": {
@@ -17,9 +17,9 @@
17
17
  "typescript": "5.4.5"
18
18
  },
19
19
  "dependencies": {
20
- "@weborigami/async-tree": "0.0.53",
21
- "@weborigami/language": "0.0.53",
22
- "@weborigami/types": "0.0.53",
20
+ "@weborigami/async-tree": "0.0.54",
21
+ "@weborigami/language": "0.0.54",
22
+ "@weborigami/types": "0.0.54",
23
23
  "exif-parser": "0.1.12",
24
24
  "graphviz-wasm": "3.0.2",
25
25
  "highlight.js": "11.9.0",
@@ -33,7 +33,7 @@ export default async function treeMerge(...trees) {
33
33
 
34
34
  // If all trees are plain objects, return a plain object.
35
35
  if (unpacked.every((tree) => isPlainObject(tree))) {
36
- return mergeObjects(...unpacked);
36
+ return merge(...unpacked);
37
37
  }
38
38
 
39
39
  // If a tree can take a scope, give it one that includes the other trees and