trieve-ts-sdk
Advanced tools
Comparing version 0.0.51 to 0.0.52
@@ -6,4 +6,10 @@ { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.cjs" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/cjs/index.cjs" | ||
} | ||
} | ||
@@ -15,3 +21,3 @@ }, | ||
], | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"license": "MIT", | ||
@@ -18,0 +24,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
681736
10445