handlebars-i18n-cli 2.0.9 → 2.0.10

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 +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -20,6 +20,7 @@ Install globally to use the CLI commands everywhere:
20
20
 
21
21
  ```shell
22
22
  npm i handlebars-i18n-cli -g
23
+ ```
23
24
 
24
25
  ... or install locally in one specific project:
25
26
 
@@ -124,7 +125,7 @@ Runs the file `en.json` against DeepL API. From this …
124
125
  }
125
126
  ```
126
127
 
127
- [![What Was Design](https://florianwalzel.com/what-was-design-banner-2x.webp)](https://www.slanted.de/product/what-was-design/)
128
+ [![Florian Walzel: What was design? Declarations and definitions from a century of creative quest](https://florianwalzel.com/wwd-hero-d.webp)](https://www.slanted.de/product/what-was-design/)
128
129
 
129
130
 
130
131
  ## Purpose / Motivation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n-cli",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
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",
@@ -41,7 +41,7 @@
41
41
  "homepage": "https://github.com/fwalzel/handlebars-i18n-cli#readme",
42
42
  "dependencies": {
43
43
  "async-file-tried": "^1.2.6",
44
- "axios": "^1.13.6",
44
+ "axios": "^1.16.1",
45
45
  "commander": "^14.0.3",
46
46
  "deepl-node": "^1.24.0",
47
47
  "dotenv": "^17.3.1",
@@ -52,10 +52,10 @@
52
52
  "chai": "^6.2.2",
53
53
  "chai-as-promised": "^8.0.2",
54
54
  "coveralls-next": "^6.0.1",
55
- "mocha": "^11.7.5",
56
- "sinon": "^21.0.2",
55
+ "mocha": "^11.3.0",
56
+ "sinon": "^22.0.0",
57
57
  "sinon-chai": "^4.0.1",
58
58
  "test-console": "^2.0.0",
59
- "typescript": "^5.9.3"
59
+ "typescript": "^6.0.3"
60
60
  }
61
61
  }