@hazeljs/i18n 2.0.4 → 2.0.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.
@@ -1,2 +1,2 @@
1
- import 'reflect-metadata';
1
+ export {};
2
2
  //# sourceMappingURL=lang.decorator.test.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lang.decorator.test.d.ts","sourceRoot":"","sources":["../../src/decorators/lang.decorator.test.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC"}
1
+ {"version":3,"file":"lang.decorator.test.d.ts","sourceRoot":"","sources":["../../src/decorators/lang.decorator.test.ts"],"names":[],"mappings":""}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- require("reflect-metadata");
4
3
  const lang_decorator_1 = require("./lang.decorator");
5
4
  const i18n_middleware_1 = require("../i18n.middleware");
6
5
  jest.mock('../i18n.middleware', () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/i18n",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Internationalization (i18n) module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "homepage": "https://hazeljs.ai",
47
47
  "peerDependencies": {
48
- "@hazeljs/core": "^2.0.4"
48
+ "@hazeljs/core": "^2.0.5"
49
49
  },
50
50
  "gitHead": "083b94562940a86c8e0a8cd81988d04b541608ac"
51
51
  }