We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9270191 commit f1faad3Copy full SHA for f1faad3
package.json
@@ -2,8 +2,8 @@
2
"name": "@inference-gateway/sdk",
3
"version": "0.1.5",
4
"description": "An SDK written in Typescript for the [Inference Gateway](https://github.com/inference-gateway/inference-gateway).",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
7
"type": "commonjs",
8
"private": false,
9
"keywords": [
0 commit comments