@intlify/vue-router-bridge
Advanced tools
Comparing version 0.3.0 to 0.3.1-2f8831f
@@ -9,3 +9,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
// Stub VueRouter class interfaces | ||
declare type VueRouter = { | ||
declare interface VueRouter { | ||
app: Vue | ||
@@ -151,2 +151,3 @@ options: RouterOptions | ||
export { | ||
VueRouter, | ||
useRouter, | ||
@@ -153,0 +154,0 @@ useRoute, |
@@ -99,2 +99,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export { | ||
VueRouter, | ||
useRouter, | ||
@@ -101,0 +102,0 @@ useRoute, |
@@ -9,3 +9,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
// Stub VueRouter class interfaces | ||
declare type VueRouter = { | ||
declare interface VueRouter { | ||
app: Vue | ||
@@ -151,2 +151,3 @@ options: RouterOptions | ||
export { | ||
VueRouter, | ||
useRouter, | ||
@@ -153,0 +154,0 @@ useRoute, |
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.3.0", | ||
"version": "0.3.1-2f8831f", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
}, | ||
"peerDependencies": { | ||
@@ -67,3 +64,6 @@ "@vue/composition-api": "^1.0.0-rc.1", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
} | ||
} | ||
} |
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
25595
604