@powerlines/plugin-tsdown 0.1.324 → 0.1.326

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.1.323-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.1.324-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1,8 +1,8 @@
1
1
  import { TsdownPluginContext } from "../types/plugin.cjs";
2
- import * as rolldown from "rolldown";
2
+ import * as _$rolldown from "rolldown";
3
3
 
4
4
  //#region src/helpers/unplugin.d.ts
5
- declare function createTsdownPlugin(context: TsdownPluginContext): rolldown.Plugin<any> | rolldown.Plugin<any>[];
5
+ declare function createTsdownPlugin(context: TsdownPluginContext): _$rolldown.Plugin<any> | _$rolldown.Plugin<any>[];
6
6
  //#endregion
7
7
  export { createTsdownPlugin };
8
8
  //# sourceMappingURL=unplugin.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unplugin.d.cts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,kBAAA,CAAmB,OAAA,EAAS,mBAAA,GAAmB,QAAA,CAAA,MAAA,QAAA,QAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"unplugin.d.cts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,kBAAA,CAAmB,OAAA,EAAS,mBAAA,GAAmB,UAAA,CAAA,MAAA,QAAA,UAAA,CAAA,MAAA"}
@@ -1,8 +1,8 @@
1
1
  import { TsdownPluginContext } from "../types/plugin.mjs";
2
- import * as rolldown from "rolldown";
2
+ import * as _$rolldown from "rolldown";
3
3
 
4
4
  //#region src/helpers/unplugin.d.ts
5
- declare function createTsdownPlugin(context: TsdownPluginContext): rolldown.Plugin<any> | rolldown.Plugin<any>[];
5
+ declare function createTsdownPlugin(context: TsdownPluginContext): _$rolldown.Plugin<any> | _$rolldown.Plugin<any>[];
6
6
  //#endregion
7
7
  export { createTsdownPlugin };
8
8
  //# sourceMappingURL=unplugin.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unplugin.d.mts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,kBAAA,CAAmB,OAAA,EAAS,mBAAA,GAAmB,QAAA,CAAA,MAAA,QAAA,QAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"unplugin.d.mts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,kBAAA,CAAmB,OAAA,EAAS,mBAAA,GAAmB,UAAA,CAAA,MAAA,QAAA,UAAA,CAAA,MAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsdown",
3
- "version": "0.1.324",
3
+ "version": "0.1.326",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": ["tsdown", "powerlines", "storm-software", "powerlines-plugin"],
@@ -73,15 +73,15 @@
73
73
  "typings": "dist/index.d.mts",
74
74
  "files": ["dist/**/*"],
75
75
  "dependencies": {
76
- "@powerlines/core": "^0.12.2",
77
- "@powerlines/plugin-rolldown": "^0.7.381",
76
+ "@powerlines/core": "^0.12.4",
77
+ "@powerlines/plugin-rolldown": "^0.7.383",
78
78
  "@stryke/convert": "^0.6.57",
79
79
  "defu": "^6.1.4",
80
80
  "unplugin": "^3.0.0"
81
81
  },
82
- "devDependencies": { "@types/node": "^25.5.0", "tsdown": "^0.21.5" },
82
+ "devDependencies": { "@types/node": "^25.5.0", "tsdown": "^0.21.6" },
83
83
  "peerDependencies": { "tsdown": ">=0.21.2" },
84
84
  "peerDependenciesMeta": { "tsdown": { "optional": false } },
85
85
  "publishConfig": { "access": "public" },
86
- "gitHead": "4042ae8096ab1aae106c743a39ee41047307dce3"
86
+ "gitHead": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
87
87
  }