@microsoft/rayfin-docs 1.35.0-alpha.1287 → 1.35.0-alpha.1315
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/assets/catalog.json +14 -0
- package/dist/search.js +1 -1
- package/package.json +1 -1
package/assets/catalog.json
CHANGED
|
@@ -73,6 +73,20 @@
|
|
|
73
73
|
"topics": ["fabric", "auth-provider", "token", "msal"],
|
|
74
74
|
"modules": ["rayfin-auth-provider-fabric"]
|
|
75
75
|
},
|
|
76
|
+
{
|
|
77
|
+
"name": "@microsoft/rayfin-connector-fabric-semanticmodel",
|
|
78
|
+
"kind": "sdk",
|
|
79
|
+
"summary": "Fabric semantic model (Power BI dataset) connector. Runs DAX through `executeQuery`, with an optional `resultSetRowCountLimit` row guard.",
|
|
80
|
+
"topics": [
|
|
81
|
+
"connector",
|
|
82
|
+
"fabric",
|
|
83
|
+
"semantic-model",
|
|
84
|
+
"powerbi",
|
|
85
|
+
"dax",
|
|
86
|
+
"row-limit"
|
|
87
|
+
],
|
|
88
|
+
"modules": ["rayfin-connector-fabric-semanticmodel"]
|
|
89
|
+
},
|
|
76
90
|
{
|
|
77
91
|
"name": "@microsoft/rayfin-cli",
|
|
78
92
|
"kind": "tool",
|
package/dist/search.js
CHANGED
|
@@ -34,7 +34,7 @@ export const DOCS_SEARCH_OPTIONS = Object.freeze({
|
|
|
34
34
|
/**
|
|
35
35
|
* Recursively-stable JSON.stringify that sorts keys at every nesting level.
|
|
36
36
|
* Plain `JSON.stringify(obj, Object.keys(obj).sort())` only applies the
|
|
37
|
-
* key
|
|
37
|
+
* key allow list at the top level — nested object keys silently disappear,
|
|
38
38
|
* which made `DOCS_SEARCH_CONFIG_FINGERPRINT` blind to changes inside
|
|
39
39
|
* `searchOptions.boost`, `searchOptions.prefix`, etc. Captured by the
|
|
40
40
|
* deep-review pass on PR #1143.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rayfin-docs",
|
|
3
|
-
"version": "1.35.0-alpha.
|
|
3
|
+
"version": "1.35.0-alpha.1315",
|
|
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",
|