stripe-experiment-sync 1.0.13 → 1.0.15

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.
@@ -2,11 +2,13 @@ interface Config {
2
2
  stripeApiKey: string;
3
3
  ngrokAuthToken?: string;
4
4
  databaseUrl: string;
5
+ enableSigma?: boolean;
5
6
  }
6
7
  interface CliOptions {
7
8
  stripeKey?: string;
8
9
  ngrokToken?: string;
9
10
  databaseUrl?: string;
11
+ enableSigma?: boolean;
10
12
  }
11
13
  /**
12
14
  * Load configuration from .env file, environment variables, and interactive prompts.
package/dist/cli/lib.d.ts CHANGED
@@ -2,11 +2,13 @@ interface Config {
2
2
  stripeApiKey: string;
3
3
  ngrokAuthToken?: string;
4
4
  databaseUrl: string;
5
+ enableSigma?: boolean;
5
6
  }
6
7
  interface CliOptions {
7
8
  stripeKey?: string;
8
9
  ngrokToken?: string;
9
10
  databaseUrl?: string;
11
+ enableSigma?: boolean;
10
12
  }
11
13
  /**
12
14
  * Load configuration from .env file, environment variables, and interactive prompts.
package/dist/cli/lib.js CHANGED
@@ -6,10 +6,10 @@ import {
6
6
  migrateCommand,
7
7
  syncCommand,
8
8
  uninstallCommand
9
- } from "../chunk-5SS5ZEQF.js";
10
- import "../chunk-2GSABFXH.js";
11
- import "../chunk-O2N4AEQS.js";
12
- import "../chunk-RCU5ZXAX.js";
9
+ } from "../chunk-AODI5WO6.js";
10
+ import "../chunk-GOBVFXU7.js";
11
+ import "../chunk-XIFB5ALW.js";
12
+ import "../chunk-3KVILTN4.js";
13
13
  export {
14
14
  backfillCommand,
15
15
  createTunnel,