@dev-blinq/cucumber_client 1.0.1167-stage → 1.0.1168-stage

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.
@@ -314,7 +314,7 @@ export function getDefaultPrettierConfig() {
314
314
  // save the default config to .prettierrc
315
315
  try {
316
316
  writeFileSync(prettierConfigPath, JSON.stringify(prettierConfig, null, 2), "utf-8");
317
- console.log(`Created default Prettier config at ${prettierConfigPath}`);
317
+ // console.log(`Created default Prettier config at ${prettierConfigPath}`);
318
318
  } catch (error) {
319
319
  console.error(`Error writing Prettier config file: ${error}`);
320
320
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1167-stage",
3
+ "version": "1.0.1168-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",