Skip to content

Commit c0b9868

Browse files
committed
Error handling monorepo import fix
1 parent 589a6a5 commit c0b9868

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@povio/openapi-codegen-cli",
3-
"version": "0.15.4",
3+
"version": "0.15.5",
44
"main": "./dist/index.js",
55
"bin": {
66
"openapi-codegen": "./dist/sh.js"

src/generators/const/deps.const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const TEMPLATE_IMPORTS: Record<string, { template: string; monorepoTempla
2323
},
2424
errorHandling: {
2525
template: "@/util/vendor/error-handling",
26-
monorepoTemplate: "@povio/utils/utils/vendor/error-handling",
26+
monorepoTemplate: "@povio/utils/vendor/error-handling",
2727
},
2828
abilityContext: {
2929
template: "@/data/acl/ability.context",

0 commit comments

Comments
 (0)