@aprovan/patchwork-chat 0.1.0-dev.03aaf5b → 0.1.0-dev.ba8f277

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.
@@ -7,11 +7,11 @@ transforming...
7
7
  [plugin vite:resolve] Module "module" has been externalized for browser compatibility, imported by "/home/runner/work/patchwork/patchwork/packages/compiler/dist/index.js". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
8
8
  [plugin vite:resolve] Module "fs/promises" has been externalized for browser compatibility, imported by "/home/runner/work/patchwork/patchwork/packages/compiler/dist/index.js". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
9
9
  [plugin vite:resolve] Module "path" has been externalized for browser compatibility, imported by "/home/runner/work/patchwork/patchwork/packages/compiler/dist/index.js". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
10
- ✓ 2563 modules transformed.
10
+ ✓ 2566 modules transformed.
11
11
  rendering chunks...
12
12
  computing gzip size...
13
13
  dist/index.html  0.62 kB │ gzip: 0.39 kB
14
- dist/assets/index-Ct0GSTdJ.css  38.71 kB │ gzip: 6.64 kB
14
+ dist/assets/index-jHPB7pV3.css  39.99 kB │ gzip: 6.93 kB
15
15
  dist/assets/__vite-browser-external-BIHI7g3E.js  0.03 kB │ gzip: 0.05 kB
16
16
  dist/assets/codeowners-Bp6g37R7.js  0.55 kB │ gzip: 0.32 kB
17
17
  dist/assets/shellsession-BADoaaVG.js  0.71 kB │ gzip: 0.43 kB
@@ -310,10 +310,10 @@ computing gzip size...
310
310
  dist/assets/wasm-CG6Dc4jp.js  622.34 kB │ gzip: 230.29 kB
311
311
  dist/assets/cpp-CofmeUqb.js  626.08 kB │ gzip: 44.82 kB
312
312
  dist/assets/emacs-lisp-C9XAeP06.js  779.85 kB │ gzip: 196.03 kB
313
- dist/assets/index-BswF5IWJ.js 1,426.09 kB │ gzip: 439.93 kB
313
+ dist/assets/index-CBzgZiwS.js 1,450.91 kB │ gzip: 444.74 kB
314
314
  
315
315
  (!) Some chunks are larger than 500 kB after minification. Consider:
316
316
  - Using dynamic import() to code-split the application
317
317
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
318
318
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
319
- ✓ built in 8.16s
319
+ ✓ built in 7.93s
package/.utcp_config.json CHANGED
@@ -9,6 +9,22 @@
9
9
  "headers": {
10
10
  "User-Agent": "com.aprovan.patchwork"
11
11
  }
12
+ },
13
+ {
14
+ "name": "hardcopy",
15
+ "call_template_type": "mcp",
16
+ "config": {
17
+ "mcpServers": {
18
+ "hardcopy": {
19
+ "transport": "stdio",
20
+ "command": "npx",
21
+ "args": [
22
+ "@aprovan/hardcopy",
23
+ "mcp-serve"
24
+ ]
25
+ }
26
+ }
27
+ }
12
28
  }
13
29
  ]
14
- }
30
+ }