@nextblock-cms/cortex 0.14.0 → 0.14.2

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.
@@ -1677,7 +1677,7 @@ export type InsertContentBlockInput = z.infer<typeof insertContentBlockInputSche
1677
1677
  export type UpdateSectionColumnBlockInput = z.infer<typeof updateSectionColumnBlockInputSchema>;
1678
1678
  export type CreateCmsPageInput = z.infer<typeof createCmsPageInputSchema>;
1679
1679
  export type CreateCmsPostInput = z.infer<typeof createCmsPostInputSchema>;
1680
- export type CreateCmsProductInput = z.infer<typeof createCmsProductInputSchema>;
1680
+ export type CreateCmsProductInput = z.input<typeof createCmsProductInputSchema>;
1681
1681
  export type UpdateCmsItemFieldInput = z.infer<typeof updateCmsItemFieldInputSchema>;
1682
1682
  export type PrepareDeleteCmsItemInput = z.infer<typeof prepareDeleteCmsItemInputSchema>;
1683
1683
  export type DeleteCmsItemInput = z.infer<typeof deleteCmsItemInputSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextblock-cms/cortex",
3
- "version": "0.14.0",
3
+ "version": "0.14.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@ai-sdk/openai-compatible": "^2.0.42",
30
- "@nextblock-cms/db": "^0.14.0",
31
- "@nextblock-cms/ecommerce": "npm:@nextblock-cms/ecom@^0.14.0",
32
- "@nextblock-cms/utils": "^0.14.0",
30
+ "@nextblock-cms/db": "^0.14.2",
31
+ "@nextblock-cms/ecommerce": "npm:@nextblock-cms/ecom@^0.14.2",
32
+ "@nextblock-cms/utils": "^0.14.2",
33
33
  "ai": "^6.0.170",
34
34
  "zod": "^4.3.6"
35
35
  },