@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.
Files changed (33) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/dist/{chunk-34KRJWZL.js → chunk-34GGYFXX.js} +1 -1
  4. package/dist/{chunk-DGXAP477.js → chunk-3ERJNXYM.js} +1 -1
  5. package/dist/{chunk-VYYAP5G5.js → chunk-6GK5K6CS.js} +2 -2
  6. package/dist/{chunk-DKAX5RCX.js → chunk-7R5YNOXE.js} +1 -1
  7. package/dist/{chunk-RCY26WEK.js → chunk-CUBQRT5L.js} +2 -2
  8. package/dist/{chunk-XWBFSSNB.js → chunk-D4FTLCKM.js} +395 -9027
  9. package/dist/{chunk-EU63HPKT.js → chunk-GRU332L4.js} +1 -1
  10. package/dist/{chunk-YNLUOZSZ.js → chunk-HB3YPWF3.js} +6 -6
  11. package/dist/{chunk-SWZIBO2R.js → chunk-ILDZMFOR.js} +1 -1
  12. package/dist/{chunk-QMUEC6B5.js → chunk-PMCXEA7J.js} +2 -2
  13. package/dist/chunk-R5U7XKVJ.js +16 -0
  14. package/dist/{chunk-XAMA3JJG.js → chunk-YYOK2RF7.js} +1 -1
  15. package/dist/cli.js +29 -29
  16. package/dist/{db-745LC5YC.js → db-5ECN3O7F.js} +2 -2
  17. package/dist/{document-AE4XI2CP.js → document-64X4JTLM.js} +1 -1
  18. package/dist/{esvp-4LIAU76K.js → esvp-DKZXSABS.js} +3 -3
  19. package/dist/{esvp-mobile-FKFHDS5Q.js → esvp-mobile-TMNCSWHF.js} +4 -4
  20. package/dist/{frames-RCNLSDD6.js → frames-2NFCSKXQ.js} +3 -3
  21. package/dist/{gridCompositor-VUWBZXYL.js → gridCompositor-WC4KSGSQ.js} +1 -1
  22. package/dist/index.js +12 -12
  23. package/dist/{notion-api-OXSWOJPZ.js → notion-api-ZHGIYCQU.js} +1 -1
  24. package/dist/{ocr-FXRLEP66.js → ocr-YUYGFUKU.js} +1 -1
  25. package/dist/{playwright-GYKUH34L.js → playwright-JXLD4CM5.js} +3 -3
  26. package/dist/{renderer-D22GCMMD.js → renderer-KHPDJF5E.js} +4 -4
  27. package/dist/server-CZPWQYOI.js +24 -0
  28. package/dist/{server-NTT2XGCC.js → server-OVOACIOJ.js} +1 -1
  29. package/dist/{setup-O6WQQAGP.js → setup-6JJYKKBS.js} +3 -3
  30. package/dist/{tools-FVVWKEGC.js → tools-Q7OZO732.js} +9 -9
  31. package/package.json +2 -2
  32. package/dist/chunk-4VNS5WPM.js +0 -42
  33. 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.1",
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.1",
4
+ "version": "1.4.3",
5
5
  "author": {
6
6
  "name": "Anderson Melo",
7
7
  "email": "anderson.90@gmail.com"
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DATA_DIR
3
- } from "./chunk-XAMA3JJG.js";
3
+ } from "./chunk-YYOK2RF7.js";
4
4
 
5
5
  // src/integrations/notion.ts
6
6
  import { exec } from "child_process";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-SLNJEF32.js";
4
4
  import {
5
5
  PROJECTS_DIR
6
- } from "./chunk-XAMA3JJG.js";
6
+ } from "./chunk-YYOK2RF7.js";
7
7
 
8
8
  // src/core/testing/playwright.ts
9
9
  import { exec, spawn } from "child_process";
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  getBundlePath,
3
3
  getTemplate
4
- } from "./chunk-DKAX5RCX.js";
4
+ } from "./chunk-7R5YNOXE.js";
5
5
  import {
6
6
  DATA_DIR,
7
7
  EXPORTS_DIR
8
- } from "./chunk-XAMA3JJG.js";
8
+ } from "./chunk-YYOK2RF7.js";
9
9
 
10
10
  // src/core/templates/renderer.ts
11
11
  import { existsSync, mkdirSync } from "fs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  TEMPLATES_DIR
3
- } from "./chunk-XAMA3JJG.js";
3
+ } from "./chunk-YYOK2RF7.js";
4
4
 
5
5
  // src/core/templates/loader.ts
6
6
  import { existsSync, readFileSync } from "fs";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  DATA_DIR,
7
7
  DB_PATH
8
- } from "./chunk-XAMA3JJG.js";
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-745LC5YC.js");
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",