@otalan/cli 1.5.2 → 1.5.3
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/CHANGELOG.md +7 -0
- package/README.md +3 -1
- package/dist/bin.js +22 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@otalan/cli` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 1.5.3 - 2026-05-28
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Highlight the full active bundle table row in green for interactive `bundles` and rollback output.
|
|
10
|
+
- Print the generated bundle folder after bundle generation.
|
|
11
|
+
|
|
5
12
|
## 1.5.2 - 2026-05-28
|
|
6
13
|
|
|
7
14
|
### Changed
|
package/README.md
CHANGED
|
@@ -350,7 +350,7 @@ Current behavior:
|
|
|
350
350
|
- Expo does not require a prebuilt `dist/` or `www/` folder
|
|
351
351
|
- Expo stores the generated Otalan satellite manifest in `.otalan/bundle/manifest.json`, including `launchAsset`, `assets`, `runtimeVersion`, `bundleId`, and `expoConfig`
|
|
352
352
|
- both outputs produce a ZIP plus `manifest.json`
|
|
353
|
-
- default output shows compact bundle progress with publish-style status icons
|
|
353
|
+
- default output shows compact bundle progress with publish-style status icons, ends with `✅ Bundle created`, and prints the generated bundle folder
|
|
354
354
|
- `--verbose` or `-v` prints the linked project/app, Capacitor build reminder, source-map omitted count, bundle ID source, and JSON bundle result
|
|
355
355
|
- source map files (`*.map`) are omitted from bundle ZIPs by default
|
|
356
356
|
- native project/source files are rejected before bundle output is written; OTA bundles must only contain generated web/update assets
|
|
@@ -502,6 +502,8 @@ Lists remote bundles for the current app so you can choose a bundle for rollback
|
|
|
502
502
|
|
|
503
503
|
Remote bundle tables display the API `publishedAt` timestamp, not the bundle row `createdAt` timestamp.
|
|
504
504
|
|
|
505
|
+
In interactive terminals, the active bundle row is highlighted in green.
|
|
506
|
+
|
|
505
507
|
Default resolution order:
|
|
506
508
|
|
|
507
509
|
1. `--runtime-version`
|