@graphcommerce/graphql-mesh 8.0.0-canary.40 → 8.0.0-canary.70
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 +50 -2
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,56 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.0.0-canary.
|
|
3
|
+
## 8.0.0-canary.70
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 8.0.0-canary.69
|
|
6
|
+
|
|
7
|
+
## 7.1.0-canary.68
|
|
8
|
+
|
|
9
|
+
## 7.1.0-canary.67
|
|
10
|
+
|
|
11
|
+
## 7.1.0-canary.66
|
|
12
|
+
|
|
13
|
+
## 7.1.0-canary.65
|
|
14
|
+
|
|
15
|
+
## 7.1.0-canary.64
|
|
16
|
+
|
|
17
|
+
## 7.1.0-canary.63
|
|
18
|
+
|
|
19
|
+
## 7.1.0-canary.62
|
|
20
|
+
|
|
21
|
+
## 7.1.0-canary.61
|
|
22
|
+
|
|
23
|
+
## 7.1.0-canary.60
|
|
24
|
+
|
|
25
|
+
## 7.1.0-canary.59
|
|
26
|
+
|
|
27
|
+
## 7.1.0-canary.58
|
|
28
|
+
|
|
29
|
+
## 7.1.0-canary.57
|
|
30
|
+
|
|
31
|
+
## 7.1.0-canary.56
|
|
32
|
+
|
|
33
|
+
## 7.1.0-canary.55
|
|
34
|
+
|
|
35
|
+
## 7.1.0-canary.54
|
|
36
|
+
|
|
37
|
+
## 7.1.0-canary.53
|
|
38
|
+
|
|
39
|
+
## 7.1.0-canary.52
|
|
40
|
+
|
|
41
|
+
## 7.1.0-canary.51
|
|
42
|
+
|
|
43
|
+
## 7.1.0-canary.50
|
|
44
|
+
|
|
45
|
+
## 7.1.0-canary.49
|
|
46
|
+
|
|
47
|
+
## 7.1.0-canary.48
|
|
48
|
+
|
|
49
|
+
## 7.1.0-canary.47
|
|
50
|
+
|
|
51
|
+
## 7.1.0-canary.46
|
|
52
|
+
|
|
53
|
+
## 7.1.0-canary.45
|
|
6
54
|
|
|
7
55
|
### Patch Changes
|
|
8
56
|
|
package/package.json
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
"name": "@graphcommerce/graphql-mesh",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.70",
|
|
6
6
|
"main": "index.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@graphql-mesh/apollo-link": "latest",
|
|
9
9
|
"@graphql-mesh/config": "latest",
|
|
10
10
|
"@graphql-mesh/cross-helpers": "latest",
|
|
11
11
|
"@graphql-mesh/graphql": "latest",
|
|
12
|
+
"@graphql-mesh/http": "latest",
|
|
12
13
|
"@graphql-mesh/plugin-http-details-extensions": "latest",
|
|
13
14
|
"@graphql-mesh/runtime": "latest",
|
|
14
15
|
"@graphql-mesh/store": "latest",
|
|
@@ -16,20 +17,20 @@
|
|
|
16
17
|
"@graphql-mesh/transform-prune": "latest",
|
|
17
18
|
"@graphql-mesh/types": "latest",
|
|
18
19
|
"@graphql-mesh/utils": "latest",
|
|
19
|
-
"@graphql-tools/utils": "^10.0.
|
|
20
|
+
"@graphql-tools/utils": "^10.0.11",
|
|
20
21
|
"@whatwg-node/fetch": "^0.9.14",
|
|
21
22
|
"fetch-retry": "^5.0.6",
|
|
22
23
|
"tslib": "^2.6.2"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"@apollo/client": "^3",
|
|
26
|
-
"@graphcommerce/eslint-config-pwa": "8.0.0-canary.
|
|
27
|
-
"@graphcommerce/prettier-config-pwa": "8.0.0-canary.
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "8.0.0-canary.
|
|
27
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.70",
|
|
28
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.70",
|
|
29
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.70",
|
|
29
30
|
"graphql": "^16.7.1"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
|
-
"typescript": "5.
|
|
33
|
+
"typescript": "5.3.3"
|
|
33
34
|
},
|
|
34
35
|
"sideEffects": false,
|
|
35
36
|
"prettier": "@graphcommerce/prettier-config-pwa",
|