@cometchat/skills-cli 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/index.js +1103 -34
- package/dist/registry/v6/features/catalog.json +9 -1
- package/package.json +2 -2
|
@@ -326,8 +326,16 @@
|
|
|
326
326
|
"id": "calls",
|
|
327
327
|
"name": "Audio/Video Calls",
|
|
328
328
|
"type": "package-install",
|
|
329
|
-
"description": "1:1 and group audio/video calling. Includes call buttons in headers, incoming/outgoing call UI, and call logs. Requires installing
|
|
329
|
+
"description": "1:1 and group audio/video calling. Includes call buttons in headers, incoming/outgoing call UI, and call logs. Requires installing the calls SDK for your platform.",
|
|
330
330
|
"package": "@cometchat/calls-sdk-javascript",
|
|
331
|
+
"package_native": "@cometchat/calls-sdk-react-native",
|
|
332
|
+
"package_native_peers": [
|
|
333
|
+
"react-native-webrtc",
|
|
334
|
+
"react-native-incall-manager",
|
|
335
|
+
"react-native-background-timer",
|
|
336
|
+
"react-native-callstats",
|
|
337
|
+
"@react-native-community/netinfo"
|
|
338
|
+
],
|
|
331
339
|
"components": ["CometChatIncomingCall", "CometChatOutgoingCall", "CometChatCallLogs"],
|
|
332
340
|
"docs_topic": "call-features"
|
|
333
341
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cometchat/skills-cli",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "CLI for the CometChat skills v3 architecture — auth, provision, detect, apply, verify CometChat integrations in React/Next.js/React-Router/Astro projects.",
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"description": "CLI for the CometChat skills v3 architecture — auth, provision, detect, apply, verify CometChat integrations in React/Next.js/React-Router/Astro/Expo/React-Native projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|