handlebars-i18n-cli 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -35,7 +35,7 @@ i18n-collect <source> <target> <options...>
35
35
 
36
36
  #### Example:
37
37
 
38
- Generate a file `translations.json` holding the translations for `de`, `fr`, and `en` by extracting all key
38
+ Generate a file `translations.json` holding the translations for `de`, `en`, and `fr` by extracting all key
39
39
  names intended for i18next translation from all html files in your project:
40
40
 
41
41
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Extract translation keys from handlebars templates and form JSON from it, generate automatic translations via DeepL",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -40,22 +40,22 @@
40
40
  },
41
41
  "homepage": "https://github.com/fwalzel/handlebars-i18n-cli#readme",
42
42
  "dependencies": {
43
- "async-file-tried": "^1.2.1",
44
- "axios": "^1.12.2",
45
- "commander": "^14.0.1",
46
- "deepl-node": "^1.19.1",
47
- "dotenv": "^17.2.2",
48
- "glob": "^11.0.3"
43
+ "async-file-tried": "^1.2.2",
44
+ "axios": "^1.13.2",
45
+ "commander": "^14.0.2",
46
+ "deepl-node": "^1.22.0",
47
+ "dotenv": "^17.2.3",
48
+ "glob": "^13.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "c8": "^10.1.3",
52
- "chai": "^5.3.3",
52
+ "chai": "^6.2.1",
53
53
  "chai-as-promised": "^8.0.2",
54
- "coveralls-next": "^5.0.0",
55
- "mocha": "^11.7.2",
54
+ "coveralls-next": "^6.0.1",
55
+ "mocha": "^11.7.5",
56
56
  "sinon": "^21.0.0",
57
57
  "sinon-chai": "^4.0.1",
58
58
  "test-console": "^2.0.0",
59
- "typescript": "^5.9.2"
59
+ "typescript": "^5.9.3"
60
60
  }
61
61
  }