zova-cli-set-front 1.2.36 → 1.2.37
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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -427,7 +427,7 @@ export type {
|
|
|
427
427
|
content += `import 'zova-module-start-openapi';\n`;
|
|
428
428
|
}
|
|
429
429
|
content += `export function Action<K extends keyof IActionRecord>(options: TypeActionOptions<K>) {
|
|
430
|
-
return options.name.replace(':','.
|
|
430
|
+
return options.name.replace(':','.action.');
|
|
431
431
|
}
|
|
432
432
|
`;
|
|
433
433
|
return content;
|
package/package.json
CHANGED