relay-test-utils 20.0.0 → 20.1.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.
@@ -82,7 +82,7 @@ type MockResolver = (
82
82
  context: MockResolverContext,
83
83
  generateId: () => number,
84
84
  ) => mixed;
85
- export type MockResolvers = {[typeName: string]: MockResolver, ...};
85
+ export type MockResolvers = {+[typeName: string]: MockResolver, ...};
86
86
 
87
87
  type SelectionMetadata = {
88
88
  [selectionPath: string]: {
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v20.0.0
2
+ * Relay v20.1.1
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-test-utils",
3
3
  "description": "Utilities for testing Relay applications.",
4
- "version": "20.0.0",
4
+ "version": "20.1.1",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -18,7 +18,7 @@
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "fbjs": "^3.0.2",
20
20
  "invariant": "^2.2.4",
21
- "relay-runtime": "20.0.0"
21
+ "relay-runtime": "20.1.1"
22
22
  },
23
23
  "directories": {
24
24
  "": "./"