@soda-gql/core 0.12.6 → 0.13.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -314,9 +314,8 @@ This package requires TypeScript 5.x or later for full type inference support.
314
314
 
315
315
  ## Related Packages
316
316
 
317
- - [@soda-gql/cli](../cli) - Command-line interface for code generation
317
+ - [@soda-gql/tools](../tools) - CLI, codegen, typegen, and formatter (dev tooling)
318
318
  - [@soda-gql/config](../config) - Configuration management
319
- - [@soda-gql/runtime](../runtime) - Runtime utilities for operation execution
320
319
  - [@soda-gql/tsc](../tsc) - TypeScript transformer and plugin
321
320
 
322
321
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soda-gql/core",
3
- "version": "0.12.6",
3
+ "version": "0.13.1",
4
4
  "description": "Core types and utilities for zero-runtime GraphQL query generation",
5
5
  "type": "module",
6
6
  "private": false,