@leapdev/app-platform 0.0.13 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/app-platform",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "vkbeautify": "^0.99.3",
@@ -192,7 +192,7 @@ class AppPlatform {
192
192
  getWordCustomPart() {
193
193
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
194
194
  try {
195
- const data = yield (0, custom_xml_part_service_1.getDataByNamespace)(constants_1.constants.LeapWordCustomPartNamespace, 0);
195
+ const data = yield (0, custom_xml_part_service_1.getDataByNamespace)(constants_1.constants.LeapWordCustomPartNamespace, 3);
196
196
  if (data) {
197
197
  return data;
198
198
  }