langium-ai-tools 3.3.0 → 3.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ npm i --save langium@^4.1.0
32
32
  npm i --save langium@^3.5.0
33
33
  ```
34
34
 
35
- The same goes for the 3.X line as well. We don't actively support Langium 2.X or earlier.
35
+ We don't actively support Langium 2.X or earlier.
36
36
 
37
37
  ## Usage
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langium-ai-tools",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Tooling for building AI Applications that leverage Langium DSLs",
5
5
  "repository": {
6
6
  "type": "git",