@anyaipartner/im-sdk 2.0.1 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # @comind/im-sdk
1
+ # @anyaipartner/im-sdk
2
2
 
3
3
  > Official IM SDK for Comind - A powerful instant messaging solution for web applications
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@comind/im-sdk.svg)](https://www.npmjs.com/package/@comind/im-sdk)
6
- [![license](https://img.shields.io/npm/l/@comind/im-sdk.svg)](https://github.com/comind/comind-im-sdk/blob/main/LICENSE)
5
+ [![npm version](https://img.shields.io/npm/v/@anyaipartner/im-sdk.svg)](https://www.npmjs.com/package/@anyaipartner/im-sdk)
6
+ [![license](https://img.shields.io/npm/l/@anyaipartner/im-sdk.svg)](https://github.com/comind/comind-im-sdk/blob/main/LICENSE)
7
7
 
8
8
  ## ✨ Features
9
9
 
@@ -19,13 +19,13 @@
19
19
  ## 📦 Installation
20
20
 
21
21
  ```bash
22
- npm install @comind/im-sdk
22
+ npm install @anyaipartner/im-sdk
23
23
  ```
24
24
 
25
25
  ## 🚀 Quick Start
26
26
 
27
27
  ```typescript
28
- import { createIMSDK, IMEventType, ConversationType } from '@comind/im-sdk'
28
+ import { createIMSDK, IMEventType, ConversationType } from '@anyaipartner/im-sdk'
29
29
 
30
30
  // Create SDK instance
31
31
  const sdk = createIMSDK({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anyaipartner/im-sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Official IM SDK for Comind - A powerful instant messaging solution for web applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",