Skip to content

Commit

Permalink
chore: Replace fancy-log dependency with appium logger (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2024
1 parent 928965d commit 5d2ec24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Scripts/update-wda-version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const {plist} = require('@appium/support');
const {plist, logger} = require('@appium/support');
const path = require('node:path');
const semver = require('semver');
const log = require('fancy-log');

const log = logger.getLogger('Versioner');

/**
* @param {string} argName
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"fancy-log": "^2.0.0",
"node-simctl": "^7.0.1",
"mocha": "^10.0.0",
"prettier": "^3.0.0",
Expand Down

0 comments on commit 5d2ec24

Please sign in to comment.