@powerlines/plugin-unenv 0.1.659 → 0.1.661

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.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  let unenv = require("unenv");
3
3
 
4
4
  //#region src/index.ts
@@ -42,5 +42,4 @@ const plugin = (options = {}) => {
42
42
  };
43
43
 
44
44
  //#endregion
45
- exports.default = plugin;
46
45
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -17,5 +17,5 @@ declare module "powerlines" {
17
17
  */
18
18
  declare const plugin: <TContext extends UnenvPluginContext = UnenvPluginContext>(options?: UnenvPluginOptions) => Plugin<TContext>;
19
19
  //#endregion
20
- export { type UnenvPluginContext, type UnenvPluginOptions, type UnenvPluginResolvedConfig, type UnenvPluginUserConfig, plugin as default, plugin };
20
+ export { type UnenvPluginContext, type UnenvPluginOptions, type UnenvPluginResolvedConfig, type UnenvPluginUserConfig, plugin };
21
21
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -17,5 +17,5 @@ declare module "powerlines" {
17
17
  */
18
18
  declare const plugin: <TContext extends UnenvPluginContext = UnenvPluginContext>(options?: UnenvPluginOptions) => Plugin<TContext>;
19
19
  //#endregion
20
- export { type UnenvPluginContext, type UnenvPluginOptions, type UnenvPluginResolvedConfig, type UnenvPluginUserConfig, plugin as default, plugin };
20
+ export { type UnenvPluginContext, type UnenvPluginOptions, type UnenvPluginResolvedConfig, type UnenvPluginUserConfig, plugin };
21
21
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -41,5 +41,5 @@ const plugin = (options = {}) => {
41
41
  };
42
42
 
43
43
  //#endregion
44
- export { plugin as default, plugin };
44
+ export { plugin };
45
45
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unenv",
3
- "version": "0.1.659",
3
+ "version": "0.1.661",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform source code to be platform agnostic using unenv.",
6
6
  "repository": {
@@ -89,15 +89,15 @@
89
89
  "files": ["dist/**/*"],
90
90
  "keywords": ["unenv", "powerlines", "storm-software", "powerlines-plugin"],
91
91
  "dependencies": {
92
- "powerlines": "^0.47.208",
92
+ "powerlines": "^0.47.210",
93
93
  "typescript": "^6.0.3",
94
94
  "unenv": "npm:unenv-nightly@2.0.0-20251124-134829-ab99519"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-plugin": "^0.12.621",
97
+ "@powerlines/plugin-plugin": "^0.12.623",
98
98
  "@types/node": "^25.9.5"
99
99
  },
100
100
  "publishConfig": { "access": "public" },
101
101
  "types": "./dist/index.d.cts",
102
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
102
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
103
103
  }