oolib 2.187.5 → 2.187.7

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.
@@ -145,6 +145,7 @@ var ImageInputContextProvider = function (_a) {
145
145
  });
146
146
  }
147
147
  }, []);
148
+ console.log({ outside_value: value });
148
149
  var handleSingleImageDataChange = function (_a) {
149
150
  var publicUrl = _a.publicUrl, imageData = _a.imageData;
150
151
  //publicUrl is used as an 'id' identifier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.187.5",
3
+ "version": "2.187.7",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",