@concord-consortium/lara-interactive-api 1.6.0-pre.2 → 1.6.1

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/index-bundle.d.ts CHANGED
@@ -123,6 +123,7 @@ interface IReportInitInteractive<InteractiveState = {}, AuthoredState = {}> {
123
123
  interactiveState: InteractiveState;
124
124
  themeInfo: IThemeInfo;
125
125
  attachments?: AttachmentInfoMap;
126
+ linkedInteractives: ILinkedInteractive[];
126
127
  }
127
128
  interface IReportItemInitInteractive<InteractiveState = {}, AuthoredState = {}> {
128
129
  version: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concord-consortium/lara-interactive-api",
3
- "version": "1.6.0-pre.2",
3
+ "version": "1.6.1",
4
4
  "description": "LARA Interactive API client and types",
5
5
  "main": "./index.js",
6
6
  "types": "./index-bundle.d.ts",