oolib 2.29.0 → 2.29.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.
@@ -222,7 +222,7 @@ var URLInput = function (_a) {
222
222
  switch (_a.label) {
223
223
  case 0:
224
224
  if (!validationPlugin) return [3 /*break*/, 2];
225
- return [4 /*yield*/, validationPlugin()];
225
+ return [4 /*yield*/, validationPlugin(value)];
226
226
  case 1:
227
227
  pluginResponse = _a.sent();
228
228
  if (pluginResponse)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.29.0",
3
+ "version": "2.29.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",