@powerlines/plugin-i18next 0.1.31 → 0.1.32

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.
@@ -84,6 +84,10 @@ interface ParseOptions extends ParserOptions {
84
84
  allowReturnOutsideFunction?: boolean;
85
85
  }
86
86
  interface EmitOptions extends WriteOptions {
87
+ /**
88
+ * The file extension to use when emitting the file
89
+ */
90
+ extension?: string;
87
91
  /**
88
92
  * If true, will emit the file using {@link UnpluginBuildContext.emitFile | the bundler's emit function}.
89
93
  */
@@ -84,6 +84,10 @@ interface ParseOptions extends ParserOptions {
84
84
  allowReturnOutsideFunction?: boolean;
85
85
  }
86
86
  interface EmitOptions extends WriteOptions {
87
+ /**
88
+ * The file extension to use when emitting the file
89
+ */
90
+ extension?: string;
87
91
  /**
88
92
  * If true, will emit the file using {@link UnpluginBuildContext.emitFile | the bundler's emit function}.
89
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-i18next",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use i18next for internationalization.",
6
6
  "repository": {
@@ -123,12 +123,12 @@
123
123
  "defu": "^6.1.4",
124
124
  "i18next-cli": "^1.34.1",
125
125
  "i18next-resources-for-ts": "^2.0.0",
126
- "powerlines": "^0.37.8"
126
+ "powerlines": "^0.37.9"
127
127
  },
128
128
  "devDependencies": {
129
- "@powerlines/plugin-plugin": "^0.12.86",
129
+ "@powerlines/plugin-plugin": "^0.12.87",
130
130
  "@types/node": "^24.10.4"
131
131
  },
132
132
  "publishConfig": { "access": "public" },
133
- "gitHead": "fcd7f0ca9ff916990197ad2307833339b3c4e530"
133
+ "gitHead": "c8f7d40e33243f2a610de2c53c050f3b2f2dcd31"
134
134
  }