@regle/mcp-server 1.21.8 → 1.22.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 +2 -2
- package/package.json +1 -1
package/dist/regle-mcp-server.js
CHANGED
|
@@ -687,7 +687,7 @@ const rawData = {
|
|
|
687
687
|
"kind": "function",
|
|
688
688
|
"description": "",
|
|
689
689
|
"parameters": [],
|
|
690
|
-
"returnType": "Ref<$InternalRegleStatusType | undefined, $InternalRegleStatusType | undefined
|
|
690
|
+
"returnType": "{ regle: Ref<$InternalRegleStatusType | undefined, $InternalRegleStatusType | undefined>; bindToCurrentScope: () => void; }",
|
|
691
691
|
"example": "",
|
|
692
692
|
"tags": { "internal": "This is the internal function that creates the root storage for the Regle instance.\nThis allows shared logic between all `useRegle` like composables" }
|
|
693
693
|
},
|
|
@@ -2002,7 +2002,7 @@ function searchApi(query) {
|
|
|
2002
2002
|
});
|
|
2003
2003
|
return results;
|
|
2004
2004
|
}
|
|
2005
|
-
var version = "1.
|
|
2005
|
+
var version = "1.22.1";
|
|
2006
2006
|
let posthogClient = null;
|
|
2007
2007
|
posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
|
|
2008
2008
|
host: "https://eu.i.posthog.com",
|