@soda-gql/colocation-tools 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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -236,7 +236,7 @@ const result = parseResult(executionResult);
236
236
  ## Related Packages
237
237
 
238
238
  - [@soda-gql/core](../core) - Core types and fragment definitions
239
- - [@soda-gql/runtime](../runtime) - Runtime operation handling
239
+ - [@soda-gql/core](../core) - Core types, runtime (`@soda-gql/core/runtime`)
240
240
 
241
241
  ## License
242
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soda-gql/colocation-tools",
3
- "version": "0.12.6",
3
+ "version": "0.13.1",
4
4
  "description": "Colocation utilities for soda-gql fragments",
5
5
  "type": "module",
6
6
  "private": false,
@@ -49,7 +49,7 @@
49
49
  "./package.json": "./package.json"
50
50
  },
51
51
  "dependencies": {
52
- "@soda-gql/core": "0.12.6",
52
+ "@soda-gql/core": "0.13.1",
53
53
  "graphql": "^16.11.0"
54
54
  },
55
55
  "devDependencies": {},