@trustware/sdk-staging 1.1.6-staging.1 → 1.1.6-staging.2

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.mjs CHANGED
@@ -46,7 +46,7 @@ var init_config = __esm({
46
46
  approachingThreshold: 5
47
47
  };
48
48
  DEFAULT_FEATURE_FLAGS = {
49
- tokensPagination: false,
49
+ tokensPagination: true,
50
50
  balanceStreaming: false,
51
51
  shouldAllowGA4: true
52
52
  };
@@ -412,7 +412,7 @@ var init_constants = __esm({
412
412
  "src/constants.ts"() {
413
413
  "use strict";
414
414
  SDK_NAME = "@trustware/sdk";
415
- SDK_VERSION = "1.1.6-staging.1";
415
+ SDK_VERSION = "1.1.6-staging.2";
416
416
  API_ROOT = "https://bv-staging-api.trustware.io";
417
417
  GTM_ID = "GTM-TZDGNCXB";
418
418
  API_PREFIX = "/api";
@@ -6636,7 +6636,7 @@ function useTrustwareConfig() {
6636
6636
  approachingThreshold: 5
6637
6637
  },
6638
6638
  features: {
6639
- tokensPagination: false,
6639
+ tokensPagination: true,
6640
6640
  balanceStreaming: false,
6641
6641
  shouldAllowGA4: true
6642
6642
  }