@veolab/discoverylab 1.4.1 → 1.4.3
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/dist/{chunk-34KRJWZL.js → chunk-34GGYFXX.js} +1 -1
- package/dist/{chunk-DGXAP477.js → chunk-3ERJNXYM.js} +1 -1
- package/dist/{chunk-VYYAP5G5.js → chunk-6GK5K6CS.js} +2 -2
- package/dist/{chunk-DKAX5RCX.js → chunk-7R5YNOXE.js} +1 -1
- package/dist/{chunk-RCY26WEK.js → chunk-CUBQRT5L.js} +2 -2
- package/dist/{chunk-XWBFSSNB.js → chunk-D4FTLCKM.js} +395 -9027
- package/dist/{chunk-EU63HPKT.js → chunk-GRU332L4.js} +1 -1
- package/dist/{chunk-YNLUOZSZ.js → chunk-HB3YPWF3.js} +6 -6
- package/dist/{chunk-SWZIBO2R.js → chunk-ILDZMFOR.js} +1 -1
- package/dist/{chunk-QMUEC6B5.js → chunk-PMCXEA7J.js} +2 -2
- package/dist/chunk-R5U7XKVJ.js +16 -0
- package/dist/{chunk-XAMA3JJG.js → chunk-YYOK2RF7.js} +1 -1
- package/dist/cli.js +29 -29
- package/dist/{db-745LC5YC.js → db-5ECN3O7F.js} +2 -2
- package/dist/{document-AE4XI2CP.js → document-64X4JTLM.js} +1 -1
- package/dist/{esvp-4LIAU76K.js → esvp-DKZXSABS.js} +3 -3
- package/dist/{esvp-mobile-FKFHDS5Q.js → esvp-mobile-TMNCSWHF.js} +4 -4
- package/dist/{frames-RCNLSDD6.js → frames-2NFCSKXQ.js} +3 -3
- package/dist/{gridCompositor-VUWBZXYL.js → gridCompositor-WC4KSGSQ.js} +1 -1
- package/dist/index.js +12 -12
- package/dist/{notion-api-OXSWOJPZ.js → notion-api-ZHGIYCQU.js} +1 -1
- package/dist/{ocr-FXRLEP66.js → ocr-YUYGFUKU.js} +1 -1
- package/dist/{playwright-GYKUH34L.js → playwright-JXLD4CM5.js} +3 -3
- package/dist/{renderer-D22GCMMD.js → renderer-KHPDJF5E.js} +4 -4
- package/dist/server-CZPWQYOI.js +24 -0
- package/dist/{server-NTT2XGCC.js → server-OVOACIOJ.js} +1 -1
- package/dist/{setup-O6WQQAGP.js → setup-6JJYKKBS.js} +3 -3
- package/dist/{tools-FVVWKEGC.js → tools-Q7OZO732.js} +9 -9
- package/package.json +2 -2
- package/dist/chunk-4VNS5WPM.js +0 -42
- package/dist/server-TKYRIYJ6.js +0 -24
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "discoverylab",
|
|
13
13
|
"source": ".",
|
|
14
14
|
"description": "AI-powered app testing & marketing asset generator. Record mobile/web apps, run automated tests with Maestro & Playwright, and generate professional screenshots, GIFs, and test reports.",
|
|
15
|
-
"version": "1.4.
|
|
15
|
+
"version": "1.4.3",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "Anderson Melo"
|
|
18
18
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "discoverylab",
|
|
3
3
|
"description": "AI-powered app testing & marketing asset generator. Record mobile/web apps, run automated tests with Maestro & Playwright, and generate professional screenshots, GIFs, and test reports.",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Anderson Melo",
|
|
7
7
|
"email": "anderson.90@gmail.com"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getBundlePath,
|
|
3
3
|
getTemplate
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7R5YNOXE.js";
|
|
5
5
|
import {
|
|
6
6
|
DATA_DIR,
|
|
7
7
|
EXPORTS_DIR
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YYOK2RF7.js";
|
|
9
9
|
|
|
10
10
|
// src/core/templates/renderer.ts
|
|
11
11
|
import { existsSync, mkdirSync } from "fs";
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
DATA_DIR,
|
|
7
7
|
DB_PATH
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YYOK2RF7.js";
|
|
9
9
|
|
|
10
10
|
// src/mcp/tools/setup.ts
|
|
11
11
|
import { z } from "zod";
|
|
@@ -224,7 +224,7 @@ var setupInitTool = {
|
|
|
224
224
|
inputSchema: z.object({}),
|
|
225
225
|
handler: async () => {
|
|
226
226
|
try {
|
|
227
|
-
const { getDatabase, DATA_DIR: DATA_DIR2, PROJECTS_DIR, EXPORTS_DIR, FRAMES_DIR } = await import("./db-
|
|
227
|
+
const { getDatabase, DATA_DIR: DATA_DIR2, PROJECTS_DIR, EXPORTS_DIR, FRAMES_DIR } = await import("./db-5ECN3O7F.js");
|
|
228
228
|
getDatabase();
|
|
229
229
|
return createJsonResult({
|
|
230
230
|
message: "DiscoveryLab initialized successfully",
|