@powerlines/plugin-jest 0.1.679 → 0.1.680
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 +1 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Object.
|
|
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
|
|
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
|
|
18
|
+
export { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, plugin };
|
|
19
19
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-jest",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.680",
|
|
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.
|
|
106
|
+
"powerlines": "^0.47.210"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
109
|
+
"@powerlines/plugin-plugin": "^0.12.623",
|
|
110
110
|
"@types/jest": "^30.0.0"
|
|
111
111
|
},
|
|
112
112
|
"publishConfig": { "access": "public" },
|
|
113
113
|
"types": "./dist/index.d.cts",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
|
|
115
115
|
}
|