awing-library 2.1.14-beta → 2.1.15-beta

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.
@@ -75,7 +75,7 @@ var ViewContent = function (_a) {
75
75
  onChange(['viewDatas'], []);
76
76
  }
77
77
  // eslint-disable-next-line react-hooks/exhaustive-deps
78
- }, [service, viewInfoData.templateId, viewInfoData.viewDatas.length]);
78
+ }, [viewInfoData.templateId, viewInfoData.viewDatas.length]);
79
79
  var handleResData = function (res) {
80
80
  onChange(['viewDatas'], (0, Utils_1.getTemplateDatas)(res.templateParameters, viewInfoData, pageId, viewNumber));
81
81
  onChange(['templateValidation'], res.template.validation);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.14-beta",
3
+ "version": "2.1.15-beta",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",