@debugbundle/cli 0.1.10 → 1.0.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/dist/main.cjs +4 -2
  2. package/package.json +1 -1
package/dist/main.cjs CHANGED
@@ -16768,7 +16768,8 @@ function createRetrievalApi(client) {
16768
16768
  BundleSchema,
16769
16769
  external_exports.object({
16770
16770
  status: external_exports.literal("failed"),
16771
- reason: external_exports.string()
16771
+ reason: external_exports.string(),
16772
+ related_incident_ids: external_exports.array(external_exports.string()).optional()
16772
16773
  }).strict()
16773
16774
  ])
16774
16775
  );
@@ -17405,6 +17406,7 @@ function classifyEvent(eventType, logLevel, probeActivationId, payload, captureP
17405
17406
 
17406
17407
  // ../../packages/storage/src/redis-queue.ts
17407
17408
  var import_ioredis4 = __toESM(require_built3(), 1);
17409
+ var DEFAULT_PROCESSING_TIMEOUT_MS = 5 * 60 * 1e3;
17408
17410
 
17409
17411
  // ../../packages/storage/src/schema-migrations.ts
17410
17412
  var import_node_crypto2 = require("node:crypto");
@@ -33567,7 +33569,7 @@ async function handleCaptureRuleCommand2(parsedArgv, dependencies) {
33567
33569
  // package.json
33568
33570
  var package_default = {
33569
33571
  name: "@debugbundle/cli",
33570
- version: "0.1.10",
33572
+ version: "1.0.0",
33571
33573
  private: false,
33572
33574
  description: "Command-line interface for DebugBundle",
33573
33575
  license: "AGPL-3.0-only",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugbundle/cli",
3
- "version": "0.1.10",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "description": "Command-line interface for DebugBundle",
6
6
  "license": "AGPL-3.0-only",