@usecontextlayer/ctxe 0.5.21 → 0.5.22
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]="370adb78-6fae-50f8-8eb8-ac78184ceb09")}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.22";
|
|
4353
4353
|
|
|
4354
4354
|
//#endregion
|
|
4355
4355
|
//#region sentry.ts
|
|
@@ -8540,7 +8540,7 @@ function superRefine(fn, params) {
|
|
|
8540
8540
|
elements: {
|
|
8541
8541
|
freshness: {
|
|
8542
8542
|
props: {
|
|
8543
|
-
text: { $concat: ["Updated ", { $
|
|
8543
|
+
text: { $concat: ["Updated ", { $relativeDay: {
|
|
8544
8544
|
now: { $state: "/now" },
|
|
8545
8545
|
value: { $maxBy: {
|
|
8546
8546
|
field: "last_updated",
|
|
@@ -44513,4 +44513,4 @@ runCli().catch((error) => {
|
|
|
44513
44513
|
//#endregion
|
|
44514
44514
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
44515
44515
|
//# sourceMappingURL=cli.mjs.map
|
|
44516
|
-
//# debugId=
|
|
44516
|
+
//# debugId=370adb78-6fae-50f8-8eb8-ac78184ceb09
|