@nuxt/app-edge
Advanced tools
Comparing version 0.5.0-27142069.62921af to 0.5.0-27142365.25e96bb
@@ -1,2 +0,2 @@ | ||
import { Ref, UnwrapRef } from 'vue'; | ||
import type { UnwrapRef, Ref } from 'vue'; | ||
import { Nuxt } from '@nuxt/app'; | ||
@@ -3,0 +3,0 @@ export declare type AsyncDataFn<T> = (ctx?: Nuxt) => Promise<T>; |
@@ -1,2 +0,3 @@ | ||
import { ComponentInternalInstance, defineComponent } from 'vue'; | ||
import { defineComponent } from 'vue'; | ||
import type { ComponentInternalInstance } from 'vue'; | ||
export declare const NuxtComponentIndicator = "__nuxt_component"; | ||
@@ -3,0 +4,0 @@ export declare const NuxtComponentPendingPromises = "_pendingPromises"; |
@@ -1,2 +0,2 @@ | ||
import { UnwrapRef } from 'vue'; | ||
import type { UnwrapRef } from 'vue'; | ||
export declare function ensureReactive<T extends Record<string, any>, K extends keyof T>(data: T, key: K): UnwrapRef<T[K]>; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { App } from 'vue'; | ||
import type { App } from 'vue'; | ||
import Hookable from 'hookable'; | ||
@@ -3,0 +3,0 @@ import { LegacyContext } from './legacy'; |
{ | ||
"name": "@nuxt/app-edge", | ||
"version": "0.5.0-27142069.62921af", | ||
"version": "0.5.0-27142365.25e96bb", | ||
"repository": "nuxt/framework", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,1 +1,2 @@ | ||
// eslint-disable-next-line import/default | ||
import Vue from 'vue' | ||
@@ -2,0 +3,0 @@ import { $Fetch } from 'ohmyfetch' |
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
35601
764