airborne-core-cli 0.29.1 → 0.30.0

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -116,7 +116,7 @@ function printColoredJSON(obj, indent = 2) {
116
116
  const program = new Command()
117
117
  .name("airborne-core-cli")
118
118
  .description("Command-line interface for Airborne OTA operations")
119
- .version("0.29.1");
119
+ .version("0.30.0");
120
120
 
121
121
  program
122
122
  .command("CreateApplication")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airborne-core-cli",
3
- "version": "0.29.1",
3
+ "version": "0.30.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "airborne-core-cli": "bin.js"