@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.cjs CHANGED
@@ -68,7 +68,7 @@ var init_config = __esm({
68
68
  approachingThreshold: 5
69
69
  };
70
70
  DEFAULT_FEATURE_FLAGS = {
71
- tokensPagination: false,
71
+ tokensPagination: true,
72
72
  balanceStreaming: false,
73
73
  shouldAllowGA4: true
74
74
  };
@@ -434,7 +434,7 @@ var init_constants = __esm({
434
434
  "src/constants.ts"() {
435
435
  "use strict";
436
436
  SDK_NAME = "@trustware/sdk";
437
- SDK_VERSION = "1.1.6-staging.1";
437
+ SDK_VERSION = "1.1.6-staging.2";
438
438
  API_ROOT = "https://bv-staging-api.trustware.io";
439
439
  GTM_ID = "GTM-TZDGNCXB";
440
440
  API_PREFIX = "/api";
@@ -6653,7 +6653,7 @@ function useTrustwareConfig() {
6653
6653
  approachingThreshold: 5
6654
6654
  },
6655
6655
  features: {
6656
- tokensPagination: false,
6656
+ tokensPagination: true,
6657
6657
  balanceStreaming: false,
6658
6658
  shouldAllowGA4: true
6659
6659
  }