@microsoft/rayfin-docs 1.36.0-alpha.1601 → 1.36.0-alpha.1663

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.
@@ -55,8 +55,7 @@
55
55
  {
56
56
  "name": "@microsoft/rayfin-functions",
57
57
  "kind": "sdk",
58
- "stability": "experimental",
59
- "summary": "Experimental — client-side surface for invoking Rayfin user data functions from app code. Provides `FunctionClient` and `FunctionsSchema` behind `client.functions`. Authoring handlers is the separate `@microsoft/fabric-user-data-functions` package.",
58
+ "summary": "Client-side surface for invoking Rayfin user data functions from app code. Provides `FunctionClient` and `FunctionsSchema` behind `client.functions`. Authoring handlers is the separate `@microsoft/fabric-user-data-functions` package.",
60
59
  "topics": [
61
60
  "functions",
62
61
  "udf",
@@ -120,8 +119,7 @@
120
119
  {
121
120
  "name": "@microsoft/rayfin-connectors",
122
121
  "kind": "sdk",
123
- "stability": "experimental",
124
- "summary": "Experimental — typed runtime for invoking Rayfin function-bridge connectors. Mounted as `client.connectors` by the experimental `ConnectorsRayfinClient`.",
122
+ "summary": "Typed runtime for invoking Rayfin function-bridge connectors. Mounted as `client.connectors` by `ConnectorsRayfinClient`.",
125
123
  "topics": [
126
124
  "connector",
127
125
  "connectors",
@@ -134,8 +132,7 @@
134
132
  {
135
133
  "name": "@microsoft/rayfin-connector-fabric-semanticmodel",
136
134
  "kind": "sdk",
137
- "stability": "experimental",
138
- "summary": "Experimental — Fabric semantic model (Power BI dataset) connector. Runs DAX through `executeQuery`, with an optional `resultSetRowCountLimit` row guard.",
135
+ "summary": "Fabric semantic model (Power BI dataset) connector. Runs DAX through `executeQuery`, with an optional `resultSetRowCountLimit` row guard.",
139
136
  "topics": [
140
137
  "connector",
141
138
  "fabric",
@@ -157,8 +154,7 @@
157
154
  {
158
155
  "name": "@microsoft/rayfin-connector-fabric-graphql",
159
156
  "kind": "sdk",
160
- "stability": "experimental",
161
- "summary": "Experimental — Category A GraphQL-backed connector types. Provides the `GraphQLBackedConnector` entity marker and CRUD operation gating for the typed connectors surface.",
157
+ "summary": "Category A GraphQL-backed connector types. Provides the `GraphQLBackedConnector` entity marker and CRUD operation gating for the typed connectors surface.",
162
158
  "topics": ["connector", "graphql", "fabric", "entity", "crud"],
163
159
  "modules": ["rayfin-connector-fabric-graphql"]
164
160
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rayfin-docs",
3
- "version": "1.36.0-alpha.1601",
3
+ "version": "1.36.0-alpha.1663",
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",