kschema-api-gen-appjs 1.4.1 → 1.4.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ const load = async () => {
5
5
 
6
6
  const module = await import(`./bin/${v}/StartEndPoint/index.js`);
7
7
 
8
- return module.default;
8
+ return await module.default;
9
9
  };
10
10
 
11
11
  export default load;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kschema-api-gen-appjs",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "CLI to build for appjs, the endpoints",
5
5
  "keywords": [
6
6
  "cli",