@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
- ## v3.23.22-test1 - [January 2, 2025](https://github.com/florianPat/lando-core/releases/tag/v3.23.22-test1)
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
 
@@ -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-test1",
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-h72uRffHk6XuEegs2pNU8qc1+jL8m0KE2jre+r8SEe7nCZH4ThEfay5XTj60VwrsAqen4YuqZaMgHXbY6kF3nw==",
251
- "shasum": "9007ee7ef574b78df997a031740b1685f0420ec6",
252
- "filename": "florianpat-lando-core-3.23.22-test1.tgz",
253
- "unpackedSize": 60947194
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
  }