@regle/mcp-server 1.19.8 → 1.19.9-beta.1
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/regle-mcp-server.js +15 -1
- package/package.json +1 -1
package/dist/regle-mcp-server.js
CHANGED
|
@@ -538,6 +538,20 @@ var docs_data_default = {
|
|
|
538
538
|
"example": "",
|
|
539
539
|
"tags": {}
|
|
540
540
|
},
|
|
541
|
+
{
|
|
542
|
+
"name": "isRegleInstance",
|
|
543
|
+
"kind": "function",
|
|
544
|
+
"description": "Checks if a value is a Regle instance (`r$`).\nUseful for integrations (e.g. Pinia) that need to identify Regle objects.",
|
|
545
|
+
"parameters": [{
|
|
546
|
+
"name": "value",
|
|
547
|
+
"type": "unknown",
|
|
548
|
+
"description": "",
|
|
549
|
+
"optional": false
|
|
550
|
+
}],
|
|
551
|
+
"returnType": "boolean",
|
|
552
|
+
"example": "",
|
|
553
|
+
"tags": {}
|
|
554
|
+
},
|
|
541
555
|
{
|
|
542
556
|
"name": "markStatic",
|
|
543
557
|
"kind": "function",
|
|
@@ -1955,7 +1969,7 @@ function searchApi(query) {
|
|
|
1955
1969
|
return results;
|
|
1956
1970
|
}
|
|
1957
1971
|
|
|
1958
|
-
var version = "1.19.
|
|
1972
|
+
var version = "1.19.9-beta.1";
|
|
1959
1973
|
|
|
1960
1974
|
let posthogClient = null;
|
|
1961
1975
|
posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
|