@fluid-topics/ft-app-context 2.0.15 → 2.0.17

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.
@@ -10,7 +10,7 @@ import { FtLitElementRedux, jsonProperty, } from "@fluid-topics/ft-wc-utils";
10
10
  import { styles } from "./ft-app-context.styles";
11
11
  import { ftI18nService } from "./services";
12
12
  import { ftAppStateManager } from "./redux-stores/FtAppStateManager";
13
- class FtAppContext extends FtLitElementRedux {
13
+ export class FtAppContext extends FtLitElementRedux {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.apiIntegrationIdentifier = "ft-integration";
@@ -146,4 +146,3 @@ __decorate([
146
146
  __decorate([
147
147
  jsonProperty(undefined)
148
148
  ], FtAppContext.prototype, "session", void 0);
149
- export { FtAppContext };