@soederpop/luca 0.0.15 → 0.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soederpop/luca",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "website": "https://luca.soederpop.com",
5
5
  "description": "lightweight universal conversational architecture AKA Le Ultimate Component Architecture AKA Last Universal Common Ancestor, part AI part Human",
6
6
  "author": "jon soeder aka the people's champ <jon@soederpop.com>",
@@ -1,5 +1,5 @@
1
1
  // Auto-generated bootstrap content
2
- // Generated at: 2026-03-20T05:45:33.816Z
2
+ // Generated at: 2026-03-20T16:22:30.732Z
3
3
  // Source: docs/bootstrap/*.md, docs/bootstrap/templates/*
4
4
  //
5
5
  // Do not edit manually. Run: luca build-bootstrap
@@ -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-20T05:45:32.252Z
4
+ // Generated at: 2026-03-20T16:22:29.071Z
5
5
 
6
6
  setBuildTimeData('features.googleDocs', {
7
7
  "id": "features.googleDocs",
@@ -10657,6 +10657,19 @@ setBuildTimeData('servers.express', {
10657
10657
  ],
10658
10658
  "returns": "Promise<this>"
10659
10659
  },
10660
+ "useEndpointModules": {
10661
+ "description": "",
10662
+ "parameters": {
10663
+ "modules": {
10664
+ "type": "EndpointModule[]",
10665
+ "description": "Parameter modules"
10666
+ }
10667
+ },
10668
+ "required": [
10669
+ "modules"
10670
+ ],
10671
+ "returns": "Promise<this>"
10672
+ },
10660
10673
  "serveOpenAPISpec": {
10661
10674
  "description": "",
10662
10675
  "parameters": {
@@ -24118,6 +24131,19 @@ export const introspectionData = [
24118
24131
  ],
24119
24132
  "returns": "Promise<this>"
24120
24133
  },
24134
+ "useEndpointModules": {
24135
+ "description": "",
24136
+ "parameters": {
24137
+ "modules": {
24138
+ "type": "EndpointModule[]",
24139
+ "description": "Parameter modules"
24140
+ }
24141
+ },
24142
+ "required": [
24143
+ "modules"
24144
+ ],
24145
+ "returns": "Promise<this>"
24146
+ },
24121
24147
  "serveOpenAPISpec": {
24122
24148
  "description": "",
24123
24149
  "parameters": {