@powerlines/plugin-plugin 0.12.553 → 0.12.555

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,5 @@
1
1
  import { PluginPluginContext, PluginPluginOptions } from "./types/plugin.cjs";
2
2
  import { Plugin } from "powerlines";
3
-
4
3
  //#region src/index.d.ts
5
4
  declare module "powerlines" {
6
5
  interface Config {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAwBY,MAAA;IACR,MAAA,GAAS,mBAAmB;EAAA;AAAA;;;;cAOnB,MAAA,oBACM,mBAAA,GAAsB,mBAAA,EAEvC,OAAA,GAAS,mBAAA,KACR,MAAA,CAAO,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;YAwBY;IACR,SAAS;;;;;;cAOA,SACX,iBAAiB,sBAAsB,qBAEvC,UAAS,wBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { PluginPluginContext, PluginPluginOptions } from "./types/plugin.mjs";
2
2
  import { Plugin } from "powerlines";
3
-
4
3
  //#region src/index.d.ts
5
4
  declare module "powerlines" {
6
5
  interface Config {
@@ -1,6 +1,5 @@
1
1
  import { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig } from "@powerlines/plugin-tsdown";
2
2
  import { FileReferenceInput } from "@stryke/types/configuration";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface PluginPluginTypesOptions {
6
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UA0BiB,wBAAA;;AAAjB;;EAIE,OAAA,GAAU,kBAAA;EAKqB;;;EAA/B,UAAA,GAAa,kBAAkB;AAAA;AAAA,UAGhB,mBAAA,SAA4B,mBAAmB;EAH/B;AAGjC;;EAIE,KAAA,GAAQ,wBAAA;AAAA;AAAA,UAGO,sBAAA,SAA+B,sBAAsB;EACpE,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,0BAA0B;EAC5E,MAAA,EAAQ,mBAAA;AAAA;AAAA,KAGE,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,mBAAA,CAAoB,eAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UA0BiB;;;;EAIf,UAAU;;;;EAKV,aAAa;;UAGE,4BAA4B;;;;EAI3C,QAAQ;;UAGO,+BAA+B;EAC9C,SAAS;;UAGM,mCAAmC;EAClD,QAAQ;;KAGE,oBACV,wBAAwB,6BACtB,8BACA,oBAAoB"}
@@ -1,6 +1,5 @@
1
1
  import { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig } from "@powerlines/plugin-tsdown";
2
2
  import { FileReferenceInput } from "@stryke/types/configuration";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface PluginPluginTypesOptions {
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.553",
3
+ "version": "0.12.555",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -117,12 +117,12 @@
117
117
  "files": ["dist/**/*"],
118
118
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
119
119
  "dependencies": {
120
- "@powerlines/plugin-tsdown": "^0.1.542",
120
+ "@powerlines/plugin-tsdown": "^0.1.544",
121
121
  "@stryke/path": "^0.29.22",
122
122
  "@stryke/types": "^0.12.23",
123
- "powerlines": "^0.47.141"
123
+ "powerlines": "^0.47.143"
124
124
  },
125
- "devDependencies": { "@types/node": "^25.9.4" },
125
+ "devDependencies": { "@types/node": "^25.9.5" },
126
126
  "publishConfig": { "access": "public" },
127
- "gitHead": "c2c932341c73ce708ac8e69c0d6c692ea41b4675"
127
+ "gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
128
128
  }