@capuchoo/cli 0.4.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.
- package/README.md +20 -20
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/setup.js +42 -11
- package/dist/commands/setup.js.map +1 -1
- package/dist/pipeline/capacitor-support.d.ts +12 -0
- package/dist/pipeline/capacitor-support.d.ts.map +1 -1
- package/dist/pipeline/capacitor-support.js +17 -1
- package/dist/pipeline/capacitor-support.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ $ npm install -g @capuchoo/cli
|
|
|
29
29
|
$ capuchoo COMMAND
|
|
30
30
|
running command...
|
|
31
31
|
$ capuchoo (--version)
|
|
32
|
-
@capuchoo/cli/0.
|
|
32
|
+
@capuchoo/cli/0.5.0 win32-x64 node-v26.4.0
|
|
33
33
|
$ capuchoo --help [COMMAND]
|
|
34
34
|
USAGE
|
|
35
35
|
$ capuchoo COMMAND
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
_See code:
|
|
88
|
-
[src/commands/app/delete.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
88
|
+
[src/commands/app/delete.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/app/delete.ts)_
|
|
89
89
|
|
|
90
90
|
## `capuchoo app list`
|
|
91
91
|
|
|
@@ -103,7 +103,7 @@ DESCRIPTION
|
|
|
103
103
|
```
|
|
104
104
|
|
|
105
105
|
_See code:
|
|
106
|
-
[src/commands/app/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
106
|
+
[src/commands/app/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/app/list.ts)_
|
|
107
107
|
|
|
108
108
|
## `capuchoo auth login`
|
|
109
109
|
|
|
@@ -127,7 +127,7 @@ EXAMPLES
|
|
|
127
127
|
```
|
|
128
128
|
|
|
129
129
|
_See code:
|
|
130
|
-
[src/commands/auth/login.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
130
|
+
[src/commands/auth/login.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/auth/login.ts)_
|
|
131
131
|
|
|
132
132
|
## `capuchoo auth logout`
|
|
133
133
|
|
|
@@ -142,7 +142,7 @@ DESCRIPTION
|
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
_See code:
|
|
145
|
-
[src/commands/auth/logout.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
145
|
+
[src/commands/auth/logout.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/auth/logout.ts)_
|
|
146
146
|
|
|
147
147
|
## `capuchoo auth whoami`
|
|
148
148
|
|
|
@@ -160,7 +160,7 @@ DESCRIPTION
|
|
|
160
160
|
```
|
|
161
161
|
|
|
162
162
|
_See code:
|
|
163
|
-
[src/commands/auth/whoami.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
163
|
+
[src/commands/auth/whoami.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/auth/whoami.ts)_
|
|
164
164
|
|
|
165
165
|
## `capuchoo channel create [NAME]`
|
|
166
166
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
_See code:
|
|
194
|
-
[src/commands/channel/create.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
194
|
+
[src/commands/channel/create.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/channel/create.ts)_
|
|
195
195
|
|
|
196
196
|
## `capuchoo channel delete [NAME]`
|
|
197
197
|
|
|
@@ -217,7 +217,7 @@ EXAMPLES
|
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
_See code:
|
|
220
|
-
[src/commands/channel/delete.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
220
|
+
[src/commands/channel/delete.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/channel/delete.ts)_
|
|
221
221
|
|
|
222
222
|
## `capuchoo channel list`
|
|
223
223
|
|
|
@@ -235,7 +235,7 @@ DESCRIPTION
|
|
|
235
235
|
```
|
|
236
236
|
|
|
237
237
|
_See code:
|
|
238
|
-
[src/commands/channel/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
238
|
+
[src/commands/channel/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/channel/list.ts)_
|
|
239
239
|
|
|
240
240
|
## `capuchoo config list`
|
|
241
241
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
```
|
|
254
254
|
|
|
255
255
|
_See code:
|
|
256
|
-
[src/commands/config/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
256
|
+
[src/commands/config/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/config/list.ts)_
|
|
257
257
|
|
|
258
258
|
## `capuchoo config set KEY VALUE`
|
|
259
259
|
|
|
@@ -277,7 +277,7 @@ EXAMPLES
|
|
|
277
277
|
```
|
|
278
278
|
|
|
279
279
|
_See code:
|
|
280
|
-
[src/commands/config/set.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
280
|
+
[src/commands/config/set.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/config/set.ts)_
|
|
281
281
|
|
|
282
282
|
## `capuchoo deploy native`
|
|
283
283
|
|
|
@@ -319,7 +319,7 @@ EXAMPLES
|
|
|
319
319
|
```
|
|
320
320
|
|
|
321
321
|
_See code:
|
|
322
|
-
[src/commands/deploy/native.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
322
|
+
[src/commands/deploy/native.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/deploy/native.ts)_
|
|
323
323
|
|
|
324
324
|
## `capuchoo deploy ota`
|
|
325
325
|
|
|
@@ -356,7 +356,7 @@ EXAMPLES
|
|
|
356
356
|
```
|
|
357
357
|
|
|
358
358
|
_See code:
|
|
359
|
-
[src/commands/deploy/ota.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
359
|
+
[src/commands/deploy/ota.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/deploy/ota.ts)_
|
|
360
360
|
|
|
361
361
|
## `capuchoo doctor`
|
|
362
362
|
|
|
@@ -374,7 +374,7 @@ EXAMPLES
|
|
|
374
374
|
```
|
|
375
375
|
|
|
376
376
|
_See code:
|
|
377
|
-
[src/commands/doctor.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
377
|
+
[src/commands/doctor.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/doctor.ts)_
|
|
378
378
|
|
|
379
379
|
## `capuchoo help [COMMAND]`
|
|
380
380
|
|
|
@@ -428,7 +428,7 @@ EXAMPLES
|
|
|
428
428
|
```
|
|
429
429
|
|
|
430
430
|
_See code:
|
|
431
|
-
[src/commands/init.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
431
|
+
[src/commands/init.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/init.ts)_
|
|
432
432
|
|
|
433
433
|
## `capuchoo org create [NAME]`
|
|
434
434
|
|
|
@@ -454,7 +454,7 @@ EXAMPLES
|
|
|
454
454
|
```
|
|
455
455
|
|
|
456
456
|
_See code:
|
|
457
|
-
[src/commands/org/create.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
457
|
+
[src/commands/org/create.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/org/create.ts)_
|
|
458
458
|
|
|
459
459
|
## `capuchoo org list`
|
|
460
460
|
|
|
@@ -472,7 +472,7 @@ DESCRIPTION
|
|
|
472
472
|
```
|
|
473
473
|
|
|
474
474
|
_See code:
|
|
475
|
-
[src/commands/org/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
475
|
+
[src/commands/org/list.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/org/list.ts)_
|
|
476
476
|
|
|
477
477
|
## `capuchoo setup`
|
|
478
478
|
|
|
@@ -501,7 +501,7 @@ EXAMPLES
|
|
|
501
501
|
```
|
|
502
502
|
|
|
503
503
|
_See code:
|
|
504
|
-
[src/commands/setup.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
504
|
+
[src/commands/setup.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/setup.ts)_
|
|
505
505
|
|
|
506
506
|
## `capuchoo version bump TYPE`
|
|
507
507
|
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
```
|
|
529
529
|
|
|
530
530
|
_See code:
|
|
531
|
-
[src/commands/version/bump.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
531
|
+
[src/commands/version/bump.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/version/bump.ts)_
|
|
532
532
|
|
|
533
533
|
## `capuchoo version sync`
|
|
534
534
|
|
|
@@ -554,5 +554,5 @@ EXAMPLES
|
|
|
554
554
|
```
|
|
555
555
|
|
|
556
556
|
_See code:
|
|
557
|
-
[src/commands/version/sync.ts](https://github.com/aybinv7/capuchoo/blob/v0.
|
|
557
|
+
[src/commands/version/sync.ts](https://github.com/aybinv7/capuchoo/blob/v0.5.0/src/commands/version/sync.ts)_
|
|
558
558
|
<!-- commandsstop -->
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAgEjD,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,WAAW;IAC5C,OAAgB,WAAW,SAA0D;IAErF,OAAgB,QAAQ,WAItB;IAEF,OAAgB,KAAK;;;;;;MAkBnB;IAEI,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;IAoI1B,2EAA2E;IAC3E,OAAO,CAAC,eAAe;CA6BxB"}
|
package/dist/commands/setup.js
CHANGED
|
@@ -22,17 +22,37 @@ import { run } from "../utils/exec.js";
|
|
|
22
22
|
* names resolves to `latest`, which puts Capacitor 8 plugins into a Capacitor 7
|
|
23
23
|
* app.
|
|
24
24
|
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
function cliPackage(version) {
|
|
26
|
+
return {
|
|
27
|
+
name: "@capuchoo/cli",
|
|
28
|
+
range: `^${version}`,
|
|
29
|
+
why: "this tool, pinned for your team and CI",
|
|
30
|
+
};
|
|
31
|
+
}
|
|
30
32
|
const INSTALL_ARGS = {
|
|
31
33
|
pnpm: (dev) => (dev ? ["add", "-D"] : ["add"]),
|
|
32
34
|
npm: (dev) => (dev ? ["install", "--save-dev"] : ["install"]),
|
|
33
35
|
yarn: (dev) => (dev ? ["add", "-D"] : ["add"]),
|
|
34
36
|
bun: (dev) => (dev ? ["add", "-d"] : ["add"]),
|
|
35
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* `webDir` out of capacitor.config.*, by regex.
|
|
40
|
+
*
|
|
41
|
+
* The config is frequently TypeScript, so importing it would mean compiling it.
|
|
42
|
+
* A miss returns null and the caller simply attempts the sync, which is the old
|
|
43
|
+
* behaviour.
|
|
44
|
+
*/
|
|
45
|
+
function readWebDir(appDir) {
|
|
46
|
+
for (const name of ["capacitor.config.ts", "capacitor.config.js", "capacitor.config.json"]) {
|
|
47
|
+
const file = path.join(appDir, name);
|
|
48
|
+
if (!fs.existsSync(file))
|
|
49
|
+
continue;
|
|
50
|
+
const match = /["']?webDir["']?\s*:\s*["']([^"']+)["']/.exec(fs.readFileSync(file, "utf8"));
|
|
51
|
+
if (match?.[1])
|
|
52
|
+
return match[1];
|
|
53
|
+
}
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
36
56
|
export default class Setup extends BaseCommand {
|
|
37
57
|
static description = "Install everything this app needs to receive updates";
|
|
38
58
|
static examples = [
|
|
@@ -86,7 +106,8 @@ export default class Setup extends BaseCommand {
|
|
|
86
106
|
...(flags.native ? nativePackages(capacitor.major) : []),
|
|
87
107
|
];
|
|
88
108
|
const missing = wanted.filter((pkg) => !installed[pkg.name]);
|
|
89
|
-
const
|
|
109
|
+
const cli = cliPackage(this.config.version);
|
|
110
|
+
const missingCli = installed[cli.name] ? null : cli;
|
|
90
111
|
this.log("");
|
|
91
112
|
this.log(chalk.bold(" Capuchoo setup"));
|
|
92
113
|
this.log(chalk.dim(` ${appDir}`));
|
|
@@ -131,15 +152,25 @@ export default class Setup extends BaseCommand {
|
|
|
131
152
|
// an install without it looks successful and fails on a device.
|
|
132
153
|
if (!flags["skip-sync"]) {
|
|
133
154
|
const { capacitor } = lookupTools(appDir);
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
await run(capacitor.bin, ["sync"], { cwd: appDir, verbose: true });
|
|
137
|
-
}
|
|
138
|
-
else {
|
|
155
|
+
const webDir = readWebDir(appDir);
|
|
156
|
+
if (!capacitor.bin) {
|
|
139
157
|
log.warn(`@capacitor/cli is not installed, so the native projects were not synced. ` +
|
|
140
158
|
`Run "npx cap sync" once it is - without it the new plugins exist in ` +
|
|
141
159
|
`JavaScript only.`);
|
|
142
160
|
}
|
|
161
|
+
else if (webDir && !fs.existsSync(path.join(appDir, webDir))) {
|
|
162
|
+
// cap sync copies the web build, so it fails outright when webDir is
|
|
163
|
+
// absent - which is the normal state of a fresh checkout. Ending a
|
|
164
|
+
// successful install on that error reads as "setup failed".
|
|
165
|
+
log.warn(`Skipped cap sync: "${webDir}" does not exist yet, and cap sync copies it.
|
|
166
|
+
` +
|
|
167
|
+
`Build the app once, then run "npx cap sync" - until then the new ` +
|
|
168
|
+
`plugins exist in JavaScript only.`);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
log.step("cap sync");
|
|
172
|
+
await run(capacitor.bin, ["sync"], { cwd: appDir, verbose: true });
|
|
173
|
+
}
|
|
143
174
|
}
|
|
144
175
|
log.success("Installed.");
|
|
145
176
|
this.reportNextSteps(appDir);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.js","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,iBAAiB,GAElB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,WAAW,EAAuB,MAAM,0BAA0B,CAAC;AAC7F,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEvC;;;;;;;;;;;;;;GAcG;AAEH,
|
|
1
|
+
{"version":3,"file":"setup.js","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,6 +12,18 @@
|
|
|
12
12
|
* `Capacitor` and the `PluginListenerHandle` type, both unchanged across 6, 7
|
|
13
13
|
* and 8. So this is packaging, not capability.
|
|
14
14
|
*/
|
|
15
|
+
/**
|
|
16
|
+
* The `@capuchoo/updater` line this CLI installs.
|
|
17
|
+
*
|
|
18
|
+
* Explicit, and not the CLI's own version: the two are versioned independently,
|
|
19
|
+
* so `^${cliVersion}` asks for a runtime release that may not exist. Bump this
|
|
20
|
+
* when the updater is released - `runtimeRange` in the tests pins the shape.
|
|
21
|
+
*
|
|
22
|
+
* It must also not be left bare. A bare name resolves to whatever the package
|
|
23
|
+
* manager believes `latest` is, and pnpm caches registry metadata - so minutes
|
|
24
|
+
* after a release it installs the previous version and says nothing.
|
|
25
|
+
*/
|
|
26
|
+
export declare const RUNTIME_VERSION = "0.4.1";
|
|
15
27
|
/** Capacitor majors this toolchain installs for. */
|
|
16
28
|
export declare const SUPPORTED_MAJORS: readonly [7, 8];
|
|
17
29
|
export type CapacitorMajor = (typeof SUPPORTED_MAJORS)[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capacitor-support.d.ts","sourceRoot":"","sources":["../../src/pipeline/capacitor-support.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,oDAAoD;AACpD,eAAO,MAAM,gBAAgB,iBAAkB,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAMvE;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,0EAA0E;IAC1E,MAAM,EAAE,cAAc,GAAG,iBAAiB,GAAG,IAAI,CAAC;CACnD;AAED,wBAAgB,eAAe,CAAC,QAAQ,EAAE;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;CACtD,GAAG,kBAAkB,CAQrB;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK,IAAI,cAAc,CAE9E;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,GAAG,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"capacitor-support.d.ts","sourceRoot":"","sources":["../../src/pipeline/capacitor-support.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe,UAAU,CAAC;AAEvC,oDAAoD;AACpD,eAAO,MAAM,gBAAgB,iBAAkB,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAMvE;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,0EAA0E;IAC1E,MAAM,EAAE,cAAc,GAAG,iBAAiB,GAAG,IAAI,CAAC;CACnD;AAED,wBAAgB,eAAe,CAAC,QAAQ,EAAE;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;CACtD,GAAG,kBAAkB,CAQrB;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK,IAAI,cAAc,CAE9E;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,GAAG,WAAW,EAAE,CAkBpE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,cAAc,GAAG,WAAW,EAAE,CAQtE;AAED,sEAAsE;AACtE,wBAAgB,cAAc,CAAC,KAAK,EAAE,cAAc,GAAG,WAAW,EAAE,CAenE;AAED,6DAA6D;AAC7D,wBAAgB,WAAW,CAAC,GAAG,EAAE,WAAW,GAAG,MAAM,CAEpD"}
|
|
@@ -12,6 +12,18 @@
|
|
|
12
12
|
* `Capacitor` and the `PluginListenerHandle` type, both unchanged across 6, 7
|
|
13
13
|
* and 8. So this is packaging, not capability.
|
|
14
14
|
*/
|
|
15
|
+
/**
|
|
16
|
+
* The `@capuchoo/updater` line this CLI installs.
|
|
17
|
+
*
|
|
18
|
+
* Explicit, and not the CLI's own version: the two are versioned independently,
|
|
19
|
+
* so `^${cliVersion}` asks for a runtime release that may not exist. Bump this
|
|
20
|
+
* when the updater is released - `runtimeRange` in the tests pins the shape.
|
|
21
|
+
*
|
|
22
|
+
* It must also not be left bare. A bare name resolves to whatever the package
|
|
23
|
+
* manager believes `latest` is, and pnpm caches registry metadata - so minutes
|
|
24
|
+
* after a release it installs the previous version and says nothing.
|
|
25
|
+
*/
|
|
26
|
+
export const RUNTIME_VERSION = "0.4.1";
|
|
15
27
|
/** Capacitor majors this toolchain installs for. */
|
|
16
28
|
export const SUPPORTED_MAJORS = [7, 8];
|
|
17
29
|
/**
|
|
@@ -49,7 +61,11 @@ export function isSupportedMajor(major) {
|
|
|
49
61
|
*/
|
|
50
62
|
export function runtimePackages(major) {
|
|
51
63
|
return [
|
|
52
|
-
{
|
|
64
|
+
{
|
|
65
|
+
name: "@capuchoo/updater",
|
|
66
|
+
range: `^${RUNTIME_VERSION}`,
|
|
67
|
+
why: "the update runtime",
|
|
68
|
+
},
|
|
53
69
|
{
|
|
54
70
|
name: "@capgo/capacitor-updater",
|
|
55
71
|
range: `^${major}`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capacitor-support.js","sourceRoot":"","sources":["../../src/pipeline/capacitor-support.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,oDAAoD;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,EAAE,CAAC,CAAU,CAAC;AAWhD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,KAAyB;IACtD,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IACxB,MAAM,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;IAChE,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IACxB,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,OAAO,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;AAC/C,CAAC;AAQD,MAAM,UAAU,eAAe,CAAC,QAG/B;IACC,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,EAAE,CAAC,iBAAiB,CAAC,CAAC;IAC5D,IAAI,QAAQ;QAAE,OAAO,EAAE,KAAK,EAAE,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC;IAEjF,MAAM,OAAO,GAAG,QAAQ,CAAC,eAAe,EAAE,CAAC,iBAAiB,CAAC,CAAC;IAC9D,IAAI,OAAO;QAAE,OAAO,EAAE,KAAK,EAAE,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAElF,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;AACvC,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,KAAoB;IACnD,OAAO,KAAK,KAAK,IAAI,IAAK,gBAAsC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACnF,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,eAAe,CAAC,KAAqB;IACnD,OAAO;QACL,
|
|
1
|
+
{"version":3,"file":"capacitor-support.js","sourceRoot":"","sources":["../../src/pipeline/capacitor-support.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capuchoo/cli",
|
|
3
|
-
"version": "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.
|
|
40
|
+
"@capuchoo/core": "^0.2.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^24.10.4",
|