customized-fabric 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -214,8 +214,8 @@ const asyncGetObject = async (object, options) => {
214
214
  ...object,
215
215
  isOriginal: options?.isOriginal,
216
216
  });
217
- if (object?.calendarUrl) {
218
- await calendarObject?.loadImage?.(object?.calendarUrl);
217
+ if (object?.calendarSettings?.url) {
218
+ await calendarObject?.loadImage?.(object?.calendarSettings?.url);
219
219
  }
220
220
  return calendarObject;
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",