@svelstack/translator 0.9.1 → 0.9.2

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/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -436,5 +436,8 @@ var Translator = class {
436
436
  }
437
437
  };
438
438
  export {
439
+ ChainMessageFormatter,
440
+ ParameterMessageFormatter,
441
+ PluralMessageFormatter,
439
442
  Translator
440
443
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svelstack/translator",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "scripts": {
5
5
  "build": "tsup && npm run prepack",
6
6
  "prepack": "publint",