@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.
- package/bun.lock +172 -7
- package/package.json +3 -3
- package/src/bootstrap/generated.ts +1 -1
- package/src/cli/build-info.ts +2 -2
- package/src/introspection/generated.agi.ts +443 -443
- package/src/introspection/generated.node.ts +1 -1
- package/src/introspection/generated.web.ts +1 -1
- package/src/node/features/figlet-fonts.ts +4 -1
- package/src/python/generated.ts +1 -1
- package/src/scaffolds/generated.ts +1 -1
|
@@ -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-
|
|
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-
|
|
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
|
-
|
|
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);
|
package/src/python/generated.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated scaffold and MCP readme content
|
|
2
|
-
// Generated at: 2026-03-
|
|
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
|