@intlify/devtools-if
Advanced tools
Comparing version 9.1.3 to 9.1.4
/*! | ||
* @intlify/devtools-if v9.1.3 | ||
* @intlify/devtools-if v9.1.4 | ||
* (c) 2021 kazuya kawaguchi | ||
@@ -8,1 +8,9 @@ * Released under the MIT License. | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const IntlifyDevToolsHooks = { | ||
I18nInit: 'i18n:init', | ||
FunctionTranslate: 'function:translate' | ||
}; | ||
exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks; |
/*! | ||
* @intlify/devtools-if v9.1.3 | ||
* @intlify/devtools-if v9.1.4 | ||
* (c) 2021 kazuya kawaguchi | ||
@@ -8,1 +8,9 @@ * Released under the MIT License. | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const IntlifyDevToolsHooks = { | ||
I18nInit: 'i18n:init', | ||
FunctionTranslate: 'function:translate' | ||
}; | ||
exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks; |
@@ -10,8 +10,8 @@ import type { Emittable } from '@intlify/shared'; | ||
export declare type IntlifyDevToolsEmitterHooks = { | ||
[IntlifyDevToolsHooks.I18N_INIT]: IntlifyDevToolsHookPayloads[IntlifyDevToolsHooks.I18N_INIT]; | ||
[IntlifyDevToolsHooks.FUNCTION_TRANSLATE]: IntlifyDevToolsHookPayloads[IntlifyDevToolsHooks.FUNCTION_TRANSLATE]; | ||
[IntlifyDevToolsHooks.I18nInit]: IntlifyDevToolsHookPayloads[typeof IntlifyDevToolsHooks.I18nInit]; | ||
[IntlifyDevToolsHooks.FunctionTranslate]: IntlifyDevToolsHookPayloads[typeof IntlifyDevToolsHooks.FunctionTranslate]; | ||
}; | ||
export declare type IntlifyDevToolsHookPayloads = { | ||
[IntlifyDevToolsHooks.I18N_INIT]: { | ||
[IntlifyDevToolsHooks.I18nInit]: { | ||
timestamp: number; | ||
@@ -21,3 +21,3 @@ i18n: unknown; | ||
} & AdditionalPayloads; | ||
[IntlifyDevToolsHooks.FUNCTION_TRANSLATE]: { | ||
[IntlifyDevToolsHooks.FunctionTranslate]: { | ||
timestamp: number; | ||
@@ -31,7 +31,9 @@ message: string | number; | ||
export declare const enum IntlifyDevToolsHooks { | ||
I18N_INIT = "i18n:init", | ||
FUNCTION_TRANSLATE = "function:translate" | ||
} | ||
export declare const IntlifyDevToolsHooks: { | ||
readonly I18nInit: "i18n:init"; | ||
readonly FunctionTranslate: "function:translate"; | ||
}; | ||
export declare type IntlifyDevToolsHooks = typeof IntlifyDevToolsHooks[keyof typeof IntlifyDevToolsHooks]; | ||
export declare interface IntlifyRecord { | ||
@@ -38,0 +40,0 @@ id: number; |
/*! | ||
* @intlify/devtools-if v9.1.3 | ||
* @intlify/devtools-if v9.1.4 | ||
* (c) 2021 kazuya kawaguchi | ||
* Released under the MIT License. | ||
*/ | ||
const IntlifyDevToolsHooks = { | ||
I18nInit: 'i18n:init', | ||
FunctionTranslate: 'function:translate' | ||
}; | ||
export { IntlifyDevToolsHooks }; |
{ | ||
"name": "@intlify/devtools-if", | ||
"version": "9.1.3", | ||
"version": "9.1.4", | ||
"description": "@intlify/devtools-if", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@intlify/shared": "9.1.3" | ||
"@intlify/shared": "9.1.4" | ||
}, | ||
@@ -36,0 +36,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
4887
75
+ Added@intlify/shared@9.1.4(transitive)
- Removed@intlify/shared@9.1.3(transitive)
Updated@intlify/shared@9.1.4