@clickview/library-editor 1.1.10 → 1.1.11-rc.0

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.
@@ -27,6 +27,7 @@ export declare class StaffRequestsView extends Core.View<StaffRequest> {
27
27
  regions(): ObjectHash;
28
28
  get behaviors(): any[];
29
29
  private bindListeners;
30
+ private onUpdate;
30
31
  private fetchData;
31
32
  private onRequestsSync;
32
33
  private onError;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clickview/library-editor",
3
3
  "description": "Library Editor",
4
- "version": "1.1.10",
4
+ "version": "1.1.11-rc.0",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "scripts": {