@veolab/discoverylab 0.1.3 → 0.1.5

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/index.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  import {
21
21
  startServer,
22
22
  stopServer
23
- } from "./chunk-X64SFUT5.js";
23
+ } from "./chunk-2WCNIFRO.js";
24
24
  import "./chunk-MN6LCZHZ.js";
25
25
  import {
26
26
  closeDatabase,
@@ -0,0 +1,13 @@
1
+ import {
2
+ app,
3
+ startServer,
4
+ stopServer
5
+ } from "./chunk-O2HBSDI2.js";
6
+ import "./chunk-MN6LCZHZ.js";
7
+ import "./chunk-VY3BLXBW.js";
8
+ import "./chunk-MLKGABMK.js";
9
+ export {
10
+ app,
11
+ startServer,
12
+ stopServer
13
+ };
@@ -0,0 +1,13 @@
1
+ import {
2
+ app,
3
+ startServer,
4
+ stopServer
5
+ } from "./chunk-JVLVBPUJ.js";
6
+ import "./chunk-MN6LCZHZ.js";
7
+ import "./chunk-VY3BLXBW.js";
8
+ import "./chunk-MLKGABMK.js";
9
+ export {
10
+ app,
11
+ startServer,
12
+ stopServer
13
+ };
@@ -0,0 +1,13 @@
1
+ import {
2
+ app,
3
+ startServer,
4
+ stopServer
5
+ } from "./chunk-2WCNIFRO.js";
6
+ import "./chunk-MN6LCZHZ.js";
7
+ import "./chunk-VY3BLXBW.js";
8
+ import "./chunk-MLKGABMK.js";
9
+ export {
10
+ app,
11
+ startServer,
12
+ stopServer
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veolab/discoverylab",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "AI-powered app testing & evidence generator - Claude Code Plugin",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "tsx watch src/cli.ts serve",
12
- "build": "tsup src/index.ts src/cli.ts --format esm --dts",
12
+ "build": "tsup src/index.ts src/cli.ts --format esm --dts && cp src/web/index.html dist/index.html",
13
13
  "start": "node dist/cli.js serve",
14
14
  "mcp": "node dist/index.js"
15
15
  },