@db-ux/mcp-server 4.12.1 → 4.13.1-angular-signal-forms3-9c66774

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 (3) hide show
  1. package/README.md +1 -2
  2. package/dist/index.js +61 -64
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -291,8 +291,7 @@ manifest.json
291
291
  ├── react{} — { "variant.example.tsx": "<source>" }
292
292
  ├── angular{} — { "variant.example.ts": "<source>" }
293
293
  ├── vue{} — { "variant.example.vue": "<source>" }
294
- ├── web-components{} — { "variant.example.ts": "<source>" }
295
- └── html{} — { "index.html": "<source>" }
294
+ └── web-components{} — { "variant.example.ts": "<source>" }
296
295
  ```
297
296
 
298
297
  This manifest is bundled into the final `index.js` by esbuild, producing a **~775 KB standalone executable** that carries all component knowledge inside it.