@otalan/cli 1.3.2 → 1.3.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 +6 -0
- package/README.md +1 -1
- package/dist/bin.js +34 -34
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@otalan/cli` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 1.3.3 - 2026-05-18
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Write bundle archives as `bundle-<bundle-id>.zip` while keeping `otalan publish` compatible with legacy `bundle.zip` output.
|
|
10
|
+
|
|
5
11
|
## 1.3.2 - 2026-05-18
|
|
6
12
|
|
|
7
13
|
### Added
|
package/README.md
CHANGED
|
@@ -309,7 +309,7 @@ otalan init \
|
|
|
309
309
|
|
|
310
310
|
### `otalan bundle`
|
|
311
311
|
|
|
312
|
-
Builds `.otalan/bundle/bundle
|
|
312
|
+
Builds `.otalan/bundle/bundle-<bundle-id>.zip` and `.otalan/bundle/manifest.json`.
|
|
313
313
|
|
|
314
314
|
`.otalan/` is generated output. Add it to your app repo's `.gitignore`; `otalan publish` reads the bundle files from the current CI workspace after `otalan bundle` runs.
|
|
315
315
|
|