micro-service-maker 1.0.0 → 1.0.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/dist/app.js +1 -1
  2. package/package.json +1 -1
package/dist/app.js CHANGED
@@ -192,7 +192,7 @@ const app = async () => {
192
192
  const appPath = __dirname;
193
193
  const currentDir = process.cwd();
194
194
  const pipeLinePath = path_1.default.resolve(appPath, "../");
195
- const gatewayPath = path_1.default.join(path_1.default.resolve(currentDir, "../"), "gateway");
195
+ const gatewayPath = path_1.default.join(currentDir, "gateway");
196
196
  const rootPath = currentDir; //path.resolve(appPath, "../../")
197
197
  const servicePath = path_1.default.join(rootPath, serviceName);
198
198
  const srcPath = path_1.default.join(servicePath, "src");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "micro-service-maker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/app.js",
5
5
  "types": "dist/app.d.ts",
6
6
  "bin": {