contential
Advanced tools
Comparing version 0.0.0-test to 0.0.1-test
@@ -29,3 +29,12 @@ "use strict"; | ||
module.exports = __toCommonJS(src_exports); | ||
var import_chat = require("@contential/chat"); | ||
// ../chat/src/index.ts | ||
var chat = () => { | ||
console.log("@contential/chat 1"); | ||
}; | ||
var sendMessage = () => { | ||
console.log("Send message 1"); | ||
}; | ||
// src/index.ts | ||
var contential = () => { | ||
@@ -35,6 +44,6 @@ console.log("contential"); | ||
var contentialChat = () => { | ||
(0, import_chat.chat)(); | ||
chat(); | ||
}; | ||
var contentialSendMessage = () => { | ||
(0, import_chat.sendMessage)(); | ||
sendMessage(); | ||
}; | ||
@@ -41,0 +50,0 @@ var src_default = contential; |
{ | ||
"name": "contential", | ||
"version": "0.0.0-test", | ||
"version": "0.0.1-test", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@contential/chat": "0.0.0" | ||
"@contential/chat": "^0.0.1-test" | ||
}, | ||
@@ -13,0 +13,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import { chat, sendMessage } from '@contential/chat'; | ||
import { chat, sendMessage } from '../../chat/src'; | ||
@@ -3,0 +3,0 @@ export const contential = () => { |
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
4756
95
+ Added@contential/chat@0.0.1-test(transitive)
- Removed@contential/chat@0.0.0(transitive)
Updated@contential/chat@^0.0.1-test