@lazyneoaz/nkxchat 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazyneoaz/nkxchat",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "commonjs",
5
5
  "types": "src/types/index.d.ts",
6
6
  "description": "Advanced Facebook Chat API client for building Messenger bots — real-time messaging, thread management, MQTT, and session stability.",
@@ -145,6 +145,7 @@ module.exports = {
145
145
  ...require('./headers'),
146
146
  ...require('./user-agents'),
147
147
  ...require('./antiSuspension'),
148
+ ...require('./rateLimiter'),
148
149
  json,
149
150
  makeDefaults,
150
151
  promisify: (func) => util.promisify(func),