@appium/types
Advanced tools
Comparing version 0.16.0 to 0.16.1
{ | ||
"name": "@appium/types", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Various type declarations used across Appium", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@types/ws": "8.5.10", | ||
"type-fest": "4.9.0" | ||
"type-fest": "4.10.1" | ||
}, | ||
@@ -56,3 +56,3 @@ "engines": { | ||
}, | ||
"gitHead": "76df4d600dcb7c867c37c3d7d302dc7fcc95ae09" | ||
"gitHead": "9cc598a92c2f0d2dfbf40d54698f0ee39b50e4dc" | ||
} |
@@ -5,3 +5,4 @@ # @appium/types | ||
**Warning: This is a work-in-progress; expect breaking changes!** | ||
> [!WARNING] | ||
> This is a work-in-progress; expect breaking changes! | ||
@@ -14,10 +15,9 @@ ## Install | ||
## Notes | ||
> [!NOTE] | ||
> - The sources are `.ts` files, _not_ `.d.ts` files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode. | ||
> - If there is a way to switch to `.d.ts` files and configure this package to work in our "project" context _without_ needing to actually "emit" anything, then we should do that instead. Help accepted! | ||
> - `lib/appium-config.ts` is generated by this package from `@appium/schema`, but is under version control to avoid chicken-or-egg build problems. | ||
- The sources are `.ts` files, _not_ `.d.ts` files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode. | ||
- If there is a way to switch to `.d.ts` files and configure this package to work in our "project" context _without_ needing to actually "emit" anything, then we should do that instead. Help accepted! | ||
- `lib/appium-config.ts` is generated by this package from `@appium/schema`, but is under version control to avoid chicken-or-egg build problems. | ||
## License | ||
Apache-2.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
282497
+ Addedtype-fest@4.10.1(transitive)
- Removedtype-fest@4.9.0(transitive)
Updatedtype-fest@4.10.1