@intentface/latch-openapi 0.9.1 → 0.11.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentface/latch-openapi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Latch OpenAPI connections — turn an OpenAPI 3.x doc into agent tools, with a per-tenant SSRF allowlist and brokered auth.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
34
|
-
"@intentface/latch-core": "^0.
|
|
35
|
-
"@intentface/latch-net": "^0.
|
|
34
|
+
"@intentface/latch-core": "^0.11.0",
|
|
35
|
+
"@intentface/latch-net": "^0.11.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"ai": ">=7.0.0"
|