@izara_project/izara-core-generate-service-code 1.0.49 → 1.0.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-core-generate-service-code",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "Code for locally generating per service files",
5
5
  "homepage": "https://bitbucket.org/izara-core-support-services/izara-core-support-services-generate-service-code#readme",
6
6
  "repository": {
@@ -23,7 +23,7 @@ const __dirname = path.dirname(__filename);
23
23
  import { getObjectSchema } from '@izara_project/izara-core-library-service-schemas';
24
24
  import util from '#libs/Utils.js';
25
25
  import consts from '#libs/Consts.js';
26
- import libs from '../libs/libs';
26
+ import libs from '../libs/libs.js';
27
27
  const { directoryPath } = libs;
28
28
  const { getLocalConfig } = util;
29
29
  const templatePath = path.join(__dirname, './templateResources.ejs');
@@ -23,7 +23,7 @@ const templatePath = path.join(__dirname, './templateEvents.ejs');
23
23
  import utils from '#libs/Utils.js';
24
24
  const { getLocalConfig } = utils;
25
25
 
26
- import libs from '../../libs/libs';
26
+ import libs from '../../libs/libs.js';
27
27
  const {
28
28
  setEvent,
29
29
  createEventCaseByHandler,
@@ -24,7 +24,7 @@ const templatePath = path.join(__dirname, './templateTests.ejs');
24
24
  import utils from '#libs/Utils.js';
25
25
  const { getLocalConfig } = utils;
26
26
 
27
- import libs from '../../libs/libs';
27
+ import libs from '../../libs/libs.js';
28
28
  const {
29
29
  createTestFunctionName,
30
30
  getHandlerFromEventTag,