@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.
@@ -121601,7 +121601,7 @@ var MockBookSchema = M1.create("Book").read({
121601
121601
  id: exports_external2.number().int().positive(),
121602
121602
  title: exports_external2.string().min(2).max(100),
121603
121603
  author: exports_external2.string().min(2).max(100),
121604
- publishedDate: exports_external2.date()
121604
+ publishedDate: exports_external2.coerce.date()
121605
121605
  })),
121606
121606
  lookup: (h10) => new x_2(h10.name, exports_external2.object({
121607
121607
  id: exports_external2.number().int().positive()
@@ -121614,7 +121614,7 @@ var MockBookSchema = M1.create("Book").read({
121614
121614
  id: exports_external2.number().int().positive(),
121615
121615
  title: exports_external2.string().min(2).max(100),
121616
121616
  author: exports_external2.string().min(2).max(100),
121617
- publishedDate: exports_external2.date()
121617
+ publishedDate: exports_external2.coerce.date()
121618
121618
  })),
121619
121619
  sort: (h10) => new x_2(h10.name, iG(["title", "author"]))
121620
121620
  }).write({
@@ -121622,7 +121622,7 @@ var MockBookSchema = M1.create("Book").read({
121622
121622
  id: exports_external2.number().int().positive().optional(),
121623
121623
  title: exports_external2.string().min(2).max(100),
121624
121624
  author: exports_external2.string().min(2).max(100),
121625
- publishedDate: exports_external2.date()
121625
+ publishedDate: exports_external2.coerce.date()
121626
121626
  }))
121627
121627
  }).entity({
121628
121628
  primaryKey: "id"
@@ -121815,5 +121815,5 @@ export {
121815
121815
  BaseModelService
121816
121816
  };
121817
121817
 
121818
- //# debugId=87814A62E563E7FE64756E2164756E21
121818
+ //# debugId=6C1378E9C767EF7964756E2164756E21
121819
121819
  //# sourceMappingURL=index.js.map