@graphql-mesh/cache-upstash-redis 0.0.7 → 0.0.8-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500
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 +3 -3
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/cache-upstash-redis",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@graphql-mesh/cross-helpers": "^0.4.9",
|
|
10
|
-
"@graphql-mesh/types": "
|
|
10
|
+
"@graphql-mesh/types": "0.103.21-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
11
11
|
"@upstash/redis": "^1.34.3",
|
|
12
|
-
"@whatwg-node/disposablestack": "^0.0.
|
|
12
|
+
"@whatwg-node/disposablestack": "^0.0.6",
|
|
13
13
|
"tslib": "^2.4.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|