@powerlines/plugin-jest 0.1.142 → 0.1.143

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-jest",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "type": "module",
5
5
  "description": "A package containing the Jest testing plugin for Powerlines.",
6
6
  "repository": {
@@ -127,13 +127,13 @@
127
127
  "jest-config": "^30.2.0",
128
128
  "jest-resolve": "^30.2.0",
129
129
  "jest-util": "^30.2.0",
130
- "powerlines": "^0.37.8"
130
+ "powerlines": "^0.37.9"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@jest/types": "^30.2.0",
134
- "@powerlines/plugin-plugin": "^0.12.86",
134
+ "@powerlines/plugin-plugin": "^0.12.87",
135
135
  "@types/jest": "^30.0.0"
136
136
  },
137
137
  "publishConfig": { "access": "public" },
138
- "gitHead": "fcd7f0ca9ff916990197ad2307833339b3c4e530"
138
+ "gitHead": "c8f7d40e33243f2a610de2c53c050f3b2f2dcd31"
139
139
  }