@l10nmonster/server 3.1.2 → 3.1.3

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/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @l10nmonster/server [3.1.3](https://github.com/l10nmonster/l10nmonster/compare/@l10nmonster/server@3.1.2...@l10nmonster/server@3.1.3) (2026-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * kitchen sink properly re-export default export for l10nmonster/server ([#55](https://github.com/l10nmonster/l10nmonster/issues/55)) ([a20613d](https://github.com/l10nmonster/l10nmonster/commit/a20613db06d55a076115faa4bfcd2818efad61f5))
7
+
1
8
  ## @l10nmonster/server [3.1.2](https://public-github/l10nmonster/l10nmonster/compare/@l10nmonster/server@3.1.1...@l10nmonster/server@3.1.2) (2026-01-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l10nmonster/server",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "L10n Monster Manager",
5
5
  "type": "module",
6
6
  "main": "index.js",