🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cometchat/skills-cli

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cometchat/skills-cli - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+1
-1
dist/registry/v6/features/catalog.json

@@ -5,3 +5,3 @@ {

"sdk_compatibility": ">=6.0.0 <7.0.0",
"description": "Catalog of CometChat features available in the React UI Kit. Categorized by what work is needed to enable each one.",
"description": "Catalog of CometChat features available in the React UI Kit. Categorized by what work is needed to enable each one. NOTE: this catalog stores OUR taxonomy (default vs dashboard-toggle vs package-install vs component-swap) plus a `dashboard_path` HINT for navigation. The hint is short and intentionally fragile — the canonical source is always the docs URL constructed from `docs_topic`. Agents must query the cometchat-docs MCP at runtime for current dashboard navigation, prop signatures, builder methods, and SDK reference. This catalog is for routing, not for SDK reference.",
"feature_types": {

@@ -8,0 +8,0 @@ "default": "Already enabled by default in the UI Kit components your integration uses. Zero code changes needed — the skill just shows you which component renders it.",

{
"name": "@cometchat/skills-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "CLI for the CometChat skills v2 architecture — detect, view, apply, verify CometChat integrations in React projects.",

@@ -8,3 +8,3 @@ "type": "module",

"bin": {
"cometchat": "./bin/cometchat.mjs"
"cometchat": "bin/cometchat.mjs"
},

@@ -11,0 +11,0 @@ "files": [

Sorry, the diff of this file is too big to display