@florianpat/lando-core 3.23.7-compose → 3.23.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. 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.7-compose - [November 17, 2024](https://github.com/florianPat/lando-core/releases/tag/v3.23.7-compose)
3
+ ## v3.23.7 - [January 8, 2025](https://github.com/florianPat/lando-core/releases/tag/v3.23.7)
4
4
 
5
5
  ## v3.23.7 - [November 13, 2024](https://github.com/lando/core/releases/tag/v3.23.7)
6
6
 
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.7-compose",
4
+ "version": "3.23.7",
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-6Xq72IhD1/1DBzarI6IEybpTykDn0k4Msia/Uwovg7sXRH+ML1DOnrPG8YvZyQVmPh2KBrsCVGkyfT57zJu80g==",
251
- "shasum": "66e479f5ab1a093a4d4e0a7709ac28a4c2b2b910",
252
- "filename": "florianpat-lando-core-3.23.7-compose.tgz",
253
- "unpackedSize": 60880860
250
+ "integrity": "sha512-aegNLWrVSDj5ZkVJiIJX0bm5xpBEvDv4uafV/CqlgbKMRD44u7A79QgX8bkDJYE8YLlNB3AmzWw5rdwgUiOgOA==",
251
+ "shasum": "f20c4c6616f6fa3f2ecb7f856f8e38b06121a0bf",
252
+ "filename": "florianpat-lando-core-3.23.7.tgz",
253
+ "unpackedSize": 60880834
254
254
  }
255
255
  }