@powerlines/plugin-plugin 0.12.554 → 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
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":"
|
|
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
package/dist/types/plugin.d.cts
CHANGED
|
@@ -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":";;;;
|
|
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"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
123
|
+
"powerlines": "^0.47.143"
|
|
124
124
|
},
|
|
125
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
125
|
+
"devDependencies": { "@types/node": "^25.9.5" },
|
|
126
126
|
"publishConfig": { "access": "public" },
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
|
|
128
128
|
}
|