dockscope 0.2.2 → 0.2.4

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.
@@ -10,7 +10,7 @@
10
10
  <style>
11
11
  body { margin: 0; background: #04040e; }
12
12
  </style>
13
- <script type="module" crossorigin src="/assets/index-D3YDY15x.js"></script>
13
+ <script type="module" crossorigin src="/assets/index-BoYZlhe7.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="/assets/index-BVIqjCgJ.css">
15
15
  </head>
16
16
  <body>
package/package.json CHANGED
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "name": "dockscope",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Visual, interactive Docker infrastructure debugger — 3D dependency graph with live health, logs, and metrics",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "dockscope": "dist/cli.js"
8
8
  },
9
9
  "scripts": {
10
- "dev": "concurrently -n server,client -c blue,green \"tsx watch src/cli.ts up --no-open\" \"vite\"",
11
- "dev:server": "tsx watch src/cli.ts up --no-open",
12
- "dev:client": "vite",
10
+ "dev": "DOCKSCOPE_DEV=1 tsx watch src/cli.ts up --no-port-check",
13
11
  "build": "tsc -p tsconfig.server.json && vite build",
14
12
  "start": "node dist/cli.js up",
15
13
  "typecheck": "tsc --noEmit",