@powerlines/plugin-jest 0.1.159 → 0.1.161

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,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
  const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
3
- const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.188.78_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs');
3
+ const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs');
4
4
  let __stryke_path_join = require("@stryke/path/join");
5
5
  let chalk = require("chalk");
6
6
  chalk = require_rolldown_runtime.__toESM(chalk);
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.188.78_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
1
+ import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
2
2
  import { joinPaths } from "@stryke/path/join";
3
3
  import chalk from "chalk";
4
4
  import { runCLI } from "jest";
@@ -1,5 +1,5 @@
1
1
 
2
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.78_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
3
3
  var LogLevelLabel = {
4
4
  SILENT: "silent",
5
5
  FATAL: "fatal",
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.78_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
1
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2
2
  var LogLevelLabel = {
3
3
  SILENT: "silent",
4
4
  FATAL: "fatal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-jest",
3
- "version": "0.1.159",
3
+ "version": "0.1.161",
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.25"
130
+ "powerlines": "^0.37.27"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@jest/types": "^30.2.0",
134
- "@powerlines/plugin-plugin": "^0.12.103",
134
+ "@powerlines/plugin-plugin": "^0.12.105",
135
135
  "@types/jest": "^30.0.0"
136
136
  },
137
137
  "publishConfig": { "access": "public" },
138
- "gitHead": "2cbfb74bf61f18dc8309d967fd26a769b45cd1c0"
138
+ "gitHead": "2374286888f4f152371560b1375a4ad46b1d9e5d"
139
139
  }