@soda-gql/core 0.10.2 → 0.11.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.
- package/README.md +1 -1
- package/dist/{index-Cbo0WJHs.d.ts → index-DPtgl2f4.d.ts} +231 -228
- package/dist/index-DPtgl2f4.d.ts.map +1 -0
- package/dist/{index-gHe-Lwi7.d.cts → index-IMOOkvQf.d.cts} +231 -228
- package/dist/index-IMOOkvQf.d.cts.map +1 -0
- package/dist/index.cjs +113 -87
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +113 -87
- package/dist/index.js.map +1 -1
- package/dist/runtime.d.cts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/package.json +1 -1
- package/dist/index-Cbo0WJHs.d.ts.map +0 -1
- package/dist/index-gHe-Lwi7.d.cts.map +0 -1
package/README.md
CHANGED
|
@@ -338,7 +338,7 @@ This package requires TypeScript 5.x or later for full type inference support.
|
|
|
338
338
|
- [@soda-gql/cli](../cli) - Command-line interface for code generation
|
|
339
339
|
- [@soda-gql/config](../config) - Configuration management
|
|
340
340
|
- [@soda-gql/runtime](../runtime) - Runtime utilities for operation execution
|
|
341
|
-
- [@soda-gql/tsc
|
|
341
|
+
- [@soda-gql/tsc](../tsc) - TypeScript transformer and plugin
|
|
342
342
|
|
|
343
343
|
## License
|
|
344
344
|
|