@reqlan/analytical 1.11.2 → 1.11.3
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 +8 -0
- package/README.template.md +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -26,10 +26,18 @@ npm install @reqlan/analytical
|
|
|
26
26
|
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reqlan.reqlan-extension)
|
|
27
27
|
- [Open VSX](https://open-vsx.org/extension/reqlan/reqlan-extension)
|
|
28
28
|
- [GitHub repository](https://github.com/littletuna4/reqlan)
|
|
29
|
+
- [Discord](https://discord.gg/R487KDVfmA)
|
|
30
|
+
- [Sponsor](https://github.com/sponsors/littletuna4)
|
|
29
31
|
- [Contact](mailto:reqlan@reqlan.com)
|
|
30
32
|
|
|
31
33
|
## Changelog
|
|
32
34
|
|
|
35
|
+
### 1.11.3
|
|
36
|
+
|
|
37
|
+
#### Patch Changes
|
|
38
|
+
|
|
39
|
+
- 9571467: Update site; and a few little bug fixes
|
|
40
|
+
|
|
33
41
|
### 1.11.2
|
|
34
42
|
|
|
35
43
|
#### Patch Changes
|
package/README.template.md
CHANGED
|
@@ -26,6 +26,8 @@ npm install @reqlan/analytical
|
|
|
26
26
|
- [{{VSC_LABEL}}]({{VSC_URL}})
|
|
27
27
|
- [{{OPENVSX_LABEL}}]({{OPENVSX_URL}})
|
|
28
28
|
- [GitHub repository]({{GITHUB_URL}})
|
|
29
|
+
- [{{DISCORD_LABEL}}]({{DISCORD_URL}})
|
|
30
|
+
- [{{SPONSOR_LABEL}}]({{SPONSOR_URL}})
|
|
29
31
|
- [Contact]({{EMAIL_URL}})
|
|
30
32
|
|
|
31
33
|
## Changelog
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reqlan/analytical",
|
|
3
3
|
"description": "Native requirement graph index and analysis API for reqlan",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
7
7
|
"repository": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"ignore": "^7.0.6"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@reqlan/analytical-win32-x64-msvc": "1.11.
|
|
45
|
-
"@reqlan/analytical-win32-arm64-msvc": "1.11.
|
|
46
|
-
"@reqlan/analytical-linux-x64-gnu": "1.11.
|
|
47
|
-
"@reqlan/analytical-linux-arm64-gnu": "1.11.
|
|
48
|
-
"@reqlan/analytical-darwin-x64": "1.11.
|
|
49
|
-
"@reqlan/analytical-darwin-arm64": "1.11.
|
|
44
|
+
"@reqlan/analytical-win32-x64-msvc": "1.11.3",
|
|
45
|
+
"@reqlan/analytical-win32-arm64-msvc": "1.11.3",
|
|
46
|
+
"@reqlan/analytical-linux-x64-gnu": "1.11.3",
|
|
47
|
+
"@reqlan/analytical-linux-arm64-gnu": "1.11.3",
|
|
48
|
+
"@reqlan/analytical-darwin-x64": "1.11.3",
|
|
49
|
+
"@reqlan/analytical-darwin-arm64": "1.11.3"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"clean": "shx rm -fr *.tsbuildinfo out",
|