@telorun/assert 0.7.15 → 0.7.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,7 +23,7 @@ Built to be language-agnostic and infinitely extensible.
23
23
 
24
24
  ```bash
25
25
  # Reconcile your manifest into a running backend
26
- $ telo ./examples/hello-api.yaml
26
+ $ telo ./examples/hello-api
27
27
 
28
28
  {"level":30,"time":1771610393008,"pid":1310178,"hostname":"dev","msg":"Server listening at http://127.0.0.1:8844"}
29
29
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/assert",
3
- "version": "0.7.15",
3
+ "version": "0.7.17",
4
4
  "description": "Telo Assert module - Assertion resource kinds for Telo manifests.",
5
5
  "keywords": [
6
6
  "telo",
@@ -62,12 +62,12 @@
62
62
  ],
63
63
  "dependencies": {
64
64
  "@sinclair/typebox": "^0.34.48",
65
- "@telorun/analyzer": "0.25.0"
65
+ "@telorun/analyzer": "0.27.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/node": "^20.0.0",
69
69
  "typescript": "^5.0.0",
70
- "@telorun/sdk": "0.34.0"
70
+ "@telorun/sdk": "0.36.0"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@telorun/sdk": "*"