@mittwald/cli 1.0.0-alpha.45 → 1.0.0-alpha.46

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/README.md CHANGED
@@ -5265,7 +5265,7 @@ EXAMPLES
5265
5265
  $ mw update --available
5266
5266
  ```
5267
5267
 
5268
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.2.11/src/commands/update.ts)_
5268
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.2.12/src/commands/update.ts)_
5269
5269
 
5270
5270
  ## `mw user api-token create`
5271
5271
 
@@ -76,6 +76,6 @@ export class DDEVContextProvider {
76
76
  }
77
77
  }
78
78
  async function findDDEVConfigFiles(dir) {
79
- const configFilePattern = /^config\.*\.ya?ml$/;
79
+ const configFilePattern = /^config\..*\.ya?ml$/;
80
80
  return (await fs.readdir(dir)).filter((e) => configFilePattern.test(e));
81
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/cli",
3
- "version": "1.0.0-alpha.45",
3
+ "version": "1.0.0-alpha.46",
4
4
  "description": "Hand-crafted CLI for the mittwald API",
5
5
  "license": "MIT",
6
6
  "author": {