@graphcommerce/graphql-mesh 4.0.6 → 4.0.9
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/CHANGELOG.md +18 -0
- package/package.json +12 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1341](https://github.com/graphcommerce-org/graphcommerce/pull/1341) [`2e29c5852`](https://github.com/graphcommerce-org/graphcommerce/commit/2e29c585247d356e3027be92beb7815f2070c855) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
|
|
8
|
+
|
|
9
|
+
## 4.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1328](https://github.com/graphcommerce-org/graphcommerce/pull/1328) [`f44443619`](https://github.com/graphcommerce-org/graphcommerce/commit/f44443619eda9eba8f16beb6ffb462d6511fbfb2) Thanks [@paales](https://github.com/paales)! - Another shot at fixing the graphql-mesh version
|
|
14
|
+
|
|
15
|
+
## 4.0.7
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#1326](https://github.com/graphcommerce-org/graphcommerce/pull/1326) [`df0b3e7d5`](https://github.com/graphcommerce-org/graphcommerce/commit/df0b3e7d5f5fee963731a999cb3a8891580cb6fe) Thanks [@paales](https://github.com/paales)! - Latest version of GraphQL Mesh is broken, reverting to older version
|
|
20
|
+
|
|
3
21
|
## 4.0.6
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/graphql-mesh",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "4.0.
|
|
5
|
+
"version": "4.0.9",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"scripts": {
|
|
@@ -11,18 +11,16 @@
|
|
|
11
11
|
"start": "next start"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@graphql-mesh/
|
|
15
|
-
"@graphql-mesh/
|
|
16
|
-
"@graphql-mesh/
|
|
17
|
-
"@graphql-mesh/
|
|
18
|
-
"@graphql-mesh/
|
|
19
|
-
"@graphql-mesh/
|
|
20
|
-
"@graphql-mesh/transform-
|
|
21
|
-
"@graphql-mesh/transform-
|
|
22
|
-
"@graphql-mesh/
|
|
23
|
-
"@graphql-mesh/
|
|
24
|
-
"@graphql-mesh/utils": "^0.28.3",
|
|
25
|
-
"@graphql-tools/utils": "^8.6.2",
|
|
14
|
+
"@graphql-mesh/config": "0.31.12",
|
|
15
|
+
"@graphql-mesh/graphql": "0.22.2",
|
|
16
|
+
"@graphql-mesh/merger-stitching": "0.15.26",
|
|
17
|
+
"@graphql-mesh/runtime": "0.33.2",
|
|
18
|
+
"@graphql-mesh/store": "0.4.2",
|
|
19
|
+
"@graphql-mesh/transform-cache": "0.11.33",
|
|
20
|
+
"@graphql-mesh/transform-federation": "0.8.33",
|
|
21
|
+
"@graphql-mesh/transform-filter-schema": "0.14.33",
|
|
22
|
+
"@graphql-mesh/types": "0.68.0",
|
|
23
|
+
"@graphql-mesh/utils": "0.30.2",
|
|
26
24
|
"@vue/compiler-sfc": "^3.2.31",
|
|
27
25
|
"apollo-server-core": "^3.6.4",
|
|
28
26
|
"apollo-server-micro": "^3.6.4",
|
|
@@ -36,7 +34,7 @@
|
|
|
36
34
|
"ts-tiny-invariant": "^1.0.5"
|
|
37
35
|
},
|
|
38
36
|
"devDependencies": {
|
|
39
|
-
"@graphcommerce/eslint-config-pwa": "^4.
|
|
37
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.1",
|
|
40
38
|
"@graphcommerce/prettier-config-pwa": "^4.0.4",
|
|
41
39
|
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
42
40
|
"@playwright/test": "^1.19.2",
|