@fishawack/lab-env 5.0.1 → 5.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ## Changelog
2
2
 
3
+ ### 5.0.2 (2025-10-30)
4
+
5
+ #### Bug Fixes
6
+
7
+ * look for .env.ci instead of env.sh ([c883fbc](https://bitbucket.org/fishawackdigital/lab-env/commits/c883fbcac19f091f70eb9d2d299334d053988d1f))
8
+
9
+ ### 5.0.2-beta.1 (2025-10-30)
10
+
11
+ #### Bug Fixes
12
+
13
+ * look for .env.ci instead of env.sh ([c883fbc](https://bitbucket.org/fishawackdigital/lab-env/commits/c883fbcac19f091f70eb9d2d299334d053988d1f))
14
+
3
15
  ### 5.0.1 (2025-10-29)
4
16
 
5
17
  #### Build Updates
@@ -34,7 +34,7 @@ services:
34
34
  networks:
35
35
  - default
36
36
  env_file:
37
- - path: $CWD/env.sh
37
+ - path: $CWD/.env.ci
38
38
  required: false
39
39
  volumes:
40
40
  - $CWD/:/app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {