@mono-labs/cli 0.0.119 → 0.0.120

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.
@@ -149,7 +149,7 @@ export function buildCommands(files) {
149
149
  const argVal = arg || configObject.argument?.default;
150
150
  console.log('optionVals:', optionVals);
151
151
  console.log('argVal:', argVal);
152
- mergeData({ ...optionVals, arg: argVal, ...envDefaults });
152
+ mergeData({ ...optionVals, arg: argVal });
153
153
  await runHasteCommand(configObject, optionVals);
154
154
  });
155
155
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-labs/cli",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "description": "A CLI tool for building and deploying projects",
5
5
  "type": "module",
6
6
  "main": "index.js",