@wundergraph/composition 0.5.0 → 0.5.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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# WunderGraph Composition
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/js/%40wundergraph%2Fcomposition)
|
|
4
|
+
|
|
3
5
|
The WunderGraph composition library allows to federate multiple subgraph schemas into a
|
|
4
6
|
single federated GraphQL schema.
|
|
5
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wundergraph/composition",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "WunderGraph Maintainers",
|
|
6
6
|
"email": "info@wundergraph.com"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"del-cli": "^5.0.0",
|
|
33
33
|
"typescript": "^5.1.3"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "3d8d681aad9c26c6c4912cd14ae3b60fd0b66b9e"
|
|
36
36
|
}
|