@uniformdev/cli 20.71.2-alpha.10 → 20.71.2-alpha.14

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/dist/index.mjs +1 -1
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -13929,7 +13929,7 @@ First found was: v${firstVersion}`;
13929
13929
  };
13930
13930
 
13931
13931
  // src/index.ts
13932
- dotenv.config({ quiet: true });
13932
+ dotenv.config();
13933
13933
  var yarggery = yargs42(hideBin(process.argv));
13934
13934
  var useDefaultConfig = !process.argv.includes("--config");
13935
13935
  var defaultConfig2 = useDefaultConfig ? loadConfig(null) : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.71.2-alpha.10+f05c79f825",
3
+ "version": "20.71.2-alpha.14+e527b409ae",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -27,13 +27,13 @@
27
27
  "dependencies": {
28
28
  "@inquirer/prompts": "^8.5.2",
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "20.71.2-alpha.10+f05c79f825",
31
- "@uniformdev/canvas": "20.71.2-alpha.10+f05c79f825",
32
- "@uniformdev/context": "20.71.2-alpha.10+f05c79f825",
33
- "@uniformdev/files": "20.71.2-alpha.10+f05c79f825",
34
- "@uniformdev/project-map": "20.71.2-alpha.10+f05c79f825",
35
- "@uniformdev/redirect": "20.71.2-alpha.10+f05c79f825",
36
- "@uniformdev/richtext": "20.71.2-alpha.10+f05c79f825",
30
+ "@uniformdev/assets": "20.71.2-alpha.14+e527b409ae",
31
+ "@uniformdev/canvas": "20.71.2-alpha.14+e527b409ae",
32
+ "@uniformdev/context": "20.71.2-alpha.14+e527b409ae",
33
+ "@uniformdev/files": "20.71.2-alpha.14+e527b409ae",
34
+ "@uniformdev/project-map": "20.71.2-alpha.14+e527b409ae",
35
+ "@uniformdev/redirect": "20.71.2-alpha.14+e527b409ae",
36
+ "@uniformdev/richtext": "20.71.2-alpha.14+e527b409ae",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.2",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "f05c79f825aea4df577b9ac100ff186a5a582a37"
82
+ "gitHead": "e527b409ae4d2b190d4f9195e6787f5c8b89fc85"
83
83
  }