@graphql-tools/executor-graphql-ws 3.1.4 → 3.1.5-alpha-d376ee257718072ef042097afb6f21e831f73c45

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-tools/executor-graphql-ws
2
2
 
3
+ ## 3.1.5-alpha-d376ee257718072ef042097afb6f21e831f73c45
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2099](https://github.com/graphql-hive/gateway/pull/2099) [`dae3fe4`](https://github.com/graphql-hive/gateway/commit/dae3fe4fbb9c78598d1bbf91c2ed07ab1b90f05d) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix missing NPM provenance attestation by enabling `npmPublishProvenance` in Yarn configuration
9
+
3
10
  ## 3.1.4
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-graphql-ws",
3
- "version": "3.1.4",
3
+ "version": "3.1.5-alpha-d376ee257718072ef042097afb6f21e831f73c45",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@types/ws": "^8.0.0",
52
52
  "graphql": "^16.12.0",
53
- "pkgroll": "2.21.5"
53
+ "pkgroll": "2.27.0"
54
54
  },
55
55
  "sideEffects": false
56
56
  }