@gapi/gcli 1.8.203 → 1.8.204
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 +8 -8
package/package.json
CHANGED
package/release/index.js
CHANGED
|
@@ -255346,17 +255346,17 @@ var init_build = __esm({
|
|
|
255346
255346
|
target: args.target ?? config3?.options?.bundler?.target ?? "node24",
|
|
255347
255347
|
outfile: args.outfile ?? config3?.options?.bundler?.outfile ?? "index.js",
|
|
255348
255348
|
external: args.external ?? config3?.options?.bundler?.external ?? []
|
|
255349
|
-
}
|
|
255350
|
-
plugins: [
|
|
255351
|
-
(0, import_esbuild_decorators.esbuildDecorators)({
|
|
255352
|
-
tsconfig: "tsconfig.json",
|
|
255353
|
-
cwd: process.cwd()
|
|
255354
|
-
})
|
|
255355
|
-
]
|
|
255349
|
+
}
|
|
255356
255350
|
})),
|
|
255357
255351
|
(0, import_operators5.switchMap)(
|
|
255358
255352
|
({ esbuild: esbuild2, options }) => esbuild2.build({
|
|
255359
|
-
...options
|
|
255353
|
+
...options,
|
|
255354
|
+
plugins: [
|
|
255355
|
+
(0, import_esbuild_decorators.esbuildDecorators)({
|
|
255356
|
+
tsconfig: "./tsconfig.json",
|
|
255357
|
+
cwd: process.cwd()
|
|
255358
|
+
})
|
|
255359
|
+
]
|
|
255360
255360
|
})
|
|
255361
255361
|
),
|
|
255362
255362
|
(0, import_operators5.tap)((data) => {
|