@usecontextlayer/ctxb 0.4.0 → 0.4.2
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 +5 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/prompt-CHIvwqcZ.mjs +4 -1
- package/dist/prompt-CHIvwqcZ.mjs.map +1 -1
- package/package.json +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
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]="92b8bfbe-4527-5c07-9172-519bd4e46d03")}catch(e){}}();
|
|
2
4
|
import { createRequire } from "node:module";
|
|
3
5
|
import * as Sentry from "@sentry/node";
|
|
4
6
|
import path, { posix, sep, win32 } from "node:path";
|
|
@@ -61,7 +63,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
61
63
|
|
|
62
64
|
//#endregion
|
|
63
65
|
//#region package.json
|
|
64
|
-
var version$2 = "0.4.
|
|
66
|
+
var version$2 = "0.4.2";
|
|
65
67
|
|
|
66
68
|
//#endregion
|
|
67
69
|
//#region sentry.ts
|
|
@@ -34083,4 +34085,5 @@ runCli().catch((error) => {
|
|
|
34083
34085
|
|
|
34084
34086
|
//#endregion
|
|
34085
34087
|
export { createProgram, runCli };
|
|
34086
|
-
//# sourceMappingURL=cli.mjs.map
|
|
34088
|
+
//# sourceMappingURL=cli.mjs.map
|
|
34089
|
+
//# debugId=92b8bfbe-4527-5c07-9172-519bd4e46d03
|