@squidcloud/backend 1.0.186 → 1.0.187

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.
@@ -281,6 +281,7 @@ export declare function secureAiChatbot<T extends AiChatbotActionType>(integrati
281
281
  * { value: 5000, scope: 'ip', renewPeriod: 'annually' }
282
282
  * ]
283
283
  * })
284
+ * ```
284
285
  *
285
286
  * All matching limits are consumed for each call. For example, an "IP" scoped limit will be
286
287
  * consumed in addition to a "global" scoped limit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/backend",
3
- "version": "1.0.186",
3
+ "version": "1.0.187",
4
4
  "description": "Squid Cloud's backend SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/backend/src/index.d.ts",
@@ -23,6 +23,6 @@
23
23
  "tsoa": "^5.1.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@squidcloud/client": "^1.0.186"
26
+ "@squidcloud/client": "^1.0.187"
27
27
  }
28
28
  }