Releases: expo/spawn-async
Releases · expo/spawn-async
1.7.2 (and 1.7.1)
Patches
- Includes arguments in the error message if a command fails for easier debugging
- Uses TypeScript 5 to emit JS
- Excludes tests from the published npm package
v1.7.0
New features
- Use
export =
in TypeScript so that both CommonJS and ES module projects can import this library (#41)
v1.4.1
Changes
- Removed
@types/cross-spawn
from dependencies since it is not needed by consumers of this package. (It is now a devDependency.)
v1.4.0
Changes
- Convert to TypeScript and publish TypeScript declarations and source maps
- Compile source with
tsc
instead of Babel (should not be a breaking change)
- Upgrade from cross-spawn 5.x to 6.x