@otalan/cli 1.0.3 → 1.0.4
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 +11 -1
- package/README.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@otalan/cli` will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 1.0.
|
|
5
|
+
## 1.0.4 - 2026-05-04
|
|
6
6
|
|
|
7
7
|
### Added
|
|
8
8
|
|
|
9
9
|
- Prompt interactively for bundle native version and bundle ID, with hints for the detected native version, local bundle ID, and active published bundle ID when available.
|
|
10
10
|
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Link npm package metadata and README introduction to https://otalan.com.
|
|
14
|
+
|
|
15
|
+
## 1.0.3 - 2026-05-04
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- Add bundle prompt refinements for local and published bundle ID hints.
|
|
20
|
+
|
|
11
21
|
## 1.0.2 - 2026-05-04
|
|
12
22
|
|
|
13
23
|
### Added
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otalan/cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Otalan CLI for bundling and publishing OTA updates.",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "Otalan CLI for bundling and publishing OTA updates through otalan.com.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Cirtadev",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"react-native",
|
|
17
17
|
"codepush"
|
|
18
18
|
],
|
|
19
|
-
"homepage": "https://github.com/Cirtadev/otalan-cli
|
|
19
|
+
"homepage": "https://github.com/Cirtadev/otalan-cli",
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/Cirtadev/otalan-cli/issues"
|
|
22
22
|
},
|