@weborigami/language 0.0.60 → 0.0.61

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/language",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "Web Origami expression language compiler and runtime",
5
5
  "type": "module",
6
6
  "main": "./main.js",
@@ -11,8 +11,8 @@
11
11
  "typescript": "5.5.3"
12
12
  },
13
13
  "dependencies": {
14
- "@weborigami/async-tree": "0.0.60",
15
- "@weborigami/types": "0.0.60",
14
+ "@weborigami/async-tree": "0.0.61",
15
+ "@weborigami/types": "0.0.61",
16
16
  "watcher": "2.3.1"
17
17
  },
18
18
  "scripts": {
@@ -1,4 +0,0 @@
1
- title: Reference the special context key
2
-
3
- # This will pull in the value of "obj.yaml" from the result tree.
4
- obj = context 'obj.yaml':
@@ -1,2 +0,0 @@
1
- title: Files demonstration
2
- files = keys context():
@@ -1,3 +0,0 @@
1
- a: Hello, a.
2
- b: Hello, b.
3
- c: Hello, c.
@@ -1,2 +0,0 @@
1
- a = b: ""
2
- b: Hello, world.