@microsoft/rayfin-docs 1.36.0-alpha.1581 → 1.36.0-alpha.1593

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.
@@ -129,7 +129,7 @@
129
129
  "function-bridge",
130
130
  "typed"
131
131
  ],
132
- "modules": []
132
+ "modules": ["rayfin-connectors"]
133
133
  },
134
134
  {
135
135
  "name": "@microsoft/rayfin-connector-fabric-semanticmodel",
@@ -160,7 +160,7 @@
160
160
  "stability": "experimental",
161
161
  "summary": "Experimental — Category A GraphQL-backed connector types. Provides the `GraphQLBackedConnector` entity marker and CRUD operation gating for the typed connectors surface.",
162
162
  "topics": ["connector", "graphql", "fabric", "entity", "crud"],
163
- "modules": []
163
+ "modules": ["rayfin-connector-fabric-graphql"]
164
164
  },
165
165
  {
166
166
  "name": "@microsoft/rayfin-cli",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rayfin-docs",
3
- "version": "1.36.0-alpha.1581",
3
+ "version": "1.36.0-alpha.1593",
4
4
  "description": "Rayfin docs indexing and search library — used by the MCP server, CLI, and other doc-facing surfaces",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",