@fishawack/lab-env 5.0.0 → 5.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ## Changelog
2
2
 
3
+ ### 5.0.1 (2025-10-29)
4
+
5
+ #### Build Updates
6
+
7
+ * **core/1:** Bumped lab-env-core-1 ([0af52fe](https://bitbucket.org/fishawackdigital/lab-env/commits/0af52feb0d754c02b28ddb3738a05eab525e96ad))
8
+
9
+ ### 5.0.1-beta.1 (2025-10-29)
10
+
11
+ #### Build Updates
12
+
13
+ * **core/1:** Bumped lab-env-core-1 ([0af52fe](https://bitbucket.org/fishawackdigital/lab-env/commits/0af52feb0d754c02b28ddb3738a05eab525e96ad))
14
+
3
15
  ### 5.0.0 (2025-10-29)
4
16
 
5
17
  #### Features
@@ -1,5 +1,17 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.9.1 (2025-10-29)
4
+
5
+ #### Bug Fixes
6
+
7
+ * look for .env.ci instead ([84a706d](https://bitbucket.org/fishawackdigital/lab-env-core-1/commits/84a706d8b4c9e10ab8e6682abae86eb58b5b74a9))
8
+
9
+ ### 1.9.1-beta.1 (2025-10-29)
10
+
11
+ #### Bug Fixes
12
+
13
+ * look for .env.ci instead ([84a706d](https://bitbucket.org/fishawackdigital/lab-env-core-1/commits/84a706d8b4c9e10ab8e6682abae86eb58b5b74a9))
14
+
3
15
  ### 1.9.0 (2025-10-26)
4
16
 
5
17
  #### Features
@@ -33,7 +33,7 @@ services:
33
33
  - CI_COMMIT_REF_NAME=${CI_COMMIT_REF_NAME:-}
34
34
  - REMOTE_BROWSERS=${REMOTE_BROWSERS:-chrome}
35
35
  env_file:
36
- - path: $CWD/env.sh
36
+ - path: $CWD/.env.ci
37
37
  required: false
38
38
  volumes:
39
39
  node_modules:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "lab-env docker config for the @fishawack/core/1 npm module",
5
5
  "scripts": {
6
6
  "setup": "ln -sfn ../../.commitlintrc.json .commitlintrc.json && ln -sfn ../../.editorconfig .editorconfig && ln -sfn ../../.prettierignore .prettierignore && ln -sfn ../../.husky/ .husky && husky &>/dev/null || true",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {