denchclaw 2.0.0 → 2.0.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/README.md +1 -1
- package/apps/web/.next/standalone/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/standalone/apps/web/.next/app-build-manifest.json +95 -95
- package/apps/web/.next/standalone/apps/web/.next/app-path-routes-manifest.json +27 -27
- package/apps/web/.next/standalone/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found.rsc +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/index.html +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/index.rsc +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace.rsc +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app-paths-manifest.json +27 -27
- package/apps/web/.next/standalone/apps/web/.next/server/functions-config-manifest.json +20 -20
- package/apps/web/.next/standalone/apps/web/.next/server/pages/404.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/workspace/page-a9c68aaa3f71a7fe.js +1 -0
- package/apps/web/.next/standalone/package.json +2 -2
- package/apps/web/.next/static/chunks/app/workspace/page-a9c68aaa3f71a7fe.js +1 -0
- package/dist/{cli-name-DUQ-cavN.js → cli-name-8WJ6gVD5.js} +36 -3
- package/dist/entry.js +2 -21
- package/dist/program-DSR-Zphq.js +2412 -0
- package/dist/{run-main-buUOQk0k.js → run-main-B-QwRglo.js} +9 -7
- package/package.json +2 -2
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/workspace/page-d499296a443bbbf0.js +0 -1
- package/apps/web/.next/static/chunks/app/workspace/page-d499296a443bbbf0.js +0 -1
- package/dist/links-BTx7dmFj.js +0 -57
- package/dist/program-DahL9wBm.js +0 -195
- package/dist/register.bootstrap-D9YhQgaK.js +0 -1330
- package/dist/theme-uCBEEejb.js +0 -36
- /package/apps/web/.next/standalone/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_buildManifest.js +0 -0
- /package/apps/web/.next/standalone/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_ssgManifest.js +0 -0
- /package/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_ssgManifest.js +0 -0
package/dist/theme-uCBEEejb.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import chalk, { Chalk } from "chalk";
|
|
2
|
-
|
|
3
|
-
//#region src/terminal/palette.ts
|
|
4
|
-
const IRON_PALETTE = {
|
|
5
|
-
accent: "#9CA3AF",
|
|
6
|
-
accentBright: "#D1D5DB",
|
|
7
|
-
accentDim: "#6B7280",
|
|
8
|
-
info: "#93C5FD",
|
|
9
|
-
success: "#34D399",
|
|
10
|
-
warn: "#FBBF24",
|
|
11
|
-
error: "#F87171",
|
|
12
|
-
muted: "#6B7280"
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
//#region src/terminal/theme.ts
|
|
17
|
-
const hasForceColor = typeof process.env.FORCE_COLOR === "string" && process.env.FORCE_COLOR.trim().length > 0 && process.env.FORCE_COLOR.trim() !== "0";
|
|
18
|
-
const baseChalk = process.env.NO_COLOR && !hasForceColor ? new Chalk({ level: 0 }) : chalk;
|
|
19
|
-
const hex = (value) => baseChalk.hex(value);
|
|
20
|
-
const theme = {
|
|
21
|
-
accent: hex(IRON_PALETTE.accent),
|
|
22
|
-
accentBright: hex(IRON_PALETTE.accentBright),
|
|
23
|
-
accentDim: hex(IRON_PALETTE.accentDim),
|
|
24
|
-
info: hex(IRON_PALETTE.info),
|
|
25
|
-
success: hex(IRON_PALETTE.success),
|
|
26
|
-
warn: hex(IRON_PALETTE.warn),
|
|
27
|
-
error: hex(IRON_PALETTE.error),
|
|
28
|
-
muted: hex(IRON_PALETTE.muted),
|
|
29
|
-
heading: baseChalk.bold.hex(IRON_PALETTE.accent),
|
|
30
|
-
command: hex(IRON_PALETTE.accentBright),
|
|
31
|
-
option: hex(IRON_PALETTE.warn)
|
|
32
|
-
};
|
|
33
|
-
const isRich = () => Boolean(baseChalk.level > 0);
|
|
34
|
-
|
|
35
|
-
//#endregion
|
|
36
|
-
export { theme as n, isRich as t };
|
|
File without changes
|
|
File without changes
|
/package/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_buildManifest.js
RENAMED
|
File without changes
|
/package/apps/web/.next/static/{oOwR1DKioMELtFQgLgScE → rfl8V4U-KWtyivUflJxQF}/_ssgManifest.js
RENAMED
|
File without changes
|