@usecontextlayer/ctxb 0.5.24 → 0.5.25
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 +3 -3
- package/dist/cli.mjs.map +1 -1
- package/package.json +5 -5
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]="bac30f97-1eae-5b42-85b5-68f6d9ff22d0")}catch(e){}}();
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as Sentry from "@sentry/node";
|
|
6
6
|
import { mkdir, writeFile } from "node:fs/promises";
|
|
@@ -4456,7 +4456,7 @@ function normalizedKey(event) {
|
|
|
4456
4456
|
|
|
4457
4457
|
//#endregion
|
|
4458
4458
|
//#region package.json
|
|
4459
|
-
var version = "0.5.
|
|
4459
|
+
var version = "0.5.25";
|
|
4460
4460
|
|
|
4461
4461
|
//#endregion
|
|
4462
4462
|
//#region sentry.ts
|
|
@@ -28643,4 +28643,4 @@ runCli().catch((error) => {
|
|
|
28643
28643
|
//#endregion
|
|
28644
28644
|
export { createProgram, runCli };
|
|
28645
28645
|
//# sourceMappingURL=cli.mjs.map
|
|
28646
|
-
//# debugId=
|
|
28646
|
+
//# debugId=bac30f97-1eae-5b42-85b5-68f6d9ff22d0
|