@powerlines/plugin-deepkit 0.10.28 → 0.10.29
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-BkdnZoKt.d.cts → index-Bc7cos2a.d.cts} +5 -1
- package/dist/{index-BkdnZoKt.d.ts → index-Bc7cos2a.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 +7 -7
|
@@ -1465,5 +1465,9 @@ type DeepkitPluginResolvedConfig = TypeScriptCompilerPluginResolvedConfig & {
|
|
|
1465
1465
|
};
|
|
1466
1466
|
};
|
|
1467
1467
|
type DeepkitPluginContext<TResolvedConfig extends DeepkitPluginResolvedConfig = DeepkitPluginResolvedConfig> = TypeScriptCompilerPluginContext<TResolvedConfig>;
|
|
1468
|
+
declare type __ΩDeepkitPluginOptions = any[];
|
|
1469
|
+
declare type __ΩDeepkitPluginUserConfig = any[];
|
|
1470
|
+
declare type __ΩDeepkitPluginResolvedConfig = any[];
|
|
1471
|
+
declare type __ΩDeepkitPluginContext = any[];
|
|
1468
1472
|
|
|
1469
|
-
export type { DeepkitPluginContext as D, Plugin as P, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c };
|
|
1473
|
+
export type { DeepkitPluginContext as D, Plugin as P, __ΩDeepkitPluginOptions as _, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c, __ΩDeepkitPluginUserConfig as d, __ΩDeepkitPluginResolvedConfig as e, __ΩDeepkitPluginContext as f };
|
|
@@ -1465,5 +1465,9 @@ type DeepkitPluginResolvedConfig = TypeScriptCompilerPluginResolvedConfig & {
|
|
|
1465
1465
|
};
|
|
1466
1466
|
};
|
|
1467
1467
|
type DeepkitPluginContext<TResolvedConfig extends DeepkitPluginResolvedConfig = DeepkitPluginResolvedConfig> = TypeScriptCompilerPluginContext<TResolvedConfig>;
|
|
1468
|
+
declare type __ΩDeepkitPluginOptions = any[];
|
|
1469
|
+
declare type __ΩDeepkitPluginUserConfig = any[];
|
|
1470
|
+
declare type __ΩDeepkitPluginResolvedConfig = any[];
|
|
1471
|
+
declare type __ΩDeepkitPluginContext = any[];
|
|
1468
1472
|
|
|
1469
|
-
export type { DeepkitPluginContext as D, Plugin as P, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c };
|
|
1473
|
+
export type { DeepkitPluginContext as D, Plugin as P, __ΩDeepkitPluginOptions as _, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c, __ΩDeepkitPluginUserConfig as d, __ΩDeepkitPluginResolvedConfig as e, __ΩDeepkitPluginContext as f };
|
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 } from './index-
|
|
1
|
+
import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-Bc7cos2a.cjs';
|
|
2
|
+
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-Bc7cos2a.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 } from './index-
|
|
1
|
+
import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-Bc7cos2a.js';
|
|
2
|
+
export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-Bc7cos2a.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 } 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-Bc7cos2a.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 } 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-Bc7cos2a.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 } 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-Bc7cos2a.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 } 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-Bc7cos2a.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.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
"files": ["dist/**/*"],
|
|
100
100
|
"keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@powerlines/deepkit": "^0.4.
|
|
103
|
-
"@powerlines/plugin-tsc": "^0.2.
|
|
104
|
-
"powerlines": "^0.23.
|
|
102
|
+
"@powerlines/deepkit": "^0.4.25",
|
|
103
|
+
"@powerlines/plugin-tsc": "^0.2.28",
|
|
104
|
+
"powerlines": "^0.23.3",
|
|
105
105
|
"typescript": "^5.9.3"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@powerlines/nx": "^0.10.
|
|
109
|
-
"@types/node": "^
|
|
108
|
+
"@powerlines/nx": "^0.10.20",
|
|
109
|
+
"@types/node": "^24.10.1"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
113
113
|
}
|