@bpinternal/const 0.0.25 → 0.0.26
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/quotas.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -214,7 +214,7 @@ var quotaConfigs = {
|
|
|
214
214
|
name: "Invocation Timeout",
|
|
215
215
|
description: "Maximum time in milliseconds a bot can run before timing out.",
|
|
216
216
|
default: 6e4,
|
|
217
|
-
kind: "
|
|
217
|
+
kind: "workspace",
|
|
218
218
|
category: "timeout",
|
|
219
219
|
trackUsagePerBot: false
|
|
220
220
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -184,7 +184,7 @@ var quotaConfigs = {
|
|
|
184
184
|
name: "Invocation Timeout",
|
|
185
185
|
description: "Maximum time in milliseconds a bot can run before timing out.",
|
|
186
186
|
default: 6e4,
|
|
187
|
-
kind: "
|
|
187
|
+
kind: "workspace",
|
|
188
188
|
category: "timeout",
|
|
189
189
|
trackUsagePerBot: false
|
|
190
190
|
},
|
package/package.json
CHANGED
package/src/quotas.ts
CHANGED