@intlify/vue-devtools
Advanced tools
Comparing version 9.2.0-alpha.6 to 9.2.0-alpha.7
/*! | ||
* @intlify/vue-devtools v9.2.0-alpha.6 | ||
* vue-devtools v9.2.0-alpha.7 | ||
* (c) 2021 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @intlify/vue-devtools v9.2.0-alpha.6 | ||
* vue-devtools v9.2.0-alpha.7 | ||
* (c) 2021 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
@@ -1,6 +0,6 @@ | ||
import type { CoreMissingType } from '@intlify/runtime'; | ||
import type { CoreMissingType } from '@intlify/core-base'; | ||
import type { Emittable } from '@intlify/shared'; | ||
import type { Locale } from '@intlify/runtime'; | ||
import type { Path } from '@intlify/message-resolver'; | ||
import type { PathValue } from '@intlify/message-resolver'; | ||
import type { Locale } from '@intlify/core-base'; | ||
import type { Path } from '@intlify/core-base'; | ||
import type { PathValue } from '@intlify/core-base'; | ||
@@ -7,0 +7,0 @@ export declare type VueDevToolsEmitter = Emittable<VueDevToolsEmitterEvents>; |
/*! | ||
* @intlify/vue-devtools v9.2.0-alpha.6 | ||
* vue-devtools v9.2.0-alpha.7 | ||
* (c) 2021 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "@intlify/vue-devtools", | ||
"version": "9.2.0-alpha.6", | ||
"version": "9.2.0-alpha.7", | ||
"description": "@intlify/vue-devtools", | ||
@@ -33,5 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@intlify/message-resolver": "9.2.0-alpha.6", | ||
"@intlify/runtime": "9.2.0-alpha.6", | ||
"@intlify/shared": "9.2.0-alpha.6" | ||
"@intlify/core-base": "9.2.0-alpha.7", | ||
"@intlify/shared": "9.2.0-alpha.7" | ||
}, | ||
@@ -38,0 +37,0 @@ "engines": { |
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
2
7863
+ Added@intlify/core-base@9.2.0-alpha.7(transitive)
+ Added@intlify/devtools-if@9.2.0-alpha.7(transitive)
+ Added@intlify/message-compiler@9.2.0-alpha.7(transitive)
+ Added@intlify/shared@9.2.0-alpha.7(transitive)
- Removed@intlify/runtime@9.2.0-alpha.6
- Removed@intlify/message-compiler@9.2.0-alpha.6(transitive)
- Removed@intlify/message-resolver@9.2.0-alpha.6(transitive)
- Removed@intlify/runtime@9.2.0-alpha.6(transitive)
- Removed@intlify/shared@9.2.0-alpha.6(transitive)