handlebars-i18n 1.10.2 → 1.10.4

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/package.json +7 -7
  2. package/readme.md +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "handlebars-i18n adds internationalization to handlebars.js using i18next and Intl.",
5
5
  "main": "dist/handlebars-i18n.js",
6
6
  "types": "dist/handlebars-i18n.d.ts",
@@ -43,27 +43,27 @@
43
43
  "intl": "^1.2.5"
44
44
  },
45
45
  "devDependencies": {
46
- "@commitlint/cli": "20.2.0",
47
- "@commitlint/config-conventional": "20.2.0",
46
+ "@commitlint/cli": "20.4.1",
47
+ "@commitlint/config-conventional": "20.4.1",
48
48
  "@types/intl": "^1.2.2",
49
- "@types/node": "^25.0.3",
49
+ "@types/node": "^25.2.0",
50
50
  "c8": "^10.1.3",
51
51
  "chai": "^6.2.2",
52
52
  "coveralls-next": "^6.0.1",
53
- "glob": "^13.0.0",
53
+ "glob": "^13.0.1",
54
54
  "gulp": "5.0.1",
55
55
  "gulp-rename": "2.1.0",
56
56
  "gulp-uglify": "3.0.2",
57
57
  "gulp-uglify-es": "3.0.0",
58
58
  "html-entities": "^2.6.0",
59
- "mocha": "11.7.5",
59
+ "mocha": "^11.3.0",
60
60
  "mocha-lcov-reporter": "^1.3.0",
61
61
  "nyc": "17.1.0",
62
62
  "typescript": "^5.9.3"
63
63
  },
64
64
  "dependencies": {
65
65
  "handlebars": "^4.7.8",
66
- "i18next": "^25.7.3",
66
+ "i18next": "^25.8.3",
67
67
  "intl": "^1.2.5",
68
68
  "relative-time-format": "^1.1.11"
69
69
  },
package/readme.md CHANGED
@@ -69,6 +69,8 @@ Via CDN:
69
69
  <script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.1/dist/handlebars-i18n.min.js"></script>
70
70
  ```
71
71
 
72
+ [![What Was Design](https://florianwalzel.com/what-was-design-banner-2x.webp)](https://www.slanted.de/product/what-was-design/)
73
+
72
74
  ## Quick Example
73
75
 
74
76
  Initialize i18next with your language strings and default settings:
@@ -562,7 +564,7 @@ npm test
562
564
 
563
565
  ## License
564
566
 
565
- MIT License, Copyright (c) 2020–25 Florian Walzel
567
+ MIT License, Copyright (c) 2020–26 Florian Walzel
566
568
 
567
569
  ## Contributing
568
570