@reqlan/mcp 0.3.2 → 0.3.5

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/README.md CHANGED
@@ -46,10 +46,50 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
46
46
  - [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reqlan.reqlan-extension)
47
47
  - [Open VSX](https://open-vsx.org/extension/reqlan/reqlan-extension)
48
48
  - [GitHub repository](https://github.com/littletuna4/reqlan)
49
+ - [Discord](https://discord.gg/R487KDVfmA)
50
+ - [Sponsor](https://github.com/sponsors/littletuna4)
49
51
  - [Contact](mailto:reqlan@reqlan.com)
50
52
 
51
53
  ## Changelog
52
54
 
55
+ ### 0.3.5
56
+
57
+ #### Patch Changes
58
+
59
+ - c219dbe: ci sequencing fix for deployment
60
+ - 7c6eca5: add skip gitignored targets
61
+ - d6b6246: build fix and cicd refinement
62
+ - 9b788d2: fix ci
63
+ - 900a2fd: testing fixes and cicd changes.
64
+ - 70bcb70: Move testin in ci, add ignore check targets to check function for ci environment, fix folder references in ci environemnt.
65
+ - 76546b3: fix ci testting.
66
+ - Updated dependencies [c219dbe]
67
+ - Updated dependencies [7c6eca5]
68
+ - Updated dependencies [d6b6246]
69
+ - Updated dependencies [9b788d2]
70
+ - Updated dependencies [900a2fd]
71
+ - Updated dependencies [70bcb70]
72
+ - Updated dependencies [7c6eca5]
73
+ - Updated dependencies [70bcb70]
74
+ - Updated dependencies [76546b3]
75
+ - @reqlan/analytical@1.13.0
76
+
77
+ ### 0.3.4
78
+
79
+ #### Patch Changes
80
+
81
+ - Updated dependencies [15b6a53]
82
+ - Updated dependencies [15b6a53]
83
+ - @reqlan/analytical@1.12.0
84
+
85
+ ### 0.3.3
86
+
87
+ #### Patch Changes
88
+
89
+ - 9571467: Update site; and a few little bug fixes
90
+ - Updated dependencies [9571467]
91
+ - @reqlan/analytical@1.11.3
92
+
53
93
  ### 0.3.2
54
94
 
55
95
  #### Patch Changes
@@ -46,6 +46,8 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
46
46
  - [{{VSC_LABEL}}]({{VSC_URL}})
47
47
  - [{{OPENVSX_LABEL}}]({{OPENVSX_URL}})
48
48
  - [GitHub repository]({{GITHUB_URL}})
49
+ - [{{DISCORD_LABEL}}]({{DISCORD_URL}})
50
+ - [{{SPONSOR_LABEL}}]({{SPONSOR_URL}})
49
51
  - [Contact]({{EMAIL_URL}})
50
52
 
51
53
  ## Changelog
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/mcp",
3
3
  "description": "MCP server exposing reqlan requirement graph tools",
4
- "version": "0.3.2",
4
+ "version": "0.3.5",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@modelcontextprotocol/sdk": "^1.12.1",
28
28
  "zod": "^3.24.2",
29
- "@reqlan/analytical": "1.11.2"
29
+ "@reqlan/analytical": "1.13.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^26.2.0",