@telorun/http-client 0.2.0 → 0.2.1

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 +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- ---
2
- description: "v1.0 spec: Http.Request contract for outgoing calls with standardized request/response objects and network error handling"
3
- ---
4
-
5
1
  # Telo HTTP Client Standard Specification (v1.0 Draft)
6
2
 
7
3
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/http-client",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Telo HTTP Client module - HTTP client resource kinds for Telo manifests.",
5
5
  "keywords": [
6
6
  "telo",
@@ -35,7 +35,7 @@
35
35
  "src/**"
36
36
  ],
37
37
  "dependencies": {
38
- "@telorun/sdk": "0.7.0"
38
+ "@telorun/sdk": "0.10.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^20.0.0",