pqb 0.27.4 → 0.27.5

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.
package/dist/index.js CHANGED
@@ -1850,6 +1850,7 @@ const pushEntry = (input, start, pos, entries, item) => {
1850
1850
 
1851
1851
  const parseDateToNumber = (value) => value ? Date.parse(value) : value;
1852
1852
  const parseDateToDate = (value) => value ? new Date(value) : value;
1853
+ parseDateToNumber.hideFromCode = parseDateToDate.hideFromCode = true;
1853
1854
  const defaultSchemaConfig = {
1854
1855
  parse(fn) {
1855
1856
  return Object.assign(Object.create(this), {