react-relay 0.0.0-main-a1f7aba0 → 0.0.0-main-e06cb4ab

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.
Files changed (155) hide show
  1. package/ReactRelayContainerUtils.js.flow +1 -1
  2. package/ReactRelayContext.js +1 -1
  3. package/ReactRelayContext.js.flow +1 -1
  4. package/ReactRelayFragmentContainer.js.flow +1 -1
  5. package/ReactRelayFragmentMockRenderer.js.flow +1 -1
  6. package/ReactRelayLocalQueryRenderer.js.flow +1 -1
  7. package/ReactRelayPaginationContainer.js.flow +1 -1
  8. package/ReactRelayQueryFetcher.js.flow +1 -1
  9. package/ReactRelayQueryRenderer.js.flow +1 -1
  10. package/ReactRelayQueryRendererContext.js.flow +1 -1
  11. package/ReactRelayRefetchContainer.js.flow +1 -1
  12. package/ReactRelayTestMocker.js.flow +1 -1
  13. package/ReactRelayTypes.js.flow +1 -1
  14. package/RelayContext.js.flow +1 -1
  15. package/__flowtests__/ReactRelayFragmentContainer-flowtest.js.flow +1 -1
  16. package/__flowtests__/ReactRelayPaginationContainer-flowtest.js.flow +1 -1
  17. package/__flowtests__/ReactRelayRefetchContainer-flowtest.js.flow +1 -1
  18. package/__flowtests__/RelayModern-flowtest.js.flow +1 -1
  19. package/__flowtests__/RelayModernFlowtest_badref.graphql.js.flow +1 -1
  20. package/__flowtests__/RelayModernFlowtest_notref.graphql.js.flow +1 -1
  21. package/__flowtests__/RelayModernFlowtest_user.graphql.js.flow +1 -1
  22. package/__flowtests__/RelayModernFlowtest_users.graphql.js.flow +1 -1
  23. package/assertFragmentMap.js.flow +1 -1
  24. package/buildReactRelayContainer.js.flow +1 -1
  25. package/getRootVariablesForFragments.js.flow +1 -1
  26. package/hooks.js +1 -1
  27. package/hooks.js.flow +1 -1
  28. package/index.js +1 -1
  29. package/index.js.flow +1 -1
  30. package/isRelayEnvironment.js.flow +1 -1
  31. package/jest-react/enqueueTask.js.flow +1 -1
  32. package/jest-react/index.js.flow +1 -1
  33. package/jest-react/internalAct.js.flow +1 -2
  34. package/legacy.js +1 -1
  35. package/legacy.js.flow +1 -1
  36. package/lib/ReactRelayContainerUtils.js +1 -1
  37. package/lib/ReactRelayContext.js +1 -1
  38. package/lib/ReactRelayFragmentContainer.js +1 -1
  39. package/lib/ReactRelayFragmentMockRenderer.js +1 -1
  40. package/lib/ReactRelayLocalQueryRenderer.js +1 -1
  41. package/lib/ReactRelayPaginationContainer.js +1 -1
  42. package/lib/ReactRelayQueryFetcher.js +1 -1
  43. package/lib/ReactRelayQueryRenderer.js +1 -1
  44. package/lib/ReactRelayQueryRendererContext.js +1 -1
  45. package/lib/ReactRelayRefetchContainer.js +1 -1
  46. package/lib/ReactRelayTestMocker.js +1 -1
  47. package/lib/ReactRelayTypes.js +1 -1
  48. package/lib/RelayContext.js +1 -1
  49. package/lib/assertFragmentMap.js +1 -1
  50. package/lib/buildReactRelayContainer.js +1 -1
  51. package/lib/getRootVariablesForFragments.js +1 -1
  52. package/lib/hooks.js +1 -1
  53. package/lib/index.js +1 -1
  54. package/lib/isRelayEnvironment.js +1 -1
  55. package/lib/jest-react/enqueueTask.js +1 -1
  56. package/lib/jest-react/internalAct.js +1 -2
  57. package/lib/legacy.js +1 -1
  58. package/lib/multi-actor/ActorChange.js +1 -1
  59. package/lib/multi-actor/index.js +1 -1
  60. package/lib/multi-actor/useRelayActorEnvironment.js +1 -1
  61. package/lib/readContext.js +1 -1
  62. package/lib/relay-hooks/EntryPointContainer.react.js +1 -1
  63. package/lib/relay-hooks/EntryPointTypes.flow.js +1 -1
  64. package/lib/relay-hooks/FragmentResource.js +1 -1
  65. package/lib/relay-hooks/InternalLogger.js +1 -1
  66. package/lib/relay-hooks/LRUCache.js +1 -1
  67. package/lib/relay-hooks/LazyLoadEntryPointContainer_DEPRECATED.react.js +1 -1
  68. package/lib/relay-hooks/MatchContainer.js +1 -1
  69. package/lib/relay-hooks/ProfilerContext.js +1 -1
  70. package/lib/relay-hooks/QueryResource.js +1 -1
  71. package/lib/relay-hooks/RelayEnvironmentProvider.js +1 -1
  72. package/lib/relay-hooks/SuspenseResource.js +1 -1
  73. package/lib/relay-hooks/loadEntryPoint.js +1 -1
  74. package/lib/relay-hooks/loadQuery.js +1 -1
  75. package/lib/relay-hooks/preloadQuery_DEPRECATED.js +1 -1
  76. package/lib/relay-hooks/prepareEntryPoint_DEPRECATED.js +1 -1
  77. package/lib/relay-hooks/useBlockingPaginationFragment.js +1 -1
  78. package/lib/relay-hooks/useEntryPointLoader.js +1 -1
  79. package/lib/relay-hooks/useFetchTrackingRef.js +1 -1
  80. package/lib/relay-hooks/useFragment.js +1 -1
  81. package/lib/relay-hooks/useFragmentNode.js +1 -1
  82. package/lib/relay-hooks/useIsMountedRef.js +1 -1
  83. package/lib/relay-hooks/useIsOperationNodeActive.js +1 -1
  84. package/lib/relay-hooks/useIsParentQueryActive.js +1 -1
  85. package/lib/relay-hooks/useLazyLoadQuery.js +1 -1
  86. package/lib/relay-hooks/useLazyLoadQueryNode.js +1 -1
  87. package/lib/relay-hooks/useLoadMoreFunction.js +1 -1
  88. package/lib/relay-hooks/useMemoOperationDescriptor.js +1 -1
  89. package/lib/relay-hooks/useMemoVariables.js +1 -1
  90. package/lib/relay-hooks/useMutation.js +1 -1
  91. package/lib/relay-hooks/usePaginationFragment.js +1 -1
  92. package/lib/relay-hooks/usePreloadedQuery.js +1 -1
  93. package/lib/relay-hooks/useQueryLoader.js +1 -1
  94. package/lib/relay-hooks/useRefetchableFragment.js +1 -1
  95. package/lib/relay-hooks/useRefetchableFragmentNode.js +1 -1
  96. package/lib/relay-hooks/useRelayEnvironment.js +1 -1
  97. package/lib/relay-hooks/useStaticFragmentNodeWarning.js +1 -1
  98. package/lib/relay-hooks/useSubscribeToInvalidationState.js +1 -1
  99. package/lib/relay-hooks/useSubscription.js +1 -1
  100. package/multi-actor/ActorChange.js.flow +1 -1
  101. package/multi-actor/index.js.flow +1 -1
  102. package/multi-actor/useRelayActorEnvironment.js.flow +1 -1
  103. package/package.json +2 -2
  104. package/react-relay-hooks.js +1 -1
  105. package/react-relay-hooks.min.js +1 -1
  106. package/react-relay-legacy.js +1 -1
  107. package/react-relay-legacy.min.js +1 -1
  108. package/react-relay.js +1 -1
  109. package/react-relay.min.js +1 -1
  110. package/readContext.js.flow +1 -1
  111. package/relay-hooks/EntryPointContainer.react.js.flow +1 -1
  112. package/relay-hooks/EntryPointTypes.flow.js.flow +1 -1
  113. package/relay-hooks/FragmentResource.js.flow +1 -1
  114. package/relay-hooks/InternalLogger.js.flow +1 -1
  115. package/relay-hooks/LRUCache.js.flow +1 -1
  116. package/relay-hooks/LazyLoadEntryPointContainer_DEPRECATED.react.js.flow +1 -1
  117. package/relay-hooks/MatchContainer.js.flow +1 -1
  118. package/relay-hooks/ProfilerContext.js.flow +1 -1
  119. package/relay-hooks/QueryResource.js.flow +1 -1
  120. package/relay-hooks/RelayEnvironmentProvider.js.flow +1 -1
  121. package/relay-hooks/SuspenseResource.js.flow +1 -1
  122. package/relay-hooks/__flowtests__/EntryPointTypes/EntryPointElementConfig-flowtest.js.flow +1 -1
  123. package/relay-hooks/__flowtests__/EntryPointTypes/NestedEntrypoints-flowtest.js.flow +1 -1
  124. package/relay-hooks/__flowtests__/useBlockingPaginationFragment-flowtest.js.flow +1 -1
  125. package/relay-hooks/__flowtests__/useFragment-flowtest.js.flow +1 -1
  126. package/relay-hooks/__flowtests__/usePaginationFragment-flowtest.js.flow +1 -1
  127. package/relay-hooks/__flowtests__/useRefetchableFragment-flowtest.js.flow +1 -1
  128. package/relay-hooks/__flowtests__/utils.js.flow +1 -1
  129. package/relay-hooks/loadEntryPoint.js.flow +1 -1
  130. package/relay-hooks/loadQuery.js.flow +1 -1
  131. package/relay-hooks/preloadQuery_DEPRECATED.js.flow +1 -1
  132. package/relay-hooks/prepareEntryPoint_DEPRECATED.js.flow +1 -1
  133. package/relay-hooks/useBlockingPaginationFragment.js.flow +1 -1
  134. package/relay-hooks/useEntryPointLoader.js.flow +1 -1
  135. package/relay-hooks/useFetchTrackingRef.js.flow +1 -1
  136. package/relay-hooks/useFragment.js.flow +1 -1
  137. package/relay-hooks/useFragmentNode.js.flow +1 -1
  138. package/relay-hooks/useIsMountedRef.js.flow +1 -1
  139. package/relay-hooks/useIsOperationNodeActive.js.flow +1 -1
  140. package/relay-hooks/useIsParentQueryActive.js.flow +1 -1
  141. package/relay-hooks/useLazyLoadQuery.js.flow +1 -1
  142. package/relay-hooks/useLazyLoadQueryNode.js.flow +1 -1
  143. package/relay-hooks/useLoadMoreFunction.js.flow +1 -1
  144. package/relay-hooks/useMemoOperationDescriptor.js.flow +1 -1
  145. package/relay-hooks/useMemoVariables.js.flow +1 -1
  146. package/relay-hooks/useMutation.js.flow +1 -1
  147. package/relay-hooks/usePaginationFragment.js.flow +1 -1
  148. package/relay-hooks/usePreloadedQuery.js.flow +1 -1
  149. package/relay-hooks/useQueryLoader.js.flow +1 -1
  150. package/relay-hooks/useRefetchableFragment.js.flow +1 -1
  151. package/relay-hooks/useRefetchableFragmentNode.js.flow +1 -1
  152. package/relay-hooks/useRelayEnvironment.js.flow +1 -1
  153. package/relay-hooks/useStaticFragmentNodeWarning.js.flow +1 -1
  154. package/relay-hooks/useSubscribeToInvalidationState.js.flow +1 -1
  155. package/relay-hooks/useSubscription.js.flow +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-a1f7aba0
2
+ * Relay v0.0.0-main-e06cb4ab
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/hooks.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-a1f7aba0
2
+ * Relay v0.0.0-main-e06cb4ab
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
package/hooks.js.flow CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-a1f7aba0
2
+ * Relay v0.0.0-main-e06cb4ab
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
package/index.js.flow CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,12 +1,11 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @emails oncall+relay
8
8
  * @format
9
- *
10
9
  */
11
10
 
12
11
  /* global jest */
package/legacy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-a1f7aba0
2
+ * Relay v0.0.0-main-e06cb4ab
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
package/legacy.js.flow CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/lib/hooks.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,12 +1,11 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @emails oncall+relay
8
8
  * @format
9
- *
10
9
  */
11
10
 
12
11
  /* global jest */
package/lib/legacy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.