@usecontextlayer/ctxe 0.5.17 → 0.5.18
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 +13 -8
- 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]="0ca3d0c5-cdec-5997-a71b-dedb4f495727")}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";
|
|
@@ -4349,7 +4349,7 @@ function normalizedKey(event) {
|
|
|
4349
4349
|
|
|
4350
4350
|
//#endregion
|
|
4351
4351
|
//#region package.json
|
|
4352
|
-
var version$1 = "0.5.
|
|
4352
|
+
var version$1 = "0.5.18";
|
|
4353
4353
|
|
|
4354
4354
|
//#endregion
|
|
4355
4355
|
//#region sentry.ts
|
|
@@ -8521,12 +8521,14 @@ function superRefine(fn, params) {
|
|
|
8521
8521
|
{
|
|
8522
8522
|
key: "client",
|
|
8523
8523
|
label: "Client",
|
|
8524
|
-
variant: "strong"
|
|
8524
|
+
variant: "strong",
|
|
8525
|
+
width: 15
|
|
8525
8526
|
},
|
|
8526
8527
|
{
|
|
8527
8528
|
key: "title",
|
|
8528
8529
|
label: "Update",
|
|
8529
|
-
|
|
8530
|
+
truncate: true,
|
|
8531
|
+
width: 35
|
|
8530
8532
|
},
|
|
8531
8533
|
{
|
|
8532
8534
|
component: "badge",
|
|
@@ -8536,20 +8538,23 @@ function superRefine(fn, params) {
|
|
|
8536
8538
|
call: "outline",
|
|
8537
8539
|
followup: "warning",
|
|
8538
8540
|
release: "success"
|
|
8539
|
-
}
|
|
8541
|
+
},
|
|
8542
|
+
width: 12
|
|
8540
8543
|
},
|
|
8541
8544
|
{
|
|
8542
8545
|
component: "badge",
|
|
8543
8546
|
key: "lane",
|
|
8544
8547
|
label: "Lane",
|
|
8545
|
-
|
|
8548
|
+
truncate: true,
|
|
8549
|
+
variantOverride: { "Needs a lane": "warning" },
|
|
8550
|
+
width: 25
|
|
8546
8551
|
},
|
|
8547
8552
|
{
|
|
8548
8553
|
key: "occurred_on",
|
|
8549
8554
|
label: "Activity",
|
|
8550
8555
|
type: "date",
|
|
8551
8556
|
variant: "muted",
|
|
8552
|
-
width:
|
|
8557
|
+
width: 13
|
|
8553
8558
|
}
|
|
8554
8559
|
],
|
|
8555
8560
|
emptyText: "No updates match",
|
|
@@ -44453,4 +44458,4 @@ runCli().catch((error) => {
|
|
|
44453
44458
|
//#endregion
|
|
44454
44459
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
44455
44460
|
//# sourceMappingURL=cli.mjs.map
|
|
44456
|
-
//# debugId=
|
|
44461
|
+
//# debugId=0ca3d0c5-cdec-5997-a71b-dedb4f495727
|