We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62dcc8 commit 5fbea00Copy full SHA for 5fbea00
const/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bpinternal/const",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Constant utilities for Botpress",
5
"main": "./dist/index.cjs",
6
"browser": "./dist/index.mjs",
const/src/limits.ts
@@ -26,7 +26,7 @@ export const limitConfigs = {
26
unit: 'bytes'
27
},
28
bot_recurring_event_count: {
29
- value: 40,
+ value: 50,
30
unit: 'count'
31
32
bot_recurring_event_payload_bytes: {
0 commit comments