@wundergraph/composition 0.41.0 → 0.41.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 CHANGED
@@ -160,4 +160,4 @@ When adding or changing error, please ensure GraphQL types begin with a capital
160
160
  - Interface
161
161
  - Object
162
162
  - Scalar
163
- - Union
163
+ - Union
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.COMPOSITION_VERSION = void 0;
4
- exports.COMPOSITION_VERSION = '0.41.0';
4
+ exports.COMPOSITION_VERSION = '0.41.1';
5
5
  //# sourceMappingURL=composition-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wundergraph/composition",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "author": {
5
5
  "name": "WunderGraph Maintainers",
6
6
  "email": "info@wundergraph.com"
@@ -42,5 +42,5 @@
42
42
  "typescript": "5.5.2",
43
43
  "vitest": "^3.1.2"
44
44
  },
45
- "gitHead": "1a0265a3654c62beb5f25ace0e63a8faa3da9cd2"
45
+ "gitHead": "27116e1211ae532a5073af1486ab47eeed40c962"
46
46
  }