@saykit/format-po 0.4.1 → 0.6.0

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.
@@ -1,5 +1,4 @@
1
1
  import { Formatter } from "@saykit/config";
2
-
3
2
  //#region src/formatter.d.ts
4
3
  interface FormatterOptions {
5
4
  /**
@@ -15,4 +14,4 @@ interface FormatterOptions {
15
14
  }
16
15
  declare function createPoFormatter(options?: FormatterOptions): Formatter;
17
16
  //#endregion
18
- export { createPoFormatter as default };
17
+ export { type FormatterOptions, createPoFormatter as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saykit/format-po",
3
- "version": "0.4.1",
3
+ "version": "0.6.0",
4
4
  "description": "PO file formatter for saykit",
5
5
  "keywords": [
6
6
  "formatter",
@@ -38,7 +38,7 @@
38
38
  "pofile": "^1.1.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@saykit/config": "^0.4.1"
41
+ "@saykit/config": "^0.6.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@saykit/config": "*"