@powerlines/plugin-jest 0.1.26 → 0.1.27
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-C8Vo1PGg.d.cts → index-C2Du0Vmo.d.cts} +5 -1
- package/dist/{index-C8Vo1PGg.d.ts → index-C2Du0Vmo.d.ts} +5 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1628,5 +1628,9 @@ interface JestPluginResolvedConfig extends ResolvedConfig {
|
|
|
1628
1628
|
};
|
|
1629
1629
|
}
|
|
1630
1630
|
type JestPluginContext<TResolvedConfig extends JestPluginResolvedConfig = JestPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1631
|
+
declare type __ΩJestPluginOptions = any[];
|
|
1632
|
+
declare type __ΩJestPluginUserConfig = any[];
|
|
1633
|
+
declare type __ΩJestPluginResolvedConfig = any[];
|
|
1634
|
+
declare type __ΩJestPluginContext = any[];
|
|
1631
1635
|
|
|
1632
|
-
export type { JestPluginContext as J, Plugin as P, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c };
|
|
1636
|
+
export type { JestPluginContext as J, Plugin as P, __ΩJestPluginOptions as _, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c, __ΩJestPluginUserConfig as d, __ΩJestPluginResolvedConfig as e, __ΩJestPluginContext as f };
|
|
@@ -1628,5 +1628,9 @@ interface JestPluginResolvedConfig extends ResolvedConfig {
|
|
|
1628
1628
|
};
|
|
1629
1629
|
}
|
|
1630
1630
|
type JestPluginContext<TResolvedConfig extends JestPluginResolvedConfig = JestPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1631
|
+
declare type __ΩJestPluginOptions = any[];
|
|
1632
|
+
declare type __ΩJestPluginUserConfig = any[];
|
|
1633
|
+
declare type __ΩJestPluginResolvedConfig = any[];
|
|
1634
|
+
declare type __ΩJestPluginContext = any[];
|
|
1631
1635
|
|
|
1632
|
-
export type { JestPluginContext as J, Plugin as P, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c };
|
|
1636
|
+
export type { JestPluginContext as J, Plugin as P, __ΩJestPluginOptions as _, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c, __ΩJestPluginUserConfig as d, __ΩJestPluginResolvedConfig as e, __ΩJestPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig } from './index-
|
|
1
|
+
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-C2Du0Vmo.cjs';
|
|
2
|
+
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from './index-C2Du0Vmo.cjs';
|
|
3
3
|
import '@jest/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig } from './index-
|
|
1
|
+
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-C2Du0Vmo.js';
|
|
2
|
+
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from './index-C2Du0Vmo.js';
|
|
3
3
|
import '@jest/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
1
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.cjs';
|
|
2
2
|
import '@jest/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
1
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.js';
|
|
2
2
|
import '@jest/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@jest/types';
|
|
2
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
2
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@jest/types';
|
|
2
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
2
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-jest",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Jest testing plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"jest-config": "^30.2.0",
|
|
110
110
|
"jest-resolve": "^30.2.0",
|
|
111
111
|
"jest-util": "^30.2.0",
|
|
112
|
-
"powerlines": "^0.23.
|
|
112
|
+
"powerlines": "^0.23.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@jest/types": "^30.2.0",
|
|
116
|
-
"@powerlines/nx": "^0.10.
|
|
116
|
+
"@powerlines/nx": "^0.10.20",
|
|
117
117
|
"@types/jest": "^30.0.0"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
121
121
|
}
|