@telorun/test 0.1.3 → 0.1.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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Manifests also support directives for dynamic generation: `$let`, `$if`, `$for`,
|
|
|
34
34
|
Here is an example Telo application that defines a simple HTTP API:
|
|
35
35
|
|
|
36
36
|
```yaml
|
|
37
|
-
kind:
|
|
37
|
+
kind: Telo.Application
|
|
38
38
|
metadata:
|
|
39
39
|
name: feedback
|
|
40
40
|
version: 1.0.0
|
|
@@ -45,12 +45,12 @@ targets:
|
|
|
45
45
|
- Migrations
|
|
46
46
|
- Server
|
|
47
47
|
---
|
|
48
|
-
kind:
|
|
48
|
+
kind: Telo.Import
|
|
49
49
|
metadata:
|
|
50
50
|
name: Http
|
|
51
51
|
source: ../modules/http-server
|
|
52
52
|
---
|
|
53
|
-
kind:
|
|
53
|
+
kind: Telo.Import
|
|
54
54
|
metadata:
|
|
55
55
|
name: Sql
|
|
56
56
|
source: ../modules/sql
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Telo Test module - Test runner for Telo manifests.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@sinclair/typebox": "^0.34.48",
|
|
36
|
-
"@telorun/kernel": "0.
|
|
37
|
-
"@telorun/sdk": "0.
|
|
36
|
+
"@telorun/kernel": "0.3.0",
|
|
37
|
+
"@telorun/sdk": "0.3.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^20.0.0",
|