@florianpat/lando-core 3.23.27-4florianPat.1 → 3.23.27-4florianPat.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 +1 -1
- package/lib/daemon.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
-
## v3.23.27-4florianPat.
|
|
3
|
+
## v3.23.27-4florianPat.2 - [March 13, 2025](https://github.com/florianPat/lando-core/releases/tag/v3.23.27-4florianPat.2)
|
|
4
4
|
|
|
5
5
|
## v3.23.26 - [January 24, 2025](https://github.com/lando/core/releases/tag/v3.23.26)
|
|
6
6
|
|
package/lib/daemon.js
CHANGED
|
@@ -40,7 +40,7 @@ const buildDockerCmd = (cmd, scriptsDir, dockerBin) => {
|
|
|
40
40
|
*/
|
|
41
41
|
const getMacProp = prop => shell.sh(['defaults', 'read', `${MACOS_BASE}/Contents/Info.plist`, prop])
|
|
42
42
|
.then(data => _.trim(data))
|
|
43
|
-
.catch(() =>
|
|
43
|
+
.catch(() => 'skip');
|
|
44
44
|
|
|
45
45
|
/*
|
|
46
46
|
* Creates a new Daemon instance.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@florianpat/lando-core",
|
|
3
3
|
"description": "The libraries that power all of Lando. Fork by flo for compose integration",
|
|
4
|
-
"version": "3.23.27-4florianPat.
|
|
4
|
+
"version": "3.23.27-4florianPat.2",
|
|
5
5
|
"author": "Florian Patruck @florianPat",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "florianPat/lando-core",
|
|
@@ -247,9 +247,9 @@
|
|
|
247
247
|
"yargs-parser"
|
|
248
248
|
],
|
|
249
249
|
"dist": {
|
|
250
|
-
"integrity": "sha512-
|
|
251
|
-
"shasum": "
|
|
252
|
-
"filename": "florianpat-lando-core-3.23.27-4florianPat.
|
|
253
|
-
"unpackedSize":
|
|
250
|
+
"integrity": "sha512-md/dXWSDeZ/Yuv01a926LsoZUUFhVdhXKhuTsxueCV87DdsJ95SrVgwn8X7DiqD0sRb771j4oQ1wEYr01OId/g==",
|
|
251
|
+
"shasum": "48b0d84ff591b9cc816be0d7ac6a68c952270de0",
|
|
252
|
+
"filename": "florianpat-lando-core-3.23.27-4florianPat.2.tgz",
|
|
253
|
+
"unpackedSize": 60967667
|
|
254
254
|
}
|
|
255
255
|
}
|