@lingual/i18n-check 0.8.6 → 0.8.7

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.
@@ -130,6 +130,9 @@ const getKeys = (path) => {
130
130
  ts.isStringLiteral(property.initializer)) {
131
131
  pushNamespace({ name: property.initializer.text, variable });
132
132
  }
133
+ else {
134
+ pushNamespace({ name: '', variable });
135
+ }
133
136
  });
134
137
  }
135
138
  else if (argument && ts.isStringLiteral(argument)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingual/i18n-check",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "i18n translation messages check",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -30,21 +30,21 @@
30
30
  "glob": "11.0.2",
31
31
  "i18next-parser": "^9.3.0",
32
32
  "js-yaml": "^4.1.0",
33
- "typescript": "^5.8.3"
33
+ "typescript": "^5.9.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@eslint/js": "^9.30.1",
36
+ "@eslint/js": "^9.34.0",
37
37
  "@types/jest": "^29.5.14",
38
38
  "@types/js-yaml": "^4.0.9",
39
- "@types/node": "^22.16.0",
39
+ "@types/node": "^22.17.2",
40
40
  "@types/vinyl": "^2.0.12",
41
41
  "braces": "^3.0.3",
42
- "eslint": "^9.30.1",
42
+ "eslint": "^9.34.0",
43
43
  "globals": "^16.3.0",
44
44
  "jest": "^29.7.0",
45
45
  "prettier": "^3.6.2",
46
- "ts-jest": "^29.4.0",
47
- "typescript-eslint": "^8.35.1"
46
+ "ts-jest": "^29.4.1",
47
+ "typescript-eslint": "^8.40.0"
48
48
  },
49
49
  "repository": {
50
50
  "type": "git",