@fishawack/lab-env 4.25.1 → 4.25.3

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,11 @@
1
1
  ## Changelog
2
2
 
3
+ ### 4.25.3 (2024-02-09)
4
+ * [Change] Bumped fishawack/lab-env-core-1 to 1.3.3
5
+
6
+ ### 4.25.2 (2024-02-09)
7
+ * [Misc] no changes due to issue with deployment
8
+
3
9
  ### 4.25.1 (2024-01-24)
4
10
  * [Change] Bumped fishawack/lab-env-core-1 to 1.3.2
5
11
 
@@ -1,5 +1,8 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.3.3 (2024-02-09)
4
+ * [fix] symlink wine64 now htat wine is the default global command but electron expects wine64
5
+
3
6
  ### 1.3.2 (2024-01-24)
4
7
  * [fix] install latest eb cli and use node images python rather than pyenv
5
8
 
package/core/1/Dockerfile CHANGED
@@ -96,7 +96,8 @@ RUN rm -rf ./aws && rm -rf awscliv2.zip
96
96
  RUN npm install -g electron-packager@latest
97
97
 
98
98
  # Install wine64
99
- RUN apt-get install -y wine64
99
+ RUN apt-get install -y wine64 && \
100
+ ln -s /usr/bin/wine /usr/bin/wine64
100
101
 
101
102
  # Install watertight
102
103
  RUN --mount=type=ssh npm install -g git+ssh://git@bitbucket.org/fishawackdigital/watertight-node-auto.git#v6.0.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "lab-env docker config for the @fishawack/core/1 npm module",
5
5
  "scripts": {
6
6
  "preversion": "docker login",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.25.1",
3
+ "version": "4.25.3",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {