@graphql-mesh/transport-odata 0.2.17-alpha-20251113190505-6f28f95f1f53b6652e4c941ebdf05593e0dff31d → 0.2.17-alpha-20251114171654-f84b0b525bf88eb611a68f1650200f7d73df87e3
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.17-alpha-
|
|
3
|
+
"version": "0.2.17-alpha-20251114171654-f84b0b525bf88eb611a68f1650200f7d73df87e3",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@graphql-mesh/transport-common": "^1.0.0",
|
|
10
|
-
"@omnigraph/odata": "0.2.17-alpha-
|
|
10
|
+
"@omnigraph/odata": "0.2.17-alpha-20251114171654-f84b0b525bf88eb611a68f1650200f7d73df87e3",
|
|
11
11
|
"tslib": "^2.4.0"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|