@graphql-mesh/transport-http-callback 0.4.2-alpha-20241016103214-e3868e13821b505dc3577a6c8f7058753abad46d → 0.4.3-alpha-20241016123047-35ece64646cc875c60cd34639f05579399ff9721

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http-callback",
3
- "version": "0.4.2-alpha-20241016103214-e3868e13821b505dc3577a6c8f7058753abad46d",
3
+ "version": "0.4.3-alpha-20241016123047-35ece64646cc875c60cd34639f05579399ff9721",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*",
7
7
  "tslib": "^2.4.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-mesh/cross-helpers": "0.4.7-alpha-20241016103214-e3868e13821b505dc3577a6c8f7058753abad46d",
10
+ "@graphql-mesh/cross-helpers": "^0.4.7",
11
11
  "@graphql-mesh/string-interpolation": "^0.5.6",
12
- "@graphql-mesh/transport-common": "0.7.8-alpha-20241016103214-e3868e13821b505dc3577a6c8f7058753abad46d",
13
- "@graphql-mesh/utils": "0.102.7-alpha-20241016103214-e3868e13821b505dc3577a6c8f7058753abad46d",
12
+ "@graphql-mesh/transport-common": "0.7.9-alpha-20241016123047-35ece64646cc875c60cd34639f05579399ff9721",
13
+ "@graphql-mesh/utils": "0.102.8-alpha-20241016123047-35ece64646cc875c60cd34639f05579399ff9721",
14
14
  "@graphql-tools/utils": "^10.5.5",
15
15
  "@repeaterjs/repeater": "^3.0.6",
16
16
  "@whatwg-node/fetch": "^0.9.18"