relay-runtime 0.0.0-main-29b77e2f → 0.0.0-main-91c96046

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/experimental.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-29b77e2f
2
+ * Relay v0.0.0-main-91c96046
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-29b77e2f
2
+ * Relay v0.0.0-main-91c96046
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
@@ -351,6 +351,8 @@ class RelayObservable<+T> implements Subscribable<T> {
351
351
  }
352
352
 
353
353
  function complete(this: ObservableContext) {
354
+ /* $FlowFixMe[incompatible-type] Error exposed after improved typing of
355
+ * Array.{includes,indexOf,lastIndexOf} */
354
356
  subscriptions.splice(subscriptions.indexOf(this._sub), 1);
355
357
  if (subscriptions.length === 0) {
356
358
  sink.complete();
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-29b77e2f",
4
+ "version": "0.0.0-main-91c96046",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"