node-simctl
Advanced tools
Comparing version 7.3.13 to 7.4.0
@@ -130,5 +130,5 @@ export default Simctl; | ||
_devicesSetPath: string | null; | ||
set udid(arg: string | null); | ||
set udid(value: string | null); | ||
get udid(): string | null; | ||
set devicesSetPath(arg: string | null); | ||
set devicesSetPath(value: string | null); | ||
get devicesSetPath(): string | null; | ||
@@ -135,0 +135,0 @@ /** |
@@ -0,1 +1,8 @@ | ||
## [7.4.0](https://github.com/appium/node-simctl/compare/v7.3.13...v7.4.0) (2024-03-24) | ||
### Features | ||
* Add types to package.json ([#236](https://github.com/appium/node-simctl/issues/236)) ([fc33007](https://github.com/appium/node-simctl/commit/fc33007e8073287ae245c20696b1e583c8e3595f)) | ||
## [7.3.13](https://github.com/appium/node-simctl/compare/v7.3.12...v7.3.13) (2023-11-08) | ||
@@ -2,0 +9,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.3.13", | ||
"version": "7.4.0", | ||
"author": "Appium Contributors", | ||
@@ -111,4 +111,5 @@ "license": "Apache-2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
} | ||
"typescript": "^5.4.3" | ||
}, | ||
"types": "./build/lib/index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
238394