Comparing version 1.0.4 to 1.0.5
@@ -140,1 +140,2 @@ "use strict"; | ||
var src_default = Exa; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "exa-js", | ||
"version": "1.0.4", | ||
"description": "Exasearch SDK for Node.js and the browser", | ||
"version": "1.0.5", | ||
"description": "Exa SDK for Node.js and the browser", | ||
"publishConfig": { | ||
@@ -25,6 +25,6 @@ "access": "public" | ||
"build-fast": "tsup src/index.ts --format cjs,esm", | ||
"build": "pnpm run build-fast --dts-resolve", | ||
"build": "tsup", | ||
"test": "vitest run", | ||
"generate-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts", | ||
"prepublishOnly": "pnpm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -31,0 +31,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
32369
8