@declaro/data 2.0.0-beta.66 → 2.0.0-beta.67

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.
@@ -121640,7 +121640,7 @@ var MockBookSchema = M1.create("Book").read({
121640
121640
  id: exports_external2.number().int().positive(),
121641
121641
  title: exports_external2.string().min(2).max(100),
121642
121642
  author: exports_external2.string().min(2).max(100),
121643
- publishedDate: exports_external2.date()
121643
+ publishedDate: exports_external2.coerce.date()
121644
121644
  })),
121645
121645
  lookup: (h10) => new x_2(h10.name, exports_external2.object({
121646
121646
  id: exports_external2.number().int().positive()
@@ -121653,7 +121653,7 @@ var MockBookSchema = M1.create("Book").read({
121653
121653
  id: exports_external2.number().int().positive(),
121654
121654
  title: exports_external2.string().min(2).max(100),
121655
121655
  author: exports_external2.string().min(2).max(100),
121656
- publishedDate: exports_external2.date()
121656
+ publishedDate: exports_external2.coerce.date()
121657
121657
  })),
121658
121658
  sort: (h10) => new x_2(h10.name, iG(["title", "author"]))
121659
121659
  }).write({
@@ -121661,7 +121661,7 @@ var MockBookSchema = M1.create("Book").read({
121661
121661
  id: exports_external2.number().int().positive().optional(),
121662
121662
  title: exports_external2.string().min(2).max(100),
121663
121663
  author: exports_external2.string().min(2).max(100),
121664
- publishedDate: exports_external2.date()
121664
+ publishedDate: exports_external2.coerce.date()
121665
121665
  }))
121666
121666
  }).entity({
121667
121667
  primaryKey: "id"
@@ -121836,5 +121836,5 @@ class MockMemoryRepository {
121836
121836
  }
121837
121837
  }
121838
121838
 
121839
- //# debugId=A5906EE131BC521764756E2164756E21
121839
+ //# debugId=C355B64A3844BDDC64756E2164756E21
121840
121840
  //# sourceMappingURL=index.cjs.map