eslint-plugin-formatjs 6.4.11 → 6.4.12

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4539,7 +4539,7 @@ var package_exports = /* @__PURE__ */ __exportAll({
4539
4539
  });
4540
4540
  var name$1 = "eslint-plugin-formatjs";
4541
4541
  var description = "ESLint plugin for formatjs";
4542
- var version$1 = "6.4.11";
4542
+ var version$1 = "6.4.12";
4543
4543
  var license = "MIT";
4544
4544
  var author = "Long Ho <holevietlong@gmail.com>";
4545
4545
  var type = "module";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-plugin-formatjs",
3
3
  "description": "ESLint plugin for formatjs",
4
- "version": "6.4.11",
4
+ "version": "6.4.12",
5
5
  "license": "MIT",
6
6
  "author": "Long Ho <holevietlong@gmail.com>",
7
7
  "type": "module",