@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/widget.cjs CHANGED
@@ -576,7 +576,7 @@ var init_config = __esm({
576
576
  approachingThreshold: 5
577
577
  };
578
578
  DEFAULT_FEATURE_FLAGS = {
579
- tokensPagination: false,
579
+ tokensPagination: true,
580
580
  balanceStreaming: false,
581
581
  shouldAllowGA4: true
582
582
  };
@@ -589,7 +589,7 @@ var init_constants = __esm({
589
589
  "src/constants.ts"() {
590
590
  "use strict";
591
591
  SDK_NAME = "@trustware/sdk";
592
- SDK_VERSION = "1.1.6-staging.1";
592
+ SDK_VERSION = "1.1.6-staging.2";
593
593
  API_ROOT = "https://bv-staging-api.trustware.io";
594
594
  GTM_ID = "GTM-TZDGNCXB";
595
595
  API_PREFIX = "/api";
@@ -6524,7 +6524,7 @@ function useTrustwareConfig() {
6524
6524
  approachingThreshold: 5
6525
6525
  },
6526
6526
  features: {
6527
- tokensPagination: false,
6527
+ tokensPagination: true,
6528
6528
  balanceStreaming: false,
6529
6529
  shouldAllowGA4: true
6530
6530
  }