contential
Advanced tools
Comparing version
declare const contential: () => void; | ||
declare const contentialChat: () => void; | ||
export { contential, contential as default }; | ||
export { contential, contentialChat, contential as default }; |
@@ -24,12 +24,18 @@ "use strict"; | ||
contential: () => contential, | ||
contentialChat: () => contentialChat, | ||
default: () => src_default | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var import_chat = require("@contential/chat"); | ||
var contential = () => { | ||
console.log("contential"); | ||
}; | ||
var contentialChat = () => { | ||
(0, import_chat.chat)(); | ||
}; | ||
var src_default = contential; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
contential | ||
contential, | ||
contentialChat | ||
}); |
{ | ||
"name": "contential", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"license": "MIT", | ||
@@ -9,2 +9,5 @@ "main": "dist/index.js", | ||
"private": false, | ||
"dependencies": { | ||
"@contential/chat": "0.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -17,4 +20,4 @@ "eslint": "^7.32.0", | ||
"typescript": "^5.1.6", | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
"tsconfig": "0.0.0", | ||
"eslint-config-custom": "0.0.0" | ||
}, | ||
@@ -21,0 +24,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4088
24.33%9
12.5%69
40.82%1
Infinity%+ Added
+ Added