@graphql-mesh/transport-odata 0.2.22 → 0.2.23-alpha-20260118225103-3b5bf315a8e0a44260be62645758a7539c89db4c
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-odata",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23-alpha-20260118225103-3b5bf315a8e0a44260be62645758a7539c89db4c",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@graphql-mesh/transport-common": "^1.0.13",
|
|
10
|
-
"@omnigraph/odata": "
|
|
10
|
+
"@omnigraph/odata": "0.2.23-alpha-20260118225103-3b5bf315a8e0a44260be62645758a7539c89db4c",
|
|
11
11
|
"tslib": "^2.4.0"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|