@powerlines/plugin-deepkit 0.11.485 → 0.11.487
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.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DeepkitPluginContext, DeepkitPluginOptions, DeepkitPluginResolvedConfig, DeepkitPluginUserConfig } from "./types/plugin.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY;IACR,UAAU;;;;;;;;;cAUD,SACX,iBAAiB,uBAAuB,sBAExC,UAAS,yBACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DeepkitPluginContext, DeepkitPluginOptions, DeepkitPluginResolvedConfig, DeepkitPluginUserConfig } from "./types/plugin.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReflectionConfig } from "@powerlines/deepkit/vendor/type-compiler/config";
|
|
2
2
|
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from "@powerlines/plugin-tsc/types/plugin";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type DeepkitPluginOptions = Partial<ReflectionConfig> & TypeScriptCompilerPluginOptions;
|
|
6
5
|
interface DeepkitPluginUserConfig extends TypeScriptCompilerPluginUserConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;KA0BY,uBAAuB,QAAQ,oBACzC;UAEe,gCAAgC;;;;EAI/C,SAAS;;UAGM,oCAAoC;;;;EAInD,SAAS,SAAS;;KAGR,qBACV,wBAAwB,8BACtB,+BACA,gCAAgC"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReflectionConfig } from "@powerlines/deepkit/vendor/type-compiler/config";
|
|
2
2
|
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from "@powerlines/plugin-tsc/types/plugin";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type DeepkitPluginOptions = Partial<ReflectionConfig> & TypeScriptCompilerPluginOptions;
|
|
6
5
|
interface DeepkitPluginUserConfig extends TypeScriptCompilerPluginUserConfig {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-deepkit",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.487",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -90,17 +90,17 @@
|
|
|
90
90
|
"files": ["dist"],
|
|
91
91
|
"keywords": ["deepkit", "powerlines", "powerlines-plugin"],
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@powerlines/deepkit": "^0.9.
|
|
94
|
-
"@powerlines/plugin-tsc": "^0.3.
|
|
93
|
+
"@powerlines/deepkit": "^0.9.97",
|
|
94
|
+
"@powerlines/plugin-tsc": "^0.3.141",
|
|
95
95
|
"@stryke/json": "^0.15.19",
|
|
96
96
|
"@stryke/path": "^0.29.22",
|
|
97
|
-
"powerlines": "^0.47.
|
|
97
|
+
"powerlines": "^0.47.144",
|
|
98
98
|
"typescript": "^6.0.3"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
102
|
-
"@types/node": "^25.9.
|
|
101
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
102
|
+
"@types/node": "^25.9.5"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": { "access": "public" },
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
106
106
|
}
|