@graphql-mesh/transport-rest 0.9.19-alpha-20251204190407-e1b00b3467a4951954791c7b6da60b984c85c8f2 → 0.9.20-alpha-20260101192804-25e4f6dc39172b18bb342385e70b5fda7eaa5f55

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-rest",
3
- "version": "0.9.19-alpha-20251204190407-e1b00b3467a4951954791c7b6da60b984c85c8f2",
3
+ "version": "0.9.20-alpha-20260101192804-25e4f6dc39172b18bb342385e70b5fda7eaa5f55",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/cross-helpers": "0.4.11-alpha-20251204190407-e1b00b3467a4951954791c7b6da60b984c85c8f2",
9
+ "@graphql-mesh/cross-helpers": "^0.4.11",
10
10
  "@graphql-mesh/string-interpolation": "^0.5.9",
11
11
  "@graphql-mesh/transport-common": "^1.0.0",
12
- "@graphql-mesh/types": "0.104.18-alpha-20251204190407-e1b00b3467a4951954791c7b6da60b984c85c8f2",
13
- "@graphql-mesh/utils": "0.104.18-alpha-20251204190407-e1b00b3467a4951954791c7b6da60b984c85c8f2",
12
+ "@graphql-mesh/types": "^0.104.18",
13
+ "@graphql-mesh/utils": "^0.104.18",
14
14
  "@graphql-tools/utils": "^10.11.0",
15
15
  "@whatwg-node/fetch": "^0.10.6",
16
16
  "dset": "^3.1.3",
17
17
  "graphql-fields": "^2.0.3",
18
18
  "graphql-scalars": "^1.22.4",
19
- "qs": "^6.14.0",
19
+ "qs": "^6.14.1",
20
20
  "tslib": "^2.4.0",
21
21
  "url-join": "4.0.1"
22
22
  },