@alevnyacow/nzmt 0.18.0 → 0.18.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 +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -110,7 +110,7 @@ function createDefaultConfig() {
110
110
  infrastructure: '/server/infrastructure',
111
111
  entities: '/shared/entities',
112
112
  valueObjects: '/shared/value-objects',
113
- sharedErrors: './shared/errors',
113
+ sharedErrors: '/shared/errors',
114
114
  queries: '/client/shared/queries',
115
115
  clientUtils: '/client/shared/utils'
116
116
  },
@@ -130,7 +130,7 @@ function createDefaultConfig() {
130
130
  infrastructure: '/server/infrastructure',
131
131
  entities: '/shared/entities',
132
132
  valueObjects: '/shared/value-objects',
133
- sharedErrors: './shared/errors',
133
+ sharedErrors: '/shared/errors',
134
134
  queries: '/client/shared/queries',
135
135
  clientUtils: '/client/shared/utils'
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolder", "zod", "rest", "contract programming", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {