@graphcommerce/graphql-mesh 9.0.0-canary.56 → 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 +5 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
3
5
  ## 9.0.0-canary.56
4
6
 
5
7
  ## 9.0.0-canary.55
@@ -58,8 +60,7 @@
58
60
 
59
61
  ### Patch Changes
60
62
 
61
- - [#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
62
- ([@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))
63
64
 
64
65
  ## 8.1.0-canary.28
65
66
 
@@ -105,8 +106,7 @@
105
106
 
106
107
  ### Patch Changes
107
108
 
108
- - [#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
109
- ([@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))
110
110
 
111
111
  ## 8.1.0-canary.7
112
112
 
@@ -196,8 +196,7 @@
196
196
 
197
197
  ### Patch Changes
198
198
 
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
200
- ([@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))
201
200
 
202
201
  ## 8.0.0-canary.100
203
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.56",
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.56",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
31
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
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",