@grapity/grapity 0.1.0 → 0.2.0

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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # @grapity/grapity
2
2
 
3
- grapity - API spec registry and compatibility guardian. Unified package containing the CLI, Registry server, and Hub developer portal.
3
+ grapity - API spec registry and compatibility guardian.
4
4
 
5
- Requires Node.js 20+.
6
-
7
- **Documentation:** [grapity.dev/docs/cli-reference/init](https://grapity.dev/docs/cli-reference/init) · [Quickstart](https://grapity.dev/docs/getting-started/quickstart)
5
+ [Quickstart](https://grapity.dev/docs/getting-started/quickstart) · [CLI Reference](https://grapity.dev/docs/cli-reference/init)
8
6
 
9
7
  ## Installation
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapity/grapity",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "grapity - API spec registry and compatibility guardian",
6
6
  "license": "Apache-2.0",