@ejfdelgado/ejflab-common 1.2.0 → 1.2.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-common",
3
3
  "type": "commonjs",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ejfdelgado/ejflab-common.git"
package/src/changePath.js CHANGED
@@ -12,7 +12,10 @@ if (!NODE_SERVER_PATH) {
12
12
  return;
13
13
  }
14
14
  const DIST_DIR = "./dist/bundle";
15
- const FILE_PATHS = ["./node_modules/@ejfdelgado/ejflab-common/src/MyConstants.js"];
15
+ const FILE_PATHS = [
16
+ "./node_modules/@ejfdelgado/ejflab-common/src/MyConstants.js",
17
+ "./node_modules/@ejfdelgado/ejflab-back/node_modules/@ejfdelgado/ejflab-common/src/MyConstants.js"
18
+ ];
16
19
 
17
20
  // Search bundle reference
18
21
  const fileList = fs.readdirSync(DIST_DIR).filter((fileName) => {