@telorun/test 0.3.2 → 0.3.4
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/README.md +0 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -42,8 +42,6 @@ $ telo ./examples/hello-api.yaml
|
|
|
42
42
|
- **Indexes** resources by Kind and Name for constant-time lookup.
|
|
43
43
|
- **Dispatches** execution to the controller that owns each Kind.
|
|
44
44
|
|
|
45
|
-
Manifests also support directives for dynamic generation: `$let`, `$if`, `$for`, `$eval`, and `$include`. See [CEL-YAML Templating](./yaml-cel-templating/README.md) for documentation.
|
|
46
|
-
|
|
47
45
|
## Example manifest
|
|
48
46
|
|
|
49
47
|
Here is an example Telo application that defines a simple HTTP API:
|
|
@@ -236,7 +234,6 @@ Those manifests were taken to the next level by allowing them to run inside a st
|
|
|
236
234
|
## See more at
|
|
237
235
|
|
|
238
236
|
- [Telo Kernel](./kernel/README.md)
|
|
239
|
-
- [CEL-YAML Templating](./yaml-cel-templating/README.md)
|
|
240
237
|
- [Telo SDK for module authors](sdk/README.md)
|
|
241
238
|
- [Modules](modules/README.md)
|
|
242
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/test",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Telo Test module - Test runner for Telo manifests.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@sinclair/typebox": "^0.34.48",
|
|
36
|
-
"@telorun/kernel": "0.
|
|
36
|
+
"@telorun/kernel": "0.9.0",
|
|
37
37
|
"@telorun/sdk": "0.7.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|