@soda-gql/config 0.12.6 → 0.13.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.
- package/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -137,8 +137,7 @@ if (result.isOk()) {
|
|
|
137
137
|
|
|
138
138
|
## Related Packages
|
|
139
139
|
|
|
140
|
-
- [@soda-gql/
|
|
141
|
-
- [@soda-gql/codegen](../codegen) - Code generation engine
|
|
140
|
+
- [@soda-gql/tools](../tools) - CLI, codegen, typegen, and formatter
|
|
142
141
|
|
|
143
142
|
## License
|
|
144
143
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soda-gql/config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Centralized configuration loader and helpers for soda-gql tooling.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"./package.json": "./package.json"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@soda-gql/common": "0.
|
|
54
|
+
"@soda-gql/common": "0.13.0",
|
|
55
55
|
"@swc/core": "^1.10.0",
|
|
56
56
|
"neverthrow": "^8.2.0",
|
|
57
57
|
"zod": "^4.1.11"
|