@bolttech/form-engine-core 0.0.1-beta.23 → 0.0.1-beta.24

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.
Files changed (2) hide show
  1. package/index.esm.js +4 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -2127,7 +2127,10 @@ const date = (value, validations) => {
2127
2127
  '===': originTimestamp === targetTimestamp,
2128
2128
  '!==': originTimestamp !== targetTimestamp
2129
2129
  };
2130
- console.log('date (operationsMapper): ', value, operationsMapper[(_o = validations.date) === null || _o === void 0 ? void 0 : _o.operator]);
2130
+ console.log('date (operationsMapper): ', {
2131
+ originDate,
2132
+ targetDate
2133
+ }, operationsMapper[(_o = validations.date) === null || _o === void 0 ? void 0 : _o.operator]);
2131
2134
  return operationsMapper[(_p = validations.date) === null || _p === void 0 ? void 0 : _p.operator];
2132
2135
  };
2133
2136
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolttech/form-engine-core",
3
- "version": "0.0.1-beta.23",
3
+ "version": "0.0.1-beta.24",
4
4
  "module": "./index.esm.js",
5
5
  "type": "module",
6
6
  "main": "./index.esm.js",