node-simctl
Advanced tools
Comparing version 7.5.3 to 7.5.5
@@ -0,1 +1,13 @@ | ||
## [7.5.5](https://github.com/appium/node-simctl/compare/v7.5.4...v7.5.5) (2024-08-29) | ||
### Bug Fixes | ||
* Update tests for node.js 22.7 ([#255](https://github.com/appium/node-simctl/issues/255)) ([723568b](https://github.com/appium/node-simctl/commit/723568b320364051289e94dda384fd25b50f19d9)) | ||
## [7.5.4](https://github.com/appium/node-simctl/compare/v7.5.3...v7.5.4) (2024-07-29) | ||
### Miscellaneous Chores | ||
* **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#253](https://github.com/appium/node-simctl/issues/253)) ([f9d7303](https://github.com/appium/node-simctl/commit/f9d73033bca8eb8627127f6d72e9d936db1201d0)) | ||
## [7.5.3](https://github.com/appium/node-simctl/compare/v7.5.2...v7.5.3) (2024-07-03) | ||
@@ -2,0 +14,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.5.3", | ||
"version": "7.5.5", | ||
"author": "Appium Contributors", | ||
@@ -56,3 +56,3 @@ "license": "Apache-2.0", | ||
"prepare": "npm run build", | ||
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"", | ||
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.*js\"", | ||
"e2e-test": "mocha --exit --timeout 5m \"./test/e2e/**/*-specs.js\"" | ||
@@ -74,3 +74,3 @@ }, | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.7", | ||
"@types/node": "^22.0.0", | ||
"@types/teen_process": "^2.0.2", | ||
@@ -77,0 +77,0 @@ "appium-xcode": "^5.0.0", |
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
243653