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