@soda-gql/runtime 0.10.1 → 0.11.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -67,8 +67,8 @@ This package is designed to have minimal impact on bundle size:
|
|
|
67
67
|
## Related Packages
|
|
68
68
|
|
|
69
69
|
- [@soda-gql/core](../core) - Core types and utilities
|
|
70
|
-
- [@soda-gql/babel
|
|
71
|
-
- [@soda-gql/tsc
|
|
70
|
+
- [@soda-gql/babel](../babel) - Babel transformer and plugin
|
|
71
|
+
- [@soda-gql/tsc](../tsc) - TypeScript transformer and plugin
|
|
72
72
|
|
|
73
73
|
## License
|
|
74
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soda-gql/runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Minimal runtime for soda-gql operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"./package.json": "./package.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@soda-gql/core": "
|
|
49
|
+
"@soda-gql/core": "0.11.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"peerDependencies": {},
|