relay-runtime 0.0.0-main-5a7646e0 → 0.0.0-main-32d17fa8

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-5a7646e0
2
+ * Relay v0.0.0-main-32d17fa8
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
@@ -291,7 +291,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
291
291
  var operation = _ref.operation;
292
292
  return this._execute({
293
293
  createSource: function createSource() {
294
- return _this7._network.execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
294
+ return _this7.getNetwork().execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
295
295
  },
296
296
  isClientPayload: false,
297
297
  operation: operation,
@@ -316,7 +316,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
316
316
  updater = _ref2.updater;
317
317
  return this._execute({
318
318
  createSource: function createSource() {
319
- return _this8._network.execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
319
+ return _this8.getNetwork().execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
320
320
  },
321
321
  isClientPayload: false,
322
322
  operation: operation,
@@ -356,7 +356,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
356
356
 
357
357
  return this._execute({
358
358
  createSource: function createSource() {
359
- return _this9._network.execute(operation.request.node.params, operation.request.variables, (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, operation.request.cacheConfig), {}, {
359
+ return _this9.getNetwork().execute(operation.request.node.params, operation.request.variables, (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, operation.request.cacheConfig), {}, {
360
360
  force: true
361
361
  }), uploadables);
362
362
  },
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-5a7646e0",
4
+ "version": "0.0.0-main-32d17fa8",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"