@powerlines/plugin-deepkit 0.11.485 → 0.11.486

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 {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY,MAAA;IACR,OAAA,GAAU,oBAAoB;EAAA;AAAA;;;;;;;cAUrB,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
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 {
@@ -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":";;;;KA0BY,oBAAA,GAAuB,OAAA,CAAQ,gBAAA,IACzC,+BAAA;AAAA,UAEe,uBAAA,SAAgC,kCAAkC;EAHvE;;;EAOV,OAAA,EAAS,oBAAA;AAAA;AAAA,UAGM,2BAAA,SAAoC,sCAAA;EATpB;;;EAa/B,OAAA,EAAS,QAAA,CAAS,oBAAA;AAAA;AAAA,KAGR,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,+BAAA,CAAgC,eAAA"}
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"}
@@ -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.485",
3
+ "version": "0.11.486",
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.95",
94
- "@powerlines/plugin-tsc": "^0.3.139",
93
+ "@powerlines/deepkit": "^0.9.96",
94
+ "@powerlines/plugin-tsc": "^0.3.140",
95
95
  "@stryke/json": "^0.15.19",
96
96
  "@stryke/path": "^0.29.22",
97
- "powerlines": "^0.47.142",
97
+ "powerlines": "^0.47.143",
98
98
  "typescript": "^6.0.3"
99
99
  },
100
100
  "devDependencies": {
101
- "@powerlines/plugin-plugin": "^0.12.554",
102
- "@types/node": "^25.9.4"
101
+ "@powerlines/plugin-plugin": "^0.12.555",
102
+ "@types/node": "^25.9.5"
103
103
  },
104
104
  "publishConfig": { "access": "public" },
105
- "gitHead": "237e375dd938a17d2d363344b4d2c38c0173a76e"
105
+ "gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
106
106
  }