serve-sim 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/serve-sim-bin +0 -0
- package/dist/middleware.js +7 -8
- package/dist/serve-sim.js +16 -17
- package/package.json +4 -1
- package/src/middleware.ts +36 -8
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ I develop the Expo framework, but this tool is completely agnostic to React Nati
|
|
|
31
31
|
|
|
32
32
|
## Install
|
|
33
33
|
|
|
34
|
-
Requires macOS with Xcode command line tools (`xcrun simctl`).
|
|
34
|
+
Requires macOS with Xcode command line tools (`xcrun simctl`) and Node.js 18+. `bun` is **not** required to run the CLI.
|
|
35
35
|
|
|
36
36
|
## CLI
|
|
37
37
|
|
package/bin/serve-sim-bin
CHANGED
|
Binary file
|