@weborigami/origami 0.2.5 → 0.2.7

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Jan Miksovsky and other contributors
3
+ Copyright (c) 2025 Jan Miksovsky and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/main.js CHANGED
@@ -7,6 +7,7 @@ export * from "./src/handlers/handlers.js";
7
7
  export * from "./src/image/image.js";
8
8
  export { builtinsTree } from "./src/internal.js";
9
9
  export * from "./src/origami/origami.js";
10
+ export { default as packageBuiltin } from "./src/protocols/package.js";
10
11
  export * from "./src/server/server.js";
11
12
  export * from "./src/site/site.js";
12
13
  export * from "./src/text/text.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weborigami/origami",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
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.7.2"
18
18
  },
19
19
  "dependencies": {
20
- "@weborigami/async-tree": "0.2.5",
21
- "@weborigami/language": "0.2.5",
22
- "@weborigami/types": "0.2.5",
20
+ "@weborigami/async-tree": "0.2.7",
21
+ "@weborigami/language": "0.2.7",
22
+ "@weborigami/types": "0.2.7",
23
23
  "exif-parser": "0.1.12",
24
24
  "graphviz-wasm": "3.0.2",
25
25
  "highlight.js": "11.11.0",
@@ -266,7 +266,7 @@ tree:
266
266
  args: (target, source)
267
267
  description: Apply key/values from source to target
268
268
  cache:
269
- args: (tree, [cache], [filter])
269
+ args: (tree, [cache])
270
270
  description: Caches values from the tree
271
271
  clear:
272
272
  args: (tree)