blixify-ui-web 1.2.69 → 1.2.70

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KASN,MAAM,OAAO,CAAC;AAwFf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAwD1B,eAAO,MAAM,YAAY,mFAklYvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KASN,MAAM,OAAO,CAAC;AAwFf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAwD1B,eAAO,MAAM,YAAY,mFAqlYvB,CAAC"}
@@ -1030,6 +1030,9 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
1030
1030
  props.collectionId,
1031
1031
  props.devSettings.sseEndpoint,
1032
1032
  props.devSettings.dbAPIToken,
1033
+ // INFO: the ID token rotates hourly and is baked into the URL at construction,
1034
+ // so without this every reconnect after a rotation presents an expired token.
1035
+ props.devSettings.dbUserToken,
1033
1036
  ]);
1034
1037
  /* eslint-enable */
1035
1038
  // INFO: track real network connectivity independently of SSE so