@soederpop/luca 0.0.20 → 0.0.21

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-21T01:13:42.185Z
4
+ // Generated at: 2026-03-21T05:24:15.156Z
5
5
 
6
6
  setBuildTimeData('features.containerLink', {
7
7
  "id": "features.containerLink",
@@ -285,6 +285,10 @@ export class NodeContainer<
285
285
  }
286
286
  });
287
287
 
288
+ if (this.isBun) {
289
+ this.addContext('Bun', Bun)
290
+ }
291
+
288
292
  this.use(Client).use(Server).use(Command).use(Endpoint).use(Selector);
289
293
  }
290
294
 
@@ -1,5 +1,5 @@
1
1
  // Auto-generated scaffold and MCP readme content
2
- // Generated at: 2026-03-21T01:13:43.075Z
2
+ // Generated at: 2026-03-21T05:24:16.045Z
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