node-simctl
Advanced tools
Comparing version 7.4.0 to 7.4.1
@@ -0,1 +1,13 @@ | ||
## [7.4.1](https://github.com/appium/node-simctl/compare/v7.4.0...v7.4.1) (2024-03-24) | ||
### Bug Fixes | ||
* types pubishing ([6755d64](https://github.com/appium/node-simctl/commit/6755d64d8185df65963f51697f58f8cb3c02cdb8)) | ||
### Miscellaneous Chores | ||
* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.2 ([#230](https://github.com/appium/node-simctl/issues/230)) ([7c06e04](https://github.com/appium/node-simctl/commit/7c06e04e4913c51eeec61cb4dbd34d7c261abefc)) | ||
## [7.4.0](https://github.com/appium/node-simctl/compare/v7.3.13...v7.4.0) (2024-03-24) | ||
@@ -2,0 +14,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.4.0", | ||
"version": "7.4.1", | ||
"author": "Appium Contributors", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"lib", | ||
"build/index.js", | ||
"build/index.*", | ||
"build/lib", | ||
@@ -109,3 +109,3 @@ "CHANGELOG.md" | ||
"proxyquire": "^2.1.3", | ||
"semantic-release": "^22.0.5", | ||
"semantic-release": "^23.0.2", | ||
"sinon": "^17.0.0", | ||
@@ -115,3 +115,3 @@ "ts-node": "^10.9.1", | ||
}, | ||
"types": "./build/lib/index.d.ts" | ||
"types": "./build/index.d.ts" | ||
} |
@@ -6,3 +6,3 @@ ## node-simctl | ||
[![Release](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml/badge.svg?branch=master)](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml) [![Build Status](https://travis-ci.org/appium/node-simctl.svg?branch=master)](https://travis-ci.org/appium/node-simctl) | ||
[![Release](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml/badge.svg?branch=master)](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml) | ||
@@ -9,0 +9,0 @@ ES6/7 Node wrapper around Apple's `simctl` binary, the "Command line utility to control the iOS Simulator". `simctl` is run as a sub-command of [xcrun](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcrun.1.html) |
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
239123
149
4123