@workflowai/api
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@workflowai/api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "workflowAI typed API client", | ||
@@ -30,2 +30,5 @@ "author": "workflowAI", | ||
], | ||
"engines": { | ||
"node": ">=18.20.2" | ||
}, | ||
"scripts": { | ||
@@ -61,9 +64,3 @@ "-------- OPENAPI": "", | ||
"openapi-typescript": "^6.7.5" | ||
}, | ||
"peerDependenciesMeta": { | ||
"node-fetch": { | ||
"version": "^3.3.2", | ||
"optional": true | ||
} | ||
} | ||
} | ||
} |
@@ -11,12 +11,2 @@ # workflowAI typed API client | ||
If using this library in a node project, you'll need to globally polyfill `fetch`: | ||
``` | ||
npm install node-fetch | ||
``` | ||
```ts | ||
import '@workflowai/api/fetch-polyfill' | ||
``` | ||
## Initialize API | ||
@@ -23,0 +13,0 @@ |
195021
29
4124
37