@powerlines/plugin-nitro 0.1.562 → 0.1.564

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
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -101,5 +101,4 @@ const plugin = (options = {}) => {
101
101
  };
102
102
 
103
103
  //#endregion
104
- exports.default = plugin;
105
104
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare const plugin: <TContext extends NitroPluginContext = NitroPluginContext>(options?: NitroPluginOptions) => Plugin<TContext>[];
14
14
  //#endregion
15
- export { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, plugin as default, plugin };
15
+ export { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare const plugin: <TContext extends NitroPluginContext = NitroPluginContext>(options?: NitroPluginOptions) => Plugin<TContext>[];
14
14
  //#endregion
15
- export { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, plugin as default, plugin };
15
+ export { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -72,5 +72,5 @@ const plugin = (options = {}) => {
72
72
  };
73
73
 
74
74
  //#endregion
75
- export { plugin as default, plugin };
75
+ export { plugin };
76
76
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nitro",
3
- "version": "0.1.562",
3
+ "version": "0.1.564",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for creating a server application that runs on Nitro.",
6
6
  "repository": {
@@ -93,15 +93,15 @@
93
93
  "@stryke/path": "^0.29.35",
94
94
  "defu": "^6.1.7",
95
95
  "nitro": "3.0.260429-beta",
96
- "powerlines": "^0.47.208"
96
+ "powerlines": "^0.47.210"
97
97
  },
98
98
  "devDependencies": {
99
- "@powerlines/plugin-plugin": "^0.12.621",
99
+ "@powerlines/plugin-plugin": "^0.12.623",
100
100
  "@types/node": "^25.9.5"
101
101
  },
102
102
  "publishConfig": { "access": "public" },
103
103
  "main": "./dist/index.cjs",
104
104
  "module": "./dist/index.mjs",
105
105
  "types": "./dist/index.d.cts",
106
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
106
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
107
107
  }