RubyGems
npm
Organizations
Log in
Sign up
npm
@merkl/api
Versions diffs
0.10.147 → 0.10.148
@merkl/api 0.10.147 → 0.10.148
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/dist/src/cache/declaration.d.ts
+1
-1
package/dist/src/cache/declaration.js
+1
-1
package/dist/tsconfig.package.tsbuildinfo
+1
-1
package/package.json
+1
-1
package/dist/src/cache/declaration.d.ts
CHANGED
Viewed
@@ -92,7 +92,7 @@ export declare const CacheDeclaration: {
92
92
};
93
93
MerklChainData: {
94
94
compressed: false;
95
-
redisTTL: TTLType.
Hours12
;
95
+
redisTTL: TTLType.
Minutes30
;
96
96
localCache: false;
97
97
};
98
98
Opportunities: {
package/dist/src/cache/declaration.js
CHANGED
Viewed
@@ -80,7 +80,7 @@ export const CacheDeclaration = {
80
80
},
81
81
MerklChainData: {
82
82
compressed: false,
83
-
redisTTL: TTLType.
Hours12
,
83
+
redisTTL: TTLType.
Minutes30
,
84
84
localCache: false,
85
85
},
86
86
Opportunities: {
1
2
3
Next ›
Last »