@executor-js/plugin-openapi 0.0.1-beta.4 → 0.0.1-beta.5

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Load [OpenAPI](https://www.openapis.org/) specifications into an executor. Every operation in the spec becomes an invokable tool with a JSON-Schema input, automatic request building, and optional secret-backed auth.
4
4
 
5
- Pairs with [`@executor/sdk`](https://www.npmjs.com/package/@executor/sdk) (promise-based) or [`@executor/core`](https://www.npmjs.com/package/@executor/core) (Effect-based).
6
-
7
5
  ## Install
8
6
 
9
7
  ```sh
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@executor-js/plugin-openapi",
3
3
  "type": "module",
4
- "version": "0.0.1-beta.4",
4
+ "version": "0.0.1-beta.5",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "@apidevtools/swagger-parser": "^12.1.0",
37
37
  "@effect/platform": "^0.96.0",
38
38
  "@effect/platform-node": "^0.106.0",
39
- "@executor-js/sdk": "0.0.1-beta.4",
39
+ "@executor-js/sdk": "0.0.1-beta.5",
40
40
  "effect": "^3.21.0",
41
41
  "openapi-types": "^12.1.3",
42
42
  "yaml": "^2.7.1"