@fukict/i18n 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
  import { METADATA } from './metadata.js';
7
7
  export { METADATA };
8
- export declare const VERSION: "0.1.2";
8
+ export declare const VERSION: "0.1.5";
9
9
  export { I18n } from './I18n';
10
10
  export { createI18n } from './createI18n';
11
11
  export type { I18nInstance, I18nListener, I18nOptions, KeyPath, TranslationKey, Unsubscribe, } from './types';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export declare const METADATA: {
6
6
  readonly name: "@fukict/i18n";
7
- readonly version: "0.1.2";
7
+ readonly version: "0.1.5";
8
8
  readonly description: "Type-safe internationalization library for Fukict framework";
9
9
  readonly author: "Fukict Team";
10
10
  readonly license: "MIT";
package/dist/metadata.js CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export const METADATA = {
6
6
  name: '@fukict/i18n',
7
- version: '0.1.2',
7
+ version: '0.1.5',
8
8
  description: 'Type-safe internationalization library for Fukict framework',
9
9
  author: 'Fukict Team',
10
10
  license: 'MIT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fukict/i18n",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Type-safe internationalization library for Fukict framework",
5
5
  "keywords": [
6
6
  "fukict",