@grafema/api 0.2.5-beta → 0.2.7

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @grafema/api
2
2
 
3
- GraphQL API server for Grafema code analysis toolkit.
3
+ > GraphQL API server for Grafema code analysis toolkit
4
+
5
+ **Warning: This package is in beta stage and the API may change between minor versions.**
4
6
 
5
7
  ## Overview
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafema/api",
3
- "version": "0.2.5-beta",
3
+ "version": "0.2.7",
4
4
  "description": "GraphQL API server for Grafema code analysis toolkit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -33,8 +33,8 @@
33
33
  "graphql": "^16.10.0",
34
34
  "graphql-scalars": "^1.24.0",
35
35
  "graphql-yoga": "^5.10.11",
36
- "@grafema/core": "0.2.5-beta",
37
- "@grafema/types": "0.2.5-beta"
36
+ "@grafema/core": "0.2.7",
37
+ "@grafema/types": "0.2.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^25.0.8",