{"_id":"@anyaipartner/im-sdk","_rev":"15-8d6dcb0334e288efd16c85f02b08edba","name":"@anyaipartner/im-sdk","dist-tags":{"latest":"2.1.3"},"versions":{"2.0.1":{"name":"@anyaipartner/im-sdk","version":"2.0.1","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.1","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/comind/comind-im-sdk#readme","bugs":{"url":"https://github.com/comind/comind-im-sdk/issues"},"dist":{"shasum":"841d05dced6982f64e15686c1c227accf986193c","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.1.tgz","fileCount":8,"integrity":"sha512-6KrgrjXIX4U+giWeE11KIPXGOYL6+uyMsRxUJFvaKyhIqtmqBhro/JnfRFDyZr5wnP/70kEBg1nT/YEoZe36zw==","signatures":[{"sig":"MEQCIGOABDbHy7OA+R73b0vMPSzMtE2jfW2ATkg5O7/H1LR7AiA039QBhCjFraDtgt1Sk7T+DKThdnwKW8fOESqjuZNsVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":298940},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"12ba3ef406823a0ba13856ae1b7e20a51408ca7b","scripts":{"dev":"rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/comind/comind-im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.1_1769321076415_0.8518342791341929","host":"s3://npm-registry-packages-npm-production"}},"2.0.2":{"name":"@anyaipartner/im-sdk","version":"2.0.2","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.2","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/comind/comind-im-sdk#readme","bugs":{"url":"https://github.com/comind/comind-im-sdk/issues"},"dist":{"shasum":"b3e38d20d15d45d48891988a422572d24b209944","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.2.tgz","fileCount":8,"integrity":"sha512-APDD33nHIM7Ejv/MjFSEbD1bozH0+NNcg40e0wAd4x5GHTiLyJgNh0txq1DxeFjZo3mJL6g07Ej4UkDWRpxLtw==","signatures":[{"sig":"MEQCIDrFyyaJ2P3xvF1k52+K9PexC9d7iOR0KL6PLejIc1uOAiBT1U8BPRpfTLOPEyIAy4eNERMR6goxlZwbErE0PH58/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":298940},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"712d9474fe9324abf189f8bff86c7f83658850f1","scripts":{"dev":"rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/comind/comind-im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.2_1769323319816_0.6261052800915814","host":"s3://npm-registry-packages-npm-production"}},"2.0.3":{"name":"@anyaipartner/im-sdk","version":"2.0.3","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.3","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/comind/comind-im-sdk#readme","bugs":{"url":"https://github.com/comind/comind-im-sdk/issues"},"dist":{"shasum":"0d20504e95ec30cbbcb8f7b12bc7b0a42eced2a4","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.3.tgz","fileCount":8,"integrity":"sha512-cCGZc1IWLDPNuORqwWLA7qoRWoRwh+iAq29pGMQktmTyiY1WqBtKq7MmTDYqAi51AYXe5YnTKxk++W5hHLO77Q==","signatures":[{"sig":"MEUCIQCQfBEyTX5pwU9xMgUnC/Sep04d0uPHOYxKaXTdk0a5MQIgOT591tkamuRQ7hNvmJLADBeVfIfCqy9zf5X/jAruz2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":298976},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"232f798deebdef2ccc42c607a0304b4845ce2a00","scripts":{"dev":"rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/comind/comind-im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.3_1769324358385_0.03862912281137998","host":"s3://npm-registry-packages-npm-production"}},"2.0.4":{"name":"@anyaipartner/im-sdk","version":"2.0.4","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.4","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/anyaipartner/im-sdk#readme","bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"dist":{"shasum":"6fa509e7aa1711e9b24dc5e8f7996ec3ee98f58b","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.4.tgz","fileCount":8,"integrity":"sha512-Zbb5t184he3XGgP9olLKMTxrBMDxC5vMofxMG0AjQEVLFBV0kvKD+OO1zQILS5IHuzfNcsDbCDxFY6arxy9J8A==","signatures":[{"sig":"MEUCIAZddF7i7DDHfEPIt7WNkQcdUza3Y6rIMh3zudFpU11+AiEAs/b3ruEtKkd1qq628eG+AEprvXOYno5XHo4tUbMUQcQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":299003},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"scripts":{"dev":"npx rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"npx rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/anyaipartner/im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.4_1769844013534_0.07918214332068918","host":"s3://npm-registry-packages-npm-production"}},"2.0.6":{"name":"@anyaipartner/im-sdk","version":"2.0.6","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.6","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/anyaipartner/im-sdk#readme","bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"dist":{"shasum":"3ff3a1f4fb4a75232f3ee268ed4a235001f25fd4","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.6.tgz","fileCount":8,"integrity":"sha512-jvZK/zTK5QUN6Og+f5OOghRrHR0K8sL1b6Yg6L4PkEDOp4UZQwEoRY6I34v/fXTphouiOwPJifZ9uDZsX+ozJg==","signatures":[{"sig":"MEUCICIK0EZzR1A+8RFL9t74gihi/nq+7nsFbEDW/RSWe/vFAiEAmPFPSakpqM3OqIZgK38OXtK1kX7BW7XyfMXpndwYKII=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":300839},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"5b1d131bde98f98c2cfacf583ad93de8e3faa493","scripts":{"dev":"npx rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"npx rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/anyaipartner/im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.6_1770687587914_0.7141091626685101","host":"s3://npm-registry-packages-npm-production"}},"2.0.7":{"name":"@anyaipartner/im-sdk","version":"2.0.7","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.7","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"}],"homepage":"https://github.com/anyaipartner/im-sdk#readme","bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"dist":{"shasum":"7422b7409c6f9104d19b8b1b322d60e615151e7d","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.7.tgz","fileCount":8,"integrity":"sha512-eS/V2QkuNHd+Kkdvl931R/4HePpK2yvuRI8WlRHlvOksMDC0duyOvzbvKX8ktaVLv/vGH8kmdDVOTUJZOuMDBA==","signatures":[{"sig":"MEQCIBP6eNzlIuBVvLwqhzQdNcPVBc1Lu5WBeRy62lT1T5x2AiAkOUg1TJSG7klyz+n10YdjjXalImMZRBbNizzgAGrdgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":300255},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"08aa8d40720eb18294d4a01a5ca7bf0bb6ae1b7e","scripts":{"dev":"npx rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"npx rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/anyaipartner/im-sdk.git","type":"git"},"_npmVersion":"11.5.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.7.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.7_1774184004791_0.1280885171792534","host":"s3://npm-registry-packages-npm-production"}},"2.0.8":{"name":"@anyaipartner/im-sdk","version":"2.0.8","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","_id":"@anyaipartner/im-sdk@2.0.8","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"},{"name":"ai.agent","email":"elico.agent@gmail.com"}],"homepage":"https://github.com/anyaipartner/im-sdk#readme","bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"dist":{"shasum":"f95e9c703105c6b3da4512bd81f10ac43e3b3192","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.0.8.tgz","fileCount":8,"integrity":"sha512-5pqecpxOU5W/icEwlRaPu3ZzBiglHsWNqZ1Twv9rfFvVOrb/ksXt2p04Gxg0EM+vHgltQHXyoA9NtkDIM7SnoQ==","signatures":[{"sig":"MEUCID2GgL88vIa/M84pSsTDSlTTR87arRcb/PVNLkKL86QBAiEAwJLXeG15T7y0NFfGPKD6YDVZuUiUeh8d2KdAROu0fb4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":312550},"main":"dist/index.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","module":"dist/index.esm.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"gitHead":"297d5c5db9702bee6c53b3736036b421f8c3726b","scripts":{"dev":"npx rollup -c rollup.config.mjs -w","lint":"eslint src --ext .ts","test":"jest","build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","format":"prettier --write \"src/**/*.ts\"","release":"npm run build && npm publish","lint:fix":"eslint src --ext .ts --fix","test:watch":"jest --watch","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","build:rollup":"npx rollup -c rollup.config.mjs","cleanup:dist":"node scripts/cleanup-dist.js","version:major":"npm version major -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:patch":"npm version patch -m \"chore: release v%s\"","prepublishOnly":"npm run build"},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"jsdelivr":"dist/index.umd.min.js","repository":{"url":"git+https://github.com/anyaipartner/im-sdk.git","type":"git"},"_npmVersion":"11.12.1","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","directories":{},"_nodeVersion":"24.15.0","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^30.2.0","tslib":"^2.8.1","eslint":"^8.0.0","rollup":"^4.0.0","ts-jest":"^29.4.5","prettier":"^3.0.0","typescript":"^5.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","rollup-plugin-dts":"^6.3.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^25.0.0","@types/socket.io-client":"^1.4.36","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/im-sdk_2.0.8_1776958764633_0.2825984279308842","host":"s3://npm-registry-packages-npm-production"}},"2.1.3":{"name":"@anyaipartner/im-sdk","version":"2.1.3","description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","unpkg":"dist/index.umd.min.js","jsdelivr":"dist/index.umd.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.esm.js","require":"./dist/index.js"}},"scripts":{"build":"npm run clean && npm run build:rollup && npm run build:types && npm run cleanup:dist","build:rollup":"npx rollup -c rollup.config.mjs","build:types":"tsc --declaration --emitDeclarationOnly --outDir dist","cleanup:dist":"node scripts/cleanup-dist.js","clean":"node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"","dev":"npx rollup -c rollup.config.mjs -w","test":"jest","test:watch":"jest --watch","lint":"eslint src --ext .ts","lint:fix":"eslint src --ext .ts --fix","format":"prettier --write \"src/**/*.ts\"","prepublishOnly":"npm run build","version:patch":"npm version patch -m \"chore: release v%s\"","version:minor":"npm version minor -m \"chore: release v%s\"","version:major":"npm version major -m \"chore: release v%s\"","release":"npm run build && npm publish"},"keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/anyaipartner/im-sdk.git"},"bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"homepage":"https://github.com/anyaipartner/im-sdk#readme","dependencies":{"axios":"^1.6.0","eventemitter3":"^5.0.1","socket.io-client":"^2.5.0"},"devDependencies":{"@rollup/plugin-commonjs":"^25.0.0","@rollup/plugin-node-resolve":"^15.0.0","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-typescript":"^11.0.0","@types/jest":"^30.0.0","@types/node":"^20.0.0","@types/socket.io-client":"^1.4.36","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","eslint":"^8.0.0","jest":"^30.2.0","prettier":"^3.0.0","rollup":"^4.0.0","rollup-plugin-dts":"^6.3.0","ts-jest":"^29.4.5","tslib":"^2.8.1","typescript":"^5.0.0"},"gitHead":"34d32793e3d7e2075c1d8e08a8eae606689e0c8b","_id":"@anyaipartner/im-sdk@2.1.3","_nodeVersion":"24.15.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-9gRv9vEE6OO8hJSFR522jhtsNV+jveBKzJ3cLnnxSeR5A48e3zgaTfKJCQ6Va6H3/aQISiRs0mPOW19jdIPCpg==","shasum":"859eb8308a1fa989b42fbb1eb223e051d136d490","tarball":"https://registry.npmjs.org/@anyaipartner/im-sdk/-/im-sdk-2.1.3.tgz","fileCount":8,"unpackedSize":314156,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG3iFLazBL3KoWJNVcNqMbaHaa0ihLC0y/gFPsK90EbTAiBdZT+luQU9mqA4vH58nKH9TNULlggeQpBeFOnWgM76kw=="}]},"_npmUser":{"name":"jeff.dou","email":"jeff.dou@9client.com"},"directories":{},"maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"},{"name":"ai.agent","email":"elico.agent@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/im-sdk_2.1.3_1779180990064_0.22949679497112063"},"_hasShrinkwrap":false}},"time":{"created":"2026-01-25T06:04:36.346Z","modified":"2026-05-19T08:56:30.347Z","2.0.1":"2026-01-25T06:04:36.551Z","2.0.2":"2026-01-25T06:41:59.975Z","2.0.3":"2026-01-25T06:59:18.549Z","2.0.4":"2026-01-31T07:20:13.714Z","2.0.6":"2026-02-10T01:39:48.065Z","2.0.7":"2026-03-22T12:53:24.959Z","2.1.0":"2026-04-06T14:54:43.383Z","2.1.1":"2026-04-06T17:07:09.983Z","2.1.2":"2026-04-06T17:26:16.149Z","2.0.8":"2026-04-23T15:39:24.778Z","2.1.3":"2026-05-19T08:56:30.221Z"},"bugs":{"url":"https://github.com/anyaipartner/im-sdk/issues"},"author":{"name":"Comind Team","email":"support@comind.com"},"license":"MIT","homepage":"https://github.com/anyaipartner/im-sdk#readme","keywords":["im","chat","messaging","websocket","socket.io","web","browser","typescript","instant-messaging","real-time","comind"],"repository":{"type":"git","url":"git+https://github.com/anyaipartner/im-sdk.git"},"description":"Official IM SDK for Comind - A powerful instant messaging solution for web applications","maintainers":[{"name":"jeff.dou","email":"jeff.dou@9client.com"},{"name":"ai.agent","email":"elico.agent@gmail.com"}],"readme":"# @anyaipartner/im-sdk\r\n\r\n> Official IM SDK for Comind - A powerful instant messaging solution for web applications\r\n\r\n[![npm version](https://img.shields.io/npm/v/@anyaipartner/im-sdk.svg)](https://www.npmjs.com/package/@anyaipartner/im-sdk)\r\n[![license](https://img.shields.io/npm/l/@anyaipartner/im-sdk.svg)](https://github.com/anyaipartner/im-sdk/blob/main/LICENSE)\r\n\r\n## ✨ Features\r\n\r\n- 🚀 **Full TypeScript Support** - Built with TypeScript for better type safety and developer experience\r\n- 💬 **Real-time Messaging** - WebSocket-based real-time communication with auto-reconnection\r\n- 👥 **Group Chat** - Full support for group conversations and management\r\n- 📁 **File Transfer** - Built-in file upload and download capabilities\r\n- 🔔 **Event-Driven Architecture** - Easy to integrate with flexible event handling\r\n- 💾 **Local Storage** - IndexedDB-based offline message caching\r\n- 🔄 **Message Status Tracking** - Track message delivery and read status\r\n- 🎯 **Simple API** - Clean and intuitive API design\r\n\r\n## 📦 Installation\r\n\r\n```bash\r\nnpm install @anyaipartner/im-sdk\r\n```\r\n\r\n## 🚀 Quick Start\r\n\r\n```typescript\r\nimport { createIMSDK, IMEventType, ConversationType } from '@anyaipartner/im-sdk'\r\n\r\n// Create SDK instance\r\nconst sdk = createIMSDK({\r\n  appId: 'your-app-id',\r\n  appSecret: 'your-app-secret',\r\n  apiBaseUrl: 'https://api.example.com',\r\n  wsUrl: 'wss://ws.example.com',\r\n})\r\n\r\n// Listen to events\r\nsdk.on(IMEventType.MESSAGE_RECEIVED, (message) => {\r\n  console.log('New message:', message)\r\n})\r\n\r\n// Login\r\nawait sdk.login({\r\n  userId: 'user123',\r\n  userName: 'John Doe',\r\n})\r\n\r\n// Send a message\r\nconst message = sdk.message.createTextMessage({\r\n  to: 'user456',\r\n  conversationType: ConversationType.SINGLE,\r\n  payload: { text: 'Hello!' },\r\n})\r\nawait sdk.message.sendMessage(message)\r\n```\r\n\r\n## 📖 Documentation\r\n\r\nFor detailed documentation, please visit [GitHub Repository](https://github.com/anyaipartner/im-sdk)\r\n\r\n## 🌐 Browser Support\r\n\r\n| Browser | Version |\r\n|---------|---------|\r\n| Chrome  | >= 90   |\r\n| Firefox | >= 88   |\r\n| Safari  | >= 14   |\r\n| Edge    | >= 90   |\r\n\r\n## 📄 License\r\n\r\n[MIT](LICENSE)\r\n","readmeFilename":"README.md"}