@motiadev/core 0.0.18 → 0.0.19

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.
@@ -8,7 +8,8 @@ const path_1 = __importDefault(require("path"));
8
8
  const emit_step_1 = require("./emit.step");
9
9
  exports.systemSteps = [
10
10
  {
11
- filePath: path_1.default.join(__dirname, 'emit.step.ts'),
11
+ // NOTE: this is the path of the file inside the dist folder
12
+ filePath: path_1.default.join(__dirname, 'emit.step.js'),
12
13
  version: '1',
13
14
  config: emit_step_1.config,
14
15
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@motiadev/core",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "dependencies": {
6
6
  "body-parser": "^1.20.3",
7
7
  "express": "^4.21.2",