@alevnyacow/nzmt 0.42.0 → 0.42.1

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -1486,6 +1486,7 @@ function generateLayoutedWidget(name, rootPath) {
1486
1486
  ``,
1487
1487
  `export type ${upperCase}HeadlessWidgetProps = {`,
1488
1488
  `\tLayout: FC<${upperCase}WidgetLayoutProps>,`,
1489
+ `}`,
1489
1490
  ``,
1490
1491
  `export const ${upperCase}HeadlessWidget: FC<${upperCase}HeadlessWidgetProps> = ({ Layout }) => {`,
1491
1492
  `\treturn <Layout />`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {