@florianpat/lando-core 3.23.22-test1 → 3.23.22-test2
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/hooks/lando-run-setup.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.22-
|
|
3
|
+
## v3.23.22-test2 - [January 3, 2025](https://github.com/florianPat/lando-core/releases/tag/v3.23.22-test2)
|
|
4
4
|
|
|
5
5
|
## v3.23.22 - [December 17, 2024](https://github.com/lando/core/releases/tag/v3.23.22)
|
|
6
6
|
|
package/hooks/lando-run-setup.js
CHANGED
|
@@ -32,7 +32,7 @@ module.exports = async lando => {
|
|
|
32
32
|
// reload plugins
|
|
33
33
|
await lando.reloadPlugins();
|
|
34
34
|
// reload needed config
|
|
35
|
-
const {orchestratorBin, orchestratorVersion, dockerBin, engineConfig} = require('../utils/build-config')();
|
|
35
|
+
const {orchestratorBin, orchestratorVersion, dockerBin, engineConfig} = require('../utils/build-config')(lando.config);
|
|
36
36
|
// reset needed config
|
|
37
37
|
lando.config = {...lando.config, orchestratorBin, orchestratorVersion, dockerBin, engineConfig};
|
|
38
38
|
// we need to explicitly reset this for some reason
|
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.22-
|
|
4
|
+
"version": "3.23.22-test2",
|
|
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.22-
|
|
253
|
-
"unpackedSize":
|
|
250
|
+
"integrity": "sha512-rkbqOjZ703n2aGFlo7akhLeCZLKoo+hI1X9vP5Lq7MMETAm+Oqgihx2/G0fbNSQCDz9t0gZsqeDlcxr4fB1TOw==",
|
|
251
|
+
"shasum": "f9f769cbf15f8723079d17ceb64217090bc32606",
|
|
252
|
+
"filename": "florianpat-lando-core-3.23.22-test2.tgz",
|
|
253
|
+
"unpackedSize": 60947206
|
|
254
254
|
}
|
|
255
255
|
}
|