@contential/chat
Advanced tools
Comparing version 0.0.1-test to 0.0.2-test
declare const chat: () => void; | ||
declare const sendMessage: () => void; | ||
export { chat, chat as default, sendMessage }; | ||
export { chat, chat as default }; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
@@ -24,17 +23,12 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
chat: () => chat, | ||
default: () => src_default, | ||
sendMessage: () => sendMessage | ||
default: () => src_default | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var chat = () => { | ||
console.log("@contential/chat 1"); | ||
console.log("@contential/chat"); | ||
}; | ||
var sendMessage = () => { | ||
console.log("Send message 1"); | ||
}; | ||
var src_default = chat; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
chat, | ||
sendMessage | ||
chat | ||
}); |
{ | ||
"name": "@contential/chat", | ||
"version": "0.0.1-test", | ||
"version": "0.0.2-test", | ||
"license": "MIT", | ||
@@ -9,12 +9,2 @@ "main": "dist/index.js", | ||
"private": false, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.1", | ||
"tsup": "^7.1.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.6", | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"scripts": { | ||
@@ -25,4 +15,6 @@ "dev": "tsup src/index.ts --dts --watch", | ||
"build:main": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "eslint \"**/*.ts*\"" | ||
} | ||
} | ||
"lint": "eslint \"**/*.ts*\"", | ||
"publish:prod": "changeset version && changeset publish" | ||
}, | ||
"devDependencies": {} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
1
9
2690
7
54