esmate 2.1.0 → 2.1.1

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.
@@ -1,4 +1,3 @@
1
- import "@dotenvx/dotenvx/config";
2
1
  export declare const task: import("citty").CommandDef<{
3
2
  task: {
4
3
  type: "positional";
@@ -1,7 +1,7 @@
1
+ import * as __WEBPACK_EXTERNAL_MODULE__dotenvx_dotenvx_634a298d__ from "@dotenvx/dotenvx";
1
2
  import * as __WEBPACK_EXTERNAL_MODULE_citty__ from "citty";
2
3
  import * as __WEBPACK_EXTERNAL_MODULE_consola__ from "consola";
3
4
  import * as __WEBPACK_EXTERNAL_MODULE_es_toolkit_82663681__ from "es-toolkit";
4
- import "@dotenvx/dotenvx/config";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__pkg_js_ce8daa14__ from "../pkg.js";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__ from "../utils.js";
7
7
  const task_task = (0, __WEBPACK_EXTERNAL_MODULE_citty__.defineCommand)({
@@ -21,6 +21,9 @@ const task_task = (0, __WEBPACK_EXTERNAL_MODULE_citty__.defineCommand)({
21
21
  const task = __WEBPACK_EXTERNAL_MODULE__pkg_js_ce8daa14__.pkg.tasks[args.task];
22
22
  if (!task) return void __WEBPACK_EXTERNAL_MODULE_consola__.consola.error(`Task "${args.task}" not found in package.json`);
23
23
  const isParallel = (0, __WEBPACK_EXTERNAL_MODULE_es_toolkit_82663681__.isJSONObject)(task);
24
+ __WEBPACK_EXTERNAL_MODULE__dotenvx_dotenvx_634a298d__["default"].config({
25
+ quiet: true
26
+ });
24
27
  if (isParallel) (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.execParallelly)(task);
25
28
  else (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.execSingly)(task);
26
29
  } catch (error) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "esmate",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "description": "Uncomplicate JavaScript",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -41,8 +41,8 @@
41
41
  "tsx": "^4.20.6",
42
42
  "type-fest": "^4.41.0",
43
43
  "typescript": "^5.9.2",
44
- "@esmate/prettier": "1.0.4",
45
- "@esmate/eslint": "1.0.3"
44
+ "@esmate/eslint": "1.0.3",
45
+ "@esmate/prettier": "1.0.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "rslib build",