contential
Advanced tools
Comparing version 0.0.14 to 0.0.15
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4088
9
69
1
+ Added@contential/chat@0.0.0
+ Added@contential/chat@0.0.0(transitive)