@usecontextlayer/ctxe 0.5.15 → 0.5.16
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/dist/cli.mjs +4 -4
- package/dist/cli.mjs.map +1 -1
- package/package.json +6 -6
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
3
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4e3142b5-252d-5590-b272-d97ce312507f")}catch(e){}}();
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as Sentry from "@sentry/node";
|
|
6
6
|
import { mkdir, readFile, readdir, rename, rm, stat, writeFile } from "node:fs/promises";
|
|
@@ -4336,7 +4336,7 @@ function normalizedKey(event) {
|
|
|
4336
4336
|
|
|
4337
4337
|
//#endregion
|
|
4338
4338
|
//#region package.json
|
|
4339
|
-
var version$1 = "0.5.
|
|
4339
|
+
var version$1 = "0.5.16";
|
|
4340
4340
|
|
|
4341
4341
|
//#endregion
|
|
4342
4342
|
//#region sentry.ts
|
|
@@ -35477,7 +35477,7 @@ let logging$1;
|
|
|
35477
35477
|
})(logging$1 || (logging$1 = {}));
|
|
35478
35478
|
|
|
35479
35479
|
//#endregion
|
|
35480
|
-
//#region ../shared/dist/
|
|
35480
|
+
//#region ../shared/dist/ctx-token-provider.mjs
|
|
35481
35481
|
function ctxAuthHeaders(tokenProvider) {
|
|
35482
35482
|
if (!tokenProvider) return {};
|
|
35483
35483
|
return { headers: { Authorization: async () => `Bearer ${await tokenProvider()}` } };
|
|
@@ -39128,4 +39128,4 @@ runCli().catch((error) => {
|
|
|
39128
39128
|
//#endregion
|
|
39129
39129
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
39130
39130
|
//# sourceMappingURL=cli.mjs.map
|
|
39131
|
-
//# debugId=
|
|
39131
|
+
//# debugId=4e3142b5-252d-5590-b272-d97ce312507f
|