@graphox/darwin-arm64 0.3.3 → 0.3.5

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 CHANGED
@@ -15,6 +15,7 @@ A high-performance GraphQL toolset for TypeScript monorepos, providing LSP, type
15
15
  - [Validation Rules](./docs/rules.md)
16
16
  - [Architecture](./docs/architecture.md)
17
17
  - [Common Configurations](./docs/configurations.md)
18
+ - [Comparison with GraphQL Code Generator](./docs/comparison-graphql-codegen.md)
18
19
  - [Contributing](./CONTRIBUTING.md)
19
20
  - [Plugin Development](./docs/plugin-development.md)
20
21
  - [License](#license)
package/bin/graphox CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphox/darwin-arm64",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Graphox CLI binary for darwin-arm64",
5
5
  "os": [
6
6
  "darwin"