@graphql-mesh/cache-upstash-redis 0.0.8 → 0.1.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df
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/cache-upstash-redis",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
|
|
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.104.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
|
|
11
11
|
"@upstash/redis": "^1.34.3",
|
|
12
12
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
13
13
|
"tslib": "^2.4.0"
|