@powerlines/plugin-tsdown 0.1.339 → 0.1.341

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.
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
3
3
  let defu = require("defu");
4
- defu = require_runtime.__toESM(defu);
4
+ defu = require_runtime.__toESM(defu, 1);
5
5
  let _powerlines_core_plugin_utils = require("@powerlines/core/plugin-utils");
6
6
  let _stryke_convert_to_array = require("@stryke/convert/to-array");
7
7
  let _stryke_path_append = require("@stryke/path/append");
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@ const require_helpers_unplugin = require('./helpers/unplugin.cjs');
5
5
  require('./helpers/index.cjs');
6
6
  let _powerlines_core_plugin_utils_format_package_json = require("@powerlines/core/plugin-utils/format-package-json");
7
7
  let defu = require("defu");
8
- defu = require_runtime.__toESM(defu);
8
+ defu = require_runtime.__toESM(defu, 1);
9
9
  let tsdown = require("tsdown");
10
10
 
11
11
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsdown",
3
- "version": "0.1.339",
3
+ "version": "0.1.341",
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.13.10",
77
- "@powerlines/plugin-rolldown": "^0.7.396",
76
+ "@powerlines/core": "^0.13.12",
77
+ "@powerlines/plugin-rolldown": "^0.7.398",
78
78
  "@stryke/convert": "^0.6.58",
79
79
  "defu": "^6.1.7",
80
80
  "unplugin": "^3.0.0"
81
81
  },
82
- "devDependencies": { "@types/node": "^25.6.0", "tsdown": "^0.21.7" },
82
+ "devDependencies": { "@types/node": "^25.6.0", "tsdown": "^0.21.9" },
83
83
  "peerDependencies": { "tsdown": ">=0.21.2" },
84
84
  "peerDependenciesMeta": { "tsdown": { "optional": false } },
85
85
  "publishConfig": { "access": "public" },
86
- "gitHead": "9cec72510580fd8ee2cafc64ccae8ca65e7746a4"
86
+ "gitHead": "10e11a88d7fa6920f7139649cd74470cab2fd514"
87
87
  }