@envelop/execute-subscription-event 2.3.3-alpha-a584bed.0 → 2.3.3-alpha-60f5d29.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ Utilities for hooking into the [ExecuteSubscriptionEvent](<https://spec.graphql.
4
4
 
5
5
  ### `useContextValuePerExecuteSubscriptionEvent`
6
6
 
7
- Create a new context object per `ExecuteSubscriptionEvent` phase, allowing to bypass common issues with context objects such as [`DataLoader`](https://github.com/dotansimha/envelop/issues/80) [caching](https://github.com/graphql/graphql-js/issues/894) [issues](https://github.com/apollographql/subscriptions-transport-ws/issues/330).
7
+ Create a new context object per `ExecuteSubscriptionEvent` phase, allowing to bypass common issues with context objects such as [`DataLoader`](https://github.com/n1ru4l/envelop/issues/80) [caching](https://github.com/graphql/graphql-js/issues/894) [issues](https://github.com/apollographql/subscriptions-transport-ws/issues/330).
8
8
 
9
9
  ```ts
10
10
  import { envelop } from '@envelop/core';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@envelop/execute-subscription-event",
3
- "version": "2.3.3-alpha-a584bed.0",
3
+ "version": "2.3.3-alpha-60f5d29.0",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
- "@envelop/core": "2.3.3-alpha-a584bed.0",
6
+ "@envelop/core": "2.3.3-alpha-60f5d29.0",
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/dotansimha/envelop.git",
11
+ "url": "https://github.com/n1ru4l/envelop.git",
12
12
  "directory": "packages/plugins/execute-subscription-event"
13
13
  },
14
14
  "author": "Laurin Quast <laurinquast@googlemail.com>",