relay-runtime 0.0.0-main-1f6d5f17 → 0.0.0-main-81019ce9

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-1f6d5f17
2
+ * Relay v0.0.0-main-81019ce9
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
@@ -26,6 +26,7 @@ var RelayFeatureFlags = {
26
26
  ENABLE_CONTAINERS_SUBSCRIBE_ON_COMMIT: false,
27
27
  ENABLE_QUERY_RENDERER_OFFSCREEN_SUPPORT: false,
28
28
  MAX_DATA_ID_LENGTH: null,
29
- STRING_INTERN_LEVEL: 0
29
+ STRING_INTERN_LEVEL: 0,
30
+ USE_REACT_CACHE: false
30
31
  };
31
32
  module.exports = RelayFeatureFlags;
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-1f6d5f17",
4
+ "version": "0.0.0-main-81019ce9",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"