@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.
@@ -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.8";
1972
+ var version = "1.19.9-beta.1";
1959
1973
 
1960
1974
  let posthogClient = null;
1961
1975
  posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/mcp-server",
3
- "version": "1.19.8",
3
+ "version": "1.19.9-beta.1",
4
4
  "description": "MCP Server for Regle",
5
5
  "keywords": [
6
6
  "ai",