node-simctl
Advanced tools
Comparing version 7.4.3 to 7.4.4
@@ -0,1 +1,8 @@ | ||
## [7.4.4](https://github.com/appium/node-simctl/compare/v7.4.3...v7.4.4) (2024-05-16) | ||
### Miscellaneous Chores | ||
* Update dev dependencies ([22b51c8](https://github.com/appium/node-simctl/commit/22b51c839455651b3d38d46a53ba19f48a3d557c)) | ||
## [7.4.3](https://github.com/appium/node-simctl/compare/v7.4.2...v7.4.3) (2024-05-16) | ||
@@ -2,0 +9,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.4.3", | ||
"version": "7.4.4", | ||
"author": "Appium Contributors", | ||
@@ -55,4 +55,2 @@ "license": "Apache-2.0", | ||
"lint:fix": "npm run lint -- --fix", | ||
"precommit-lint": "lint-staged", | ||
"precommit-msg": "echo 'Pre-commit checks...' && exit 0", | ||
"prepare": "npm run build", | ||
@@ -62,11 +60,2 @@ "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"", | ||
}, | ||
"pre-commit": [ | ||
"precommit-msg", | ||
"precommit-lint" | ||
], | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"prettier": { | ||
@@ -97,11 +86,3 @@ "bracketSpacing": false, | ||
"conventional-changelog-conventionalcommits": "^7.0.1", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"lint-staged": "^15.0.2", | ||
"mocha": "^10.0.0", | ||
"pre-commit": "^1.1.3", | ||
"prettier": "^3.0.0", | ||
@@ -108,0 +89,0 @@ "proxyquire": "^2.1.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26
239539