@gapi/gcli 1.8.166 → 1.8.167
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/package.json +1 -1
- package/release/index.js +1 -2
package/package.json
CHANGED
package/release/index.js
CHANGED
|
@@ -181063,7 +181063,6 @@ var init_build = __esm({
|
|
|
181063
181063
|
import_esbuild_decorators = __toESM(require_src());
|
|
181064
181064
|
build_default = async (args) => {
|
|
181065
181065
|
var _a;
|
|
181066
|
-
console.log(args, args.outfile);
|
|
181067
181066
|
return (await import("esbuild")).build({
|
|
181068
181067
|
entryPoints: ((_a = args.files) == null ? void 0 : _a.length) ? args.files : ["index.ts"],
|
|
181069
181068
|
bundle: args.bundle ?? true,
|
|
@@ -212010,7 +212009,7 @@ function buildCommands(program2) {
|
|
|
212010
212009
|
program2.command("build").description("Build bundle using esbuild https://esbuild.github.io ").option(
|
|
212011
212010
|
"-f, --files <files...>",
|
|
212012
212011
|
"File or files to bundle defaults to index.ts"
|
|
212013
|
-
).option("-b, --bundle", "Bundle code", true).option("-m, --minify", "Minify code", false).option("-p, --platform", "Platform ", "node").option("-t, --target", "Target ", "node14.4").option("-o, --outfile <char>", "Outfile name").option("-e, --external <external...>", "External libraries").action(
|
|
212012
|
+
).option("-b, --bundle", "Bundle code", true).option("-m, --minify", "Minify code", false).option("-p, --platform <char>", "Platform ", "node").option("-t, --target <char>", "Target ", "node14.4").option("-o, --outfile <char>", "Outfile name").option("-e, --external <external...>", "External libraries").action(
|
|
212014
212013
|
lazy(
|
|
212015
212014
|
() => (0, import_rxjs5.from)(Promise.resolve().then(() => (init_build(), build_exports))).pipe((0, import_operators4.map)((m) => m.default)).toPromise()
|
|
212016
212015
|
)
|