@huggingface/inference
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -0,1 +1,2 @@ | ||
/// <reference path="./index.d.ts" /> | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="./index.d.ts" /> | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
{ | ||
"name": "@huggingface/inference", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"packageManager": "pnpm@8.3.1", | ||
@@ -45,4 +45,3 @@ "license": "MIT", | ||
"vite": "^4.1.4", | ||
"vitest": "^0.29.8", | ||
"@huggingface/shared": "1.0.0" | ||
"vitest": "^0.29.8" | ||
}, | ||
@@ -49,0 +48,0 @@ "bundledDependencies": [ |
@@ -19,2 +19,9 @@ # 🤗 Hugging Face Inference API | ||
### Deno | ||
``` | ||
// This should automatically load the types located at https://www.unpkg.com/@huggingface/inference@2.3.2/dist/index.d.ts | ||
import { HfInference } from "https://www.unpkg.com/@huggingface/inference@2.3.2/dist/index.mjs" | ||
``` | ||
## Usage | ||
@@ -21,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
204199
5
5422
317