@weborigami/origami 0.6.3 → 0.6.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/package.json +3 -3
- package/src/dev/help.yaml +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weborigami/origami",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
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.9.3"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@weborigami/async-tree": "0.6.
|
|
20
|
+
"@weborigami/async-tree": "0.6.5",
|
|
21
21
|
"@weborigami/json-feed-to-rss": "1.0.1",
|
|
22
|
-
"@weborigami/language": "0.6.
|
|
22
|
+
"@weborigami/language": "0.6.5",
|
|
23
23
|
"css-tree": "3.1.0",
|
|
24
24
|
"graphviz-wasm": "3.0.2",
|
|
25
25
|
"highlight.js": "11.11.1",
|
package/src/dev/help.yaml
CHANGED
|
@@ -5,8 +5,8 @@ Dev:
|
|
|
5
5
|
args: (tree)
|
|
6
6
|
description: Identify broken internal links and references
|
|
7
7
|
breakpoint:
|
|
8
|
-
args: (
|
|
9
|
-
description: Break into the JavaScript debugger, then return
|
|
8
|
+
args: (arg)
|
|
9
|
+
description: Break into the JavaScript debugger, then return arg
|
|
10
10
|
changes:
|
|
11
11
|
args: (old, new)
|
|
12
12
|
description: Return a tree of changes
|