oolib 2.194.0 → 2.194.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.
@@ -198,6 +198,6 @@ function ImageEditor(_a) {
198
198
  publicUrl: publicUrl,
199
199
  imageData: __assign(__assign({}, imageData), { tags: __assign(__assign({}, (imageData.tags || {})), (_a = {}, _a[tagCategory] = val, _a)) }),
200
200
  });
201
- } }));
201
+ }, readOnly: readOnly }));
202
202
  }))))));
203
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.194.0",
3
+ "version": "2.194.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",