@lucern/sdk 1.0.10 → 1.0.11

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/dist/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /** Current SDK package version. */
2
- declare const LUCERN_SDK_VERSION = "1.0.10";
2
+ declare const LUCERN_SDK_VERSION = "1.0.11";
3
3
 
4
4
  export { LUCERN_SDK_VERSION };
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var LUCERN_SDK_VERSION = "1.0.10";
2
+ var LUCERN_SDK_VERSION = "1.0.11";
3
3
 
4
4
  export { LUCERN_SDK_VERSION };
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AACO,IAAM,kBAAA,GAAqB","file":"version.js","sourcesContent":["/** Current SDK package version. */\nexport const LUCERN_SDK_VERSION = \"1.0.10\";\n"]}
1
+ {"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AACO,IAAM,kBAAA,GAAqB","file":"version.js","sourcesContent":["/** Current SDK package version. */\nexport const LUCERN_SDK_VERSION = \"1.0.11\";\n"]}
@@ -4276,6 +4276,15 @@ function createClientPlatformNamespaces(ctx) {
4276
4276
  bootstrap: {
4277
4277
  generateSessionHandoff: functionSurfaceClient.generateSessionHandoff
4278
4278
  },
4279
+ hybrid: {
4280
+ discover: functionSurfaceClient.hybridDiscover,
4281
+ hybridDiscover: functionSurfaceClient.hybridDiscover,
4282
+ resolveTopicSemantic: functionSurfaceClient.resolveTopicSemantic,
4283
+ expandGraphNeighborhood: functionSurfaceClient.expandGraphNeighborhood,
4284
+ findRelatedNodes: functionSurfaceClient.findRelatedNodes,
4285
+ analyzeGraphImpact: functionSurfaceClient.analyzeGraphImpact,
4286
+ detectGraphDrift: functionSurfaceClient.detectGraphDrift
4287
+ },
4279
4288
  embeddings: embeddingsClient,
4280
4289
  graphAnalysis: graphAnalysisClient,
4281
4290
  graphRecommendations: graphRecommendationsClient,
@@ -9567,7 +9576,7 @@ function createToolRegistryClient(config = {}) {
9567
9576
  }
9568
9577
 
9569
9578
  // src/version.ts
9570
- var LUCERN_SDK_VERSION = "1.0.10";
9579
+ var LUCERN_SDK_VERSION = "1.0.11";
9571
9580
 
9572
9581
  // src/workflowClient.ts
9573
9582
  function normalizeLensQuery(value) {