chat-pdf-node
Advanced tools
Comparing version 1.1.2 to 1.1.3
"use strict"; | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
const ChatWithPdf = require('./chat-with-pdf'); | ||
module.exports = { ChatWithPdf }; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ChatWithPdf = void 0; | ||
const chat_with_pdf_1 = require("./chat-with-pdf"); | ||
Object.defineProperty(exports, "ChatWithPdf", { enumerable: true, get: function () { return chat_with_pdf_1.ChatWithPdf; } }); | ||
module.exports = { ChatWithPdf: chat_with_pdf_1.ChatWithPdf }; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,2 @@ | ||
declare const ChatWithPdf: any; | ||
import { ChatWithPdf } from './chat-with-pdf'; | ||
export { ChatWithPdf }; |
{ | ||
"name": "chat-pdf-node", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "chat with any pdf", | ||
"main": "dist/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "start": "node ./dist/index.js", |
@@ -1,3 +0,5 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
const ChatWithPdf = require('./chat-with-pdf'); | ||
import { ChatWithPdf } from './chat-with-pdf'; | ||
export { ChatWithPdf }; | ||
module.exports = { ChatWithPdf }; |
Sorry, the diff of this file is not supported yet
22731
368