@graphcommerce/graphql-mesh 9.0.0-canary.55 → 9.0.0-canary.57

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 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -56,8 +60,7 @@
56
60
 
57
61
  ### Patch Changes
58
62
 
59
- - [#2290](https://github.com/graphcommerce-org/graphcommerce/pull/2290) [`21f2ac0`](https://github.com/graphcommerce-org/graphcommerce/commit/21f2ac06b95cfc9b51febe19e6859cbba2b578b4) - Fix cors issues with Dynamic Row Property Picker App
60
- ([@JoshuaS98](https://github.com/JoshuaS98))
63
+ - [#2290](https://github.com/graphcommerce-org/graphcommerce/pull/2290) [`21f2ac0`](https://github.com/graphcommerce-org/graphcommerce/commit/21f2ac06b95cfc9b51febe19e6859cbba2b578b4) - Fix cors issues with Dynamic Row Property Picker App ([@JoshuaS98](https://github.com/JoshuaS98))
61
64
 
62
65
  ## 8.1.0-canary.28
63
66
 
@@ -103,8 +106,7 @@
103
106
 
104
107
  ### Patch Changes
105
108
 
106
- - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`6831040`](https://github.com/graphcommerce-org/graphcommerce/commit/68310401448b7b42b53757db4a84de4a01e35aa2) - Suppress warning where a dependency is an expression, Added uglify-es and long as the dependencies couldn’t be found
107
- ([@paales](https://github.com/paales))
109
+ - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`6831040`](https://github.com/graphcommerce-org/graphcommerce/commit/68310401448b7b42b53757db4a84de4a01e35aa2) - Suppress warning where a dependency is an expression, Added uglify-es and long as the dependencies couldn’t be found ([@paales](https://github.com/paales))
108
110
 
109
111
  ## 8.1.0-canary.7
110
112
 
@@ -194,8 +196,7 @@
194
196
 
195
197
  ### Patch Changes
196
198
 
197
- - [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`bf5ae89`](https://github.com/graphcommerce-org/graphcommerce/commit/bf5ae8979b145e7a96303f839ef2b1238712531a) - Remove requirement of toplevelAwait for graphqlSsrClient and solve logging issue in cli
198
- ([@paales](https://github.com/paales))
199
+ - [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`bf5ae89`](https://github.com/graphcommerce-org/graphcommerce/commit/bf5ae8979b145e7a96303f839ef2b1238712531a) - Remove requirement of toplevelAwait for graphqlSsrClient and solve logging issue in cli ([@paales](https://github.com/paales))
199
200
 
200
201
  ## 8.0.0-canary.100
201
202
 
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": "9.0.0-canary.55",
5
+ "version": "9.0.0-canary.57",
6
6
  "main": "index.ts",
7
7
  "dependencies": {
8
8
  "@graphql-mesh/apollo-link": "latest",
@@ -17,23 +17,23 @@
17
17
  "@graphql-mesh/transform-prune": "latest",
18
18
  "@graphql-mesh/types": "latest",
19
19
  "@graphql-mesh/utils": "latest",
20
- "@graphql-tools/utils": "^10.0.12",
21
- "@whatwg-node/fetch": "^0.9.15",
20
+ "@graphql-tools/utils": "^10.3.2",
21
+ "@whatwg-node/fetch": "^0.9.18",
22
22
  "fetch-retry": "^5.0.6",
23
23
  "long": "^5.2.3",
24
- "tslib": "^2.6.2",
25
- "uglify-es": "3.3.9"
24
+ "tslib": "^2.6.3",
25
+ "uglify-es": "3.3.10"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@apollo/client": "^3",
29
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
31
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
29
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
30
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
31
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
32
32
  "graphql": "^16.7.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/uglify-es": "^3",
36
- "typescript": "5.3.3"
35
+ "@types/uglify-es": "^3.0.3",
36
+ "typescript": "5.5.3"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "prettier": "@graphcommerce/prettier-config-pwa",