nodejs-insta-private-api-mqtt 1.0.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -182,7 +182,7 @@ console.log('User Agent:', info.userAgent);
182
182
  ### Complete Bot Example with Custom Device
183
183
 
184
184
  ```javascript
185
- const { IgApiClient, RealtimeClient } = require('nodejs-insta-private-api');
185
+ const { IgApiClient, RealtimeClient } = require('nodejs-insta-private-api-mqtt');
186
186
  const fs = require('fs');
187
187
 
188
188
  async function startBot() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-insta-private-api-mqtt",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Complete Instagram MQTT protocol with FULL iOS + Android support. 33 device presets (21 iOS + 12 Android). iPhone 16/15/14/13/12, iPad Pro, Samsung, Pixel, Huawei. Real-time DM messaging, view-once media extraction, sub-500ms latency.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {