nuxt-multi-cache
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
import type { Storage } from 'unstorage'; | ||
import type { VNode, RendererNode, RendererElement, Slots, ComponentInternalInstance } from 'vue'; | ||
import { ComponentCacheItem } from '../../../types'; | ||
import type { ComponentCacheItem } from './../../../types'; | ||
type RenderCacheableSlotVNode = VNode<RendererNode, RendererElement, { | ||
@@ -5,0 +5,0 @@ [key: string]: any; |
@@ -1,3 +0,3 @@ | ||
export { useDataCache } from './useDataCache/index'; | ||
export { useRouteCache } from './useRouteCache/index'; | ||
export { useCDNHeaders } from './useCDNHeaders/index'; | ||
export { useDataCache } from './useDataCache'; | ||
export { useRouteCache } from './useRouteCache'; | ||
export { useCDNHeaders } from './useCDNHeaders'; |
import type { H3Event } from 'h3'; | ||
import type { CacheItem, NuxtMultiCacheSSRContext } from '../types'; | ||
import type { CacheItem, NuxtMultiCacheSSRContext } from './../types'; | ||
import type { NuxtMultiCacheCDNHelper } from './CDNHelper'; | ||
@@ -4,0 +4,0 @@ import type { NuxtMultiCacheRouteCacheHelper } from './RouteCacheHelper'; |
import type { H3Event } from 'h3'; | ||
import type { Storage } from 'unstorage'; | ||
import { NuxtMultiCacheOptions } from '../../../types'; | ||
import type { NuxtMultiCacheOptions } from './../../../types'; | ||
export declare function getCacheInstance(event: H3Event): Storage; | ||
@@ -5,0 +5,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { NuxtMultiCacheSSRContext } from '../../types'; | ||
import type { NuxtMultiCacheSSRContext } from './../../types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * A helper class to debounce cache tag invalidation. |
@@ -1,2 +0,2 @@ | ||
import { NuxtMultiCacheSSRContext } from '../../types'; | ||
import type { NuxtMultiCacheSSRContext } from './../../types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Method to initialize the caches. |
{ | ||
"name": "nuxt-multi-cache", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "SSR route, component and data cache for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
60802
1712
0