relay-runtime 0.0.0-main-63570567 → 0.0.0-main-5172d1b0

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-63570567
2
+ * Relay v0.0.0-main-5172d1b0
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
@@ -23,7 +23,7 @@ var RelayFeatureFlags = {
23
23
  ENABLE_NOTIFY_SUBSCRIPTION: false,
24
24
  BATCH_ASYNC_MODULE_UPDATES_FN: null,
25
25
  ENABLE_CONTAINERS_SUBSCRIBE_ON_COMMIT: false,
26
- ENABLE_QUERY_RENDERER_OFFSCREEN_SUPPORT: false,
26
+ ENABLE_QUERY_RENDERER_OFFSCREEN_SUPPORT: true,
27
27
  MAX_DATA_ID_LENGTH: null,
28
28
  STRING_INTERN_LEVEL: 0,
29
29
  USE_REACT_CACHE: false
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-runtime",
3
3
  "description": "A core runtime for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-63570567",
4
+ "version": "0.0.0-main-5172d1b0",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"