@capuchoo/cli 0.5.0 → 0.5.1

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.
@@ -23,7 +23,7 @@
23
23
  * manager believes `latest` is, and pnpm caches registry metadata - so minutes
24
24
  * after a release it installs the previous version and says nothing.
25
25
  */
26
- export declare const RUNTIME_VERSION = "0.4.0";
26
+ export declare const RUNTIME_VERSION = "0.4.1";
27
27
  /** Capacitor majors this toolchain installs for. */
28
28
  export declare const SUPPORTED_MAJORS: readonly [7, 8];
29
29
  export type CapacitorMajor = (typeof SUPPORTED_MAJORS)[number];
@@ -23,7 +23,7 @@
23
23
  * manager believes `latest` is, and pnpm caches registry metadata - so minutes
24
24
  * after a release it installs the previous version and says nothing.
25
25
  */
26
- export const RUNTIME_VERSION = "0.4.0";
26
+ export const RUNTIME_VERSION = "0.4.1";
27
27
  /** Capacitor majors this toolchain installs for. */
28
28
  export const SUPPORTED_MAJORS = [7, 8];
29
29
  /**
@@ -911,5 +911,5 @@
911
911
  ]
912
912
  }
913
913
  },
914
- "version": "0.5.0"
914
+ "version": "0.5.1"
915
915
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capuchoo/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Builds and publishes OTA and native releases for Capacitor applications through Capucho.",
5
5
  "keywords": [
6
6
  "capacitor",
@@ -37,7 +37,7 @@
37
37
  "@oclif/plugin-help": "^6",
38
38
  "chalk": "^5.6.2",
39
39
  "ora": "^9.0.0",
40
- "@capuchoo/core": "^0.1.2"
40
+ "@capuchoo/core": "^0.2.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^24.10.4",