@chrryai/waffles 1.1.89 → 1.1.94

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.d.mts CHANGED
@@ -13,7 +13,7 @@ declare const VEX_TEST_EMAIL_3: string;
13
13
  declare const VEX_TEST_PASSWORD_3: string;
14
14
  declare const VEX_TEST_FINGERPRINT_3: string | undefined;
15
15
  declare const TEST_URL: string;
16
- declare const LIVE_URL = "https://askvex.com";
16
+ declare const LIVE_URL = "https://chrry.ai";
17
17
  declare const wait: (ms: number) => Promise<unknown>;
18
18
  declare const isCI: string | undefined;
19
19
  declare const getURL: ({ isLive, isMember, path, fingerprint, }?: {
package/dist/index.d.ts CHANGED
@@ -13,7 +13,7 @@ declare const VEX_TEST_EMAIL_3: string;
13
13
  declare const VEX_TEST_PASSWORD_3: string;
14
14
  declare const VEX_TEST_FINGERPRINT_3: string | undefined;
15
15
  declare const TEST_URL: string;
16
- declare const LIVE_URL = "https://askvex.com";
16
+ declare const LIVE_URL = "https://chrry.ai";
17
17
  declare const wait: (ms: number) => Promise<unknown>;
18
18
  declare const isCI: string | undefined;
19
19
  declare const getURL: ({ isLive, isMember, path, fingerprint, }?: {
package/dist/index.js CHANGED
@@ -31,17 +31,9 @@ var path__default = /*#__PURE__*/_interopDefault(path);
31
31
  var process2__default = /*#__PURE__*/_interopDefault(process2);
32
32
 
33
33
  // src/utils.ts
34
- var TEST_GUEST_FINGERPRINTS = ["052b1051-35e9-4264-97ac-2f0f67761869"];
35
- var TEST_MEMBER_FINGERPRINTS = [
36
- "0493b6d8-80d6-477c-addd-b6b8ccd73e82",
37
- "244517e0-2a29-4202-a4fc-facc7ba3ce47",
38
- "5bf88c9b-6975-49ae-a5db-74e85ada82d6"
39
- ];
40
- var TEST_MEMBER_EMAILS = [
41
- "feedbackwallet@gmail.com",
42
- "diplomatictechno@gmail.com",
43
- "localswaphub@gmail.com"
44
- ];
34
+ var TEST_GUEST_FINGERPRINTS = ["EDIT"];
35
+ var TEST_MEMBER_FINGERPRINTS = ["EDIT"];
36
+ var TEST_MEMBER_EMAILS = ["EDIT"];
45
37
  var VEX_TEST_EMAIL = process.env.VEX_TEST_EMAIL_1;
46
38
  var VEX_TEST_PASSWORD = process.env.VEX_TEST_PASSWORD_1;
47
39
  var VEX_TEST_FINGERPRINT = TEST_MEMBER_FINGERPRINTS[0];
@@ -53,7 +45,7 @@ var VEX_TEST_PASSWORD_3 = process.env.VEX_TEST_PASSWORD_3;
53
45
  var VEX_TEST_FINGERPRINT_3 = TEST_MEMBER_FINGERPRINTS[2];
54
46
  dotenv__namespace.config();
55
47
  var TEST_URL = process.env.TEST_URL;
56
- var LIVE_URL = "https://askvex.com";
48
+ var LIVE_URL = "https://chrry.ai";
57
49
  var wait = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
58
50
  var isCI = process.env.NEXT_PUBLIC_CI || process.env.CI;
59
51
  var getURL = ({