@soederpop/luca 0.1.0 → 0.1.1

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.
@@ -1,7 +1,7 @@
1
1
  import { setBuildTimeData, setContainerBuildTimeData } from './index.js';
2
2
 
3
3
  // Auto-generated introspection registry data
4
- // Generated at: 2026-03-28T05:59:16.299Z
4
+ // Generated at: 2026-03-28T06:19:48.227Z
5
5
 
6
6
  setBuildTimeData('features.googleDocs', {
7
7
  "id": "features.googleDocs",
@@ -1,7 +1,7 @@
1
1
  import { setBuildTimeData, setContainerBuildTimeData } from './index.js';
2
2
 
3
3
  // Auto-generated introspection registry data
4
- // Generated at: 2026-03-28T05:59:16.310Z
4
+ // Generated at: 2026-03-28T06:19:48.239Z
5
5
 
6
6
  setBuildTimeData('features.containerLink', {
7
7
  "id": "features.containerLink",
@@ -294,7 +294,10 @@ import f292 from "figlet/importable-fonts/Whimsy.js";
294
294
  import f293 from "figlet/importable-fonts/Wow.js";
295
295
  import f294 from "figlet/importable-fonts/miniwi.js";
296
296
 
297
- import figlet from "figlet/lib/figlet.js";
297
+ // Use the browser (core) subpath — filesystem-free, works in compiled binaries.
298
+ // figlet 1.11.0 replaced lib/ with dist/ and added an exports map; "./browser" is the stable subpath.
299
+ // @ts-ignore — figlet/browser exists at runtime via the package exports map
300
+ import figlet from "figlet/browser";
298
301
 
299
302
  // Register all fonts with figlet (filesystem-free, works in compiled binaries)
300
303
  figlet.parseFont("1Row", f0);
@@ -1,5 +1,5 @@
1
1
  // Auto-generated Python bridge script
2
- // Generated at: 2026-03-28T05:59:19.077Z
2
+ // Generated at: 2026-03-28T06:19:50.936Z
3
3
  // Source: src/python/bridge.py
4
4
  //
5
5
  // Do not edit manually. Run: luca build-python-bridge
@@ -1,5 +1,5 @@
1
1
  // Auto-generated scaffold and MCP readme content
2
- // Generated at: 2026-03-28T05:59:17.268Z
2
+ // Generated at: 2026-03-28T06:19:49.219Z
3
3
  // Source: docs/scaffolds/*.md, docs/examples/assistant/, and docs/mcp/readme.md
4
4
  //
5
5
  // Do not edit manually. Run: luca build-scaffolds