@powerlines/plugin-deepkit 0.10.47 → 0.10.48
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-B0PXoNut.d.cts → index-DVmW64Vs.d.cts} +2 -2
- package/dist/{index-B0PXoNut.d.ts → index-DVmW64Vs.d.ts} +2 -2
- 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 +6 -6
|
@@ -1466,7 +1466,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1466
1466
|
* @param other - The other plugin to compare against.
|
|
1467
1467
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1468
1468
|
*/
|
|
1469
|
-
dedupe?: false | ((other: Plugin<
|
|
1469
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1470
1470
|
/**
|
|
1471
1471
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1472
1472
|
*/
|
|
@@ -1477,7 +1477,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1477
1477
|
* @param environment - The environment to check.
|
|
1478
1478
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1479
1479
|
*/
|
|
1480
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1480
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
type TypeScriptCompilerPluginOptions = Partial<Omit<ts.TranspileOptions, "fileName">> & {
|
|
@@ -1466,7 +1466,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1466
1466
|
* @param other - The other plugin to compare against.
|
|
1467
1467
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1468
1468
|
*/
|
|
1469
|
-
dedupe?: false | ((other: Plugin<
|
|
1469
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1470
1470
|
/**
|
|
1471
1471
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1472
1472
|
*/
|
|
@@ -1477,7 +1477,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1477
1477
|
* @param environment - The environment to check.
|
|
1478
1478
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1479
1479
|
*/
|
|
1480
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1480
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
type TypeScriptCompilerPluginOptions = Partial<Omit<ts.TranspileOptions, "fileName">> & {
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-
|
|
1
|
+
import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-DVmW64Vs.cjs';
|
|
2
|
+
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-DVmW64Vs.cjs';
|
|
3
3
|
import '@deepkit/type-compiler/config';
|
|
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 { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-
|
|
1
|
+
import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-DVmW64Vs.js';
|
|
2
|
+
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-DVmW64Vs.js';
|
|
3
3
|
import '@deepkit/type-compiler/config';
|
|
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 { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-
|
|
1
|
+
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-DVmW64Vs.cjs';
|
|
2
2
|
import '@deepkit/type-compiler/config';
|
|
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 { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-
|
|
1
|
+
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-DVmW64Vs.js';
|
|
2
2
|
import '@deepkit/type-compiler/config';
|
|
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 '@deepkit/type-compiler/config';
|
|
2
|
-
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-
|
|
2
|
+
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-DVmW64Vs.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 '@deepkit/type-compiler/config';
|
|
2
|
-
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-
|
|
2
|
+
export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-DVmW64Vs.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-deepkit",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.48",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
"keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@stryke/json": "^0.9.11",
|
|
103
|
-
"@powerlines/deepkit": "^0.4.
|
|
104
|
-
"@powerlines/plugin-tsc": "^0.2.
|
|
105
|
-
"powerlines": "^0.25.
|
|
103
|
+
"@powerlines/deepkit": "^0.4.44",
|
|
104
|
+
"@powerlines/plugin-tsc": "^0.2.47",
|
|
105
|
+
"powerlines": "^0.25.1",
|
|
106
106
|
"typescript": "^5.9.3"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@powerlines/nx": "^0.10.
|
|
109
|
+
"@powerlines/nx": "^0.10.39",
|
|
110
110
|
"@types/node": "^24.10.1"
|
|
111
111
|
},
|
|
112
112
|
"publishConfig": { "access": "public" },
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
|
|
114
114
|
}
|