@powerlines/plugin-jest 0.1.679 → 0.1.681

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.
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -131,5 +131,4 @@ ${chalk.default.bold(`Time:`)} ${(0, jest_util.formatTime)((Date.now() -
131
131
  };
132
132
 
133
133
  //#endregion
134
- exports.default = plugin;
135
134
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends JestPluginContext = JestPluginContext>(options?: JestPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, plugin as default, plugin };
18
+ export { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends JestPluginContext = JestPluginContext>(options?: JestPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, plugin as default, plugin };
18
+ export { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -102,5 +102,5 @@ ${chalk.bold(`Time:`)} ${formatTime((Date.now() - results.startTime) / 1e
102
102
  };
103
103
 
104
104
  //#endregion
105
- export { plugin as default, plugin };
105
+ export { plugin };
106
106
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-jest",
3
- "version": "0.1.679",
3
+ "version": "0.1.681",
4
4
  "type": "module",
5
5
  "description": "A package containing the Jest testing plugin for Powerlines.",
6
6
  "repository": {
@@ -103,13 +103,13 @@
103
103
  "jest-config": "^30.4.2",
104
104
  "jest-resolve": "^30.4.1",
105
105
  "jest-util": "^30.4.1",
106
- "powerlines": "^0.47.209"
106
+ "powerlines": "^0.47.211"
107
107
  },
108
108
  "devDependencies": {
109
- "@powerlines/plugin-plugin": "^0.12.622",
109
+ "@powerlines/plugin-plugin": "^0.12.624",
110
110
  "@types/jest": "^30.0.0"
111
111
  },
112
112
  "publishConfig": { "access": "public" },
113
113
  "types": "./dist/index.d.cts",
114
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
114
+ "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
115
115
  }