@reqlan/analytical 0.6.0 → 0.6.2

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.
Files changed (2) hide show
  1. package/README.md +16 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/littletuna4/reqlan/HEAD/packages/extension/media/logo.png" alt="reqlan logo" width="128" height="128">
2
+ <img src="https://raw.githubusercontent.com/littletuna4/reqlan/HEAD/site/public/logo.svg" alt="reqlan logo" width="128" height="128">
3
3
  </p>
4
4
 
5
5
  # @reqlan/analytical
@@ -30,6 +30,21 @@ npm install @reqlan/analytical
30
30
 
31
31
  ## Changelog
32
32
 
33
+ ### 0.6.2
34
+
35
+ #### Patch Changes
36
+
37
+ - Updated dependencies [eb9da11]
38
+ - @reqlan/language@1.6.2
39
+
40
+ ### 0.6.1
41
+
42
+ #### Patch Changes
43
+
44
+ - 0a5649e: update the site base path, and untrack build artifacts
45
+ - Updated dependencies [0a5649e]
46
+ - @reqlan/language@1.6.1
47
+
33
48
  ### 0.6.0
34
49
 
35
50
  #### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/analytical",
3
3
  "description": "Shared requirement graph index and analysers for reqlan",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "langium": "~4.3.0",
47
47
  "sql.js": "^1.14.1",
48
48
  "zustand": "~5.0.8",
49
- "@reqlan/language": "1.6.0"
49
+ "@reqlan/language": "1.6.2"
50
50
  },
51
51
  "scripts": {
52
52
  "clean": "shx rm -fr *.tsbuildinfo out",