@powerlines/plugin-nitro 0.1.233 → 0.1.234

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.226-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.233-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 -->
@@ -58,21 +58,19 @@ A package containing a Powerlines plugin that integrates with Nitro.
58
58
 
59
59
  ## Table of Contents
60
60
 
61
- - [Powerlines - Nitro Plugin](#powerlines---nitro-plugin)
62
- - [Table of Contents](#table-of-contents)
63
- - [Installing](#installing)
64
- - [Reduced Package Size](#reduced-package-size)
65
- - [Development](#development)
66
- - [Building](#building)
67
- - [Running unit tests](#running-unit-tests)
68
- - [Linting](#linting)
69
- - [Storm Workspaces](#storm-workspaces)
70
- - [Roadmap](#roadmap)
71
- - [Support](#support)
72
- - [License](#license)
73
- - [Changelog](#changelog)
74
- - [Contributing](#contributing)
75
- - [Contributors](#contributors)
61
+ - [Installing](#installing)
62
+ - [Reduced Package Size](#reduced-package-size)
63
+ - [Development](#development)
64
+ - [Building](#building)
65
+ - [Running unit tests](#running-unit-tests)
66
+ - [Linting](#linting)
67
+ - [Storm Workspaces](#storm-workspaces)
68
+ - [Roadmap](#roadmap)
69
+ - [Support](#support)
70
+ - [License](#license)
71
+ - [Changelog](#changelog)
72
+ - [Contributing](#contributing)
73
+ - [Contributors](#contributors)
76
74
 
77
75
  <!-- END doctoc -->
78
76
 
@@ -1,4 +1,4 @@
1
- //#region rolldown:runtime
1
+ //#region \0rolldown/runtime.js
2
2
  var __create = Object.create;
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,3 @@
1
+ import "node:module";
2
+
3
+ export { };
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
- Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
3
- let __stryke_path_append = require("@stryke/path/append");
1
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
+ let _stryke_path_append = require("@stryke/path/append");
4
4
  let defu = require("defu");
5
- defu = require_rolldown_runtime.__toESM(defu);
5
+ defu = require_runtime.__toESM(defu);
6
6
  let nitro_builder = require("nitro/builder");
7
7
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
8
8
 
@@ -19,7 +19,7 @@ const plugin = (options = {}) => {
19
19
  let configFile = options.configFile;
20
20
  if (!configFile) configFile = (0, powerlines_plugin_utils.getConfigPath)(this, "nitro");
21
21
  return { nitro: {
22
- configFile: configFile ? (0, __stryke_path_append.appendPath)(configFile, this.workspaceConfig.workspaceRoot) : void 0,
22
+ configFile: configFile ? (0, _stryke_path_append.appendPath)(configFile, this.workspaceConfig.workspaceRoot) : void 0,
23
23
  ...options
24
24
  } };
25
25
  },
@@ -73,8 +73,7 @@ const plugin = (options = {}) => {
73
73
  }
74
74
  ];
75
75
  };
76
- var src_default = plugin;
77
76
 
78
77
  //#endregion
79
- exports.default = src_default;
78
+ exports.default = plugin;
80
79
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, __ΩNitroContext, __ΩNitroPluginContext, __ΩNitroPluginOptions, __ΩNitroPluginResolvedConfig, __ΩNitroPluginUserConfig } from "./types/plugin.cjs";
2
- import "./types/index.cjs";
3
2
  import { Plugin } from "powerlines";
4
3
 
5
4
  //#region src/index.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;IA+BwB,KAAA,CAAA,EAIZ,kBAJY;EAAA;;;;AAWxB;AACmB,cADN,MACM,EAAA,CAAA,iBAAA,kBAAA,GAAqB,kBAArB,CAAA,CAAA,OAAA,CAAA,EAER,kBAFQ,EAAA,GAwFZ,MAxFY,CAwFL,QAxFK,CAAA,EAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAkCY,MAAA;IACR,KAAA,GAAQ,kBAAA;EAAA;AAAA;;;;cAOC,MAAA,oBACM,kBAAA,GAAqB,kBAAA,EAEtC,OAAA,GAAS,kBAAA,KAsFJ,MAAA,CAAO,QAAA"}
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, __ΩNitroContext, __ΩNitroPluginContext, __ΩNitroPluginOptions, __ΩNitroPluginResolvedConfig, __ΩNitroPluginUserConfig } from "./types/plugin.mjs";
2
- import "./types/index.mjs";
3
2
  import { Plugin } from "powerlines";
4
3
 
5
4
  //#region src/index.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;IA+BwB,KAAA,CAAA,EAIZ,kBAJY;EAAA;;;;AAWxB;AACmB,cADN,MACM,EAAA,CAAA,iBAAA,kBAAA,GAAqB,kBAArB,CAAA,CAAA,OAAA,CAAA,EAER,kBAFQ,EAAA,GAwFZ,MAxFY,CAwFL,QAxFK,CAAA,EAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAkCY,MAAA;IACR,KAAA,GAAQ,kBAAA;EAAA;AAAA;;;;cAOC,MAAA,oBACM,kBAAA,GAAqB,kBAAA,EAEtC,OAAA,GAAS,kBAAA,KAsFJ,MAAA,CAAO,QAAA"}
package/dist/index.mjs CHANGED
@@ -70,8 +70,7 @@ const plugin = (options = {}) => {
70
70
  }
71
71
  ];
72
72
  };
73
- var src_default = plugin;
74
73
 
75
74
  //#endregion
76
- export { src_default as default, plugin };
75
+ export { plugin as default, plugin };
77
76
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { appendPath } from \"@stryke/path/append\";\nimport defu from \"defu\";\nimport { createNitro } from \"nitro/builder\";\nimport { NitroConfig } from \"nitro/types\";\nimport { Plugin } from \"powerlines\";\nimport { getConfigPath } from \"powerlines/plugin-utils\";\nimport {\n NitroContext,\n NitroPluginContext,\n NitroPluginOptions,\n NitroPluginUserConfig\n} from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n nitro?: NitroPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to integrate with Nitro.\n */\nexport const plugin = <\n TContext extends NitroPluginContext = NitroPluginContext\n>(\n options: NitroPluginOptions = {}\n) => {\n return [\n // nitroInit(options),\n // nitroEnv(options),\n // nitroMain(options),\n // nitroPrepare(options),\n // nitroService(options),\n // nitroPreviewPlugin(options),\n {\n name: \"nitro:config\",\n async config() {\n this.debug(\n \"Providing default configuration for the Powerlines `nitro` plugin.\"\n );\n\n let configFile = options.configFile;\n if (!configFile) {\n configFile = getConfigPath(this, \"nitro\");\n }\n\n return {\n nitro: {\n configFile: configFile\n ? appendPath(configFile, this.workspaceConfig.workspaceRoot)\n : undefined,\n ...options\n }\n } as NitroPluginUserConfig;\n },\n configResolved() {\n this.config.nitro.compatibilityDate = this.config.compatibilityDate;\n this.config.nitro.workspaceDir = this.workspaceConfig.workspaceRoot;\n\n this.config.nitro.alias = this.config.resolve\n .alias as NitroConfig[\"alias\"];\n\n switch (this.config.logLevel) {\n case \"error\":\n this.config.nitro.logLevel = 1;\n break;\n case \"warn\":\n this.config.nitro.logLevel = 2;\n break;\n case \"info\":\n this.config.nitro.logLevel = 3;\n break;\n case \"debug\":\n this.config.nitro.logLevel = 4;\n break;\n case \"trace\":\n this.config.nitro.logLevel = 5;\n break;\n case null:\n this.config.nitro.logLevel = 0;\n break;\n default:\n this.config.nitro.logLevel = 2;\n break;\n }\n }\n },\n {\n name: \"nitro:init\",\n configResolved: {\n order: \"post\",\n async handler() {\n this.nitro ??= {} as NitroContext;\n this.nitro.nitro = await createNitro(this.config.nitro);\n }\n }\n },\n {\n name: \"nitro:vite\",\n vite: {\n config(_, configEnv) {\n this.config.nitro.dev = configEnv.command === \"serve\";\n this.config.nitro.builder = \"vite\";\n this.config.nitro.rootDir = this.config.root;\n this.config.nitro = defu(\n this.config.nitro,\n this.config\n ) as NitroConfig;\n }\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n\n// function nitroInit(\n// options: NitroPluginOptions = {}\n// ): Plugin<NitroPluginContext> {\n// return {\n// name: \"nitro:init\",\n// sharedDuringBuild: true,\n\n// async config(config, configEnv) {\n// this.isRolldown = !!(this.meta as Record<string, string>).rolldownVersion;\n// if (!this.isInitialized) {\n// debug(\"[init] Initializing nitro\");\n// this.isInitialized = true;\n// await setupNitroContext(this, configEnv, config);\n// }\n// },\n\n// applyToEnvironment(env) {\n// if (env.name === \"nitro\" && ctx.nitro?.options.dev) {\n// debug(\"[init] Adding rollup plugins for dev\");\n// return [...((ctx.rollupConfig?.config.plugins as VitePlugin[]) || [])];\n// }\n// },\n// vite: {\n// apply: (_, configEnv) => !configEnv.isPreview\n// }\n// };\n// }\n\n// function nitroEnv(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:env\",\n// sharedDuringBuild: true,\n// apply: (_config, configEnv) => !configEnv.isPreview,\n\n// async config(userConfig, _configEnv) {\n// debug(\"[env] Extending config (environments)\");\n// const environments: Record<string, EnvironmentOptions> = {\n// ...createServiceEnvironments(ctx),\n// nitro: createNitroEnvironment(ctx)\n// };\n// environments.client = {\n// consumer: userConfig.environments?.client?.consumer ?? \"client\",\n// build: {\n// rollupOptions: {\n// input:\n// userConfig.environments?.client?.build?.rollupOptions?.input ??\n// useNitro(ctx).options.renderer?.template\n// }\n// }\n// };\n// debug(\"[env] Environments:\", Object.keys(environments).join(\", \"));\n// return {\n// environments\n// };\n// },\n\n// configEnvironment(name, config) {\n// if (config.consumer === \"client\") {\n// debug(\n// \"[env] Configuring client environment\",\n// name === \"client\" ? \"\" : ` (${name})`\n// );\n// config.build!.emptyOutDir = false;\n// config.build!.outDir = useNitro(ctx).options.output.publicDir;\n// }\n// }\n// };\n// }\n\n// function nitroMain(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:main\",\n// sharedDuringBuild: true,\n// apply: (_config, configEnv) => !configEnv.isPreview,\n\n// async config(userConfig, _configEnv) {\n// debug(\"[main] Extending config (appType, resolve, server)\");\n// if (!ctx.rollupConfig) {\n// throw new Error(\"Nitro rollup config is not initialized yet.\");\n// }\n// return {\n// appType: userConfig.appType || \"custom\",\n// resolve: {\n// // TODO: environment specific aliases not working\n// // https://github.com/vitejs/vite/pull/17583 (seems not effective)\n// alias: ctx.rollupConfig.base.aliases\n// },\n// builder: {\n// sharedConfigBuild: true\n// },\n// server: {\n// port:\n// Number.parseInt(process.env.PORT || \"\") ||\n// userConfig.server?.port ||\n// useNitro(ctx).options.devServer?.port ||\n// 3000,\n// // #3673, disable Vite's `cors` by default as Nitro handles all requests\n// cors: false\n// }\n// };\n// },\n\n// buildApp: {\n// order: \"post\",\n// handler(builder) {\n// debug(\"[main] Building environments\");\n// return buildEnvironments(ctx, builder);\n// }\n// },\n\n// generateBundle: {\n// handler(_options, bundle) {\n// const environment = this.environment;\n// debug(\n// \"[main] Generating manifest and entry points for environment:\",\n// environment.name\n// );\n// const serviceNames = Object.keys(ctx.services);\n// const isRegisteredService = serviceNames.includes(environment.name);\n\n// // Find entry point of this service\n// let entryFile: string | undefined;\n// for (const [_name, file] of Object.entries(bundle)) {\n// if (file.type === \"chunk\" && isRegisteredService && file.isEntry) {\n// if (entryFile === undefined) {\n// entryFile = file.fileName;\n// } else {\n// this.warn(\n// `Multiple entry points found for service \"${environment.name}\"`\n// );\n// }\n// }\n// }\n// if (isRegisteredService) {\n// if (entryFile === undefined) {\n// this.error(\n// `No entry point found for service \"${this.environment.name}\".`\n// );\n// }\n// ctx._entryPoints![this.environment.name] = entryFile!;\n// }\n// }\n// },\n\n// configureServer: server => {\n// debug(\"[main] Configuring dev server\");\n// return configureViteDevServer(ctx, server);\n// },\n\n// // Automatically reload the client when a server module is updated\n// // see: https://github.com/vitejs/vite/issues/19114\n// async hotUpdate({ server, modules, timestamp }) {\n// const env = this.environment;\n// if (\n// ctx.pluginConfig.experimental?.vite.serverReload === false ||\n// env.config.consumer === \"client\"\n// ) {\n// return;\n// }\n// const clientEnvs = Object.values(server.environments).filter(\n// env => env.config.consumer === \"client\"\n// );\n// let hasServerOnlyModule = false;\n// const invalidated = new Set<EnvironmentModuleNode>();\n// for (const mod of modules) {\n// if (\n// mod.id &&\n// !clientEnvs.some(env => env.moduleGraph.getModuleById(mod.id))\n// ) {\n// hasServerOnlyModule = true;\n// env.moduleGraph.invalidateModule(mod, invalidated, timestamp, false);\n// }\n// }\n// if (hasServerOnlyModule) {\n// env.hot.send({ type: \"full-reload\" });\n// server.ws.send({ type: \"full-reload\" });\n// return [];\n// }\n// }\n// };\n// }\n\n// function nitroPrepare(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:prepare\",\n// sharedDuringBuild: true,\n// applyToEnvironment: env => env.name === \"nitro\",\n\n// buildApp: {\n// // Clean the output directory before any environment is built\n// order: \"pre\",\n// async handler() {\n// debug(\"[prepare] Preparing output directory\");\n// const nitro = ctx.nitro;\n// await prepare(nitro);\n// }\n// }\n// };\n// }\n\n// function nitroService(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:service\",\n// enforce: \"pre\",\n// sharedDuringBuild: true,\n// applyToEnvironment: env => env.name === \"nitro\",\n\n// resolveId: {\n// filter: { id: /^#nitro-vite-setup$/ },\n// async handler(id) {\n// // Virtual modules\n// if (id === \"#nitro-vite-setup\") {\n// return { id, moduleSideEffects: true };\n// }\n// }\n// },\n\n// load: {\n// filter: { id: /^#nitro-vite-setup$/ },\n// async handler(id) {\n// // Virtual modules\n// if (id === \"#nitro-vite-setup\") {\n// return prodSetup(ctx);\n// }\n// }\n// }\n// };\n// }\n"],"mappings":";;;;;;;;;AA0CA,MAAa,UAGX,UAA8B,EAAE,KAC7B;AACH,QAAO;EAOL;GACE,MAAM;GACN,MAAM,SAAS;AACb,SAAK,MACH,qEACD;IAED,IAAI,aAAa,QAAQ;AACzB,QAAI,CAAC,WACH,cAAa,cAAc,MAAM,QAAQ;AAG3C,WAAO,EACL,OAAO;KACL,YAAY,aACR,WAAW,YAAY,KAAK,gBAAgB,cAAc,GAC1D;KACJ,GAAG;KACJ,EACF;;GAEH,iBAAiB;AACf,SAAK,OAAO,MAAM,oBAAoB,KAAK,OAAO;AAClD,SAAK,OAAO,MAAM,eAAe,KAAK,gBAAgB;AAEtD,SAAK,OAAO,MAAM,QAAQ,KAAK,OAAO,QACnC;AAEH,YAAQ,KAAK,OAAO,UAApB;KACE,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF;AACE,WAAK,OAAO,MAAM,WAAW;AAC7B;;;GAGP;EACD;GACE,MAAM;GACN,gBAAgB;IACd,OAAO;IACP,MAAM,UAAU;AACd,UAAK,UAAU,EAAE;AACjB,UAAK,MAAM,QAAQ,MAAM,YAAY,KAAK,OAAO,MAAM;;IAE1D;GACF;EACD;GACE,MAAM;GACN,MAAM,EACJ,OAAO,GAAG,WAAW;AACnB,SAAK,OAAO,MAAM,MAAM,UAAU,YAAY;AAC9C,SAAK,OAAO,MAAM,UAAU;AAC5B,SAAK,OAAO,MAAM,UAAU,KAAK,OAAO;AACxC,SAAK,OAAO,QAAQ,KAClB,KAAK,OAAO,OACZ,KAAK,OACN;MAEJ;GACF;EACF;;AAGH,kBAAe"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { appendPath } from \"@stryke/path/append\";\nimport defu from \"defu\";\nimport { createNitro } from \"nitro/builder\";\nimport { NitroConfig } from \"nitro/types\";\nimport { Plugin } from \"powerlines\";\nimport { getConfigPath } from \"powerlines/plugin-utils\";\nimport {\n NitroContext,\n NitroPluginContext,\n NitroPluginOptions,\n NitroPluginUserConfig\n} from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n nitro?: NitroPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to integrate with Nitro.\n */\nexport const plugin = <\n TContext extends NitroPluginContext = NitroPluginContext\n>(\n options: NitroPluginOptions = {}\n) => {\n return [\n // nitroInit(options),\n // nitroEnv(options),\n // nitroMain(options),\n // nitroPrepare(options),\n // nitroService(options),\n // nitroPreviewPlugin(options),\n {\n name: \"nitro:config\",\n async config() {\n this.debug(\n \"Providing default configuration for the Powerlines `nitro` plugin.\"\n );\n\n let configFile = options.configFile;\n if (!configFile) {\n configFile = getConfigPath(this, \"nitro\");\n }\n\n return {\n nitro: {\n configFile: configFile\n ? appendPath(configFile, this.workspaceConfig.workspaceRoot)\n : undefined,\n ...options\n }\n } as NitroPluginUserConfig;\n },\n configResolved() {\n this.config.nitro.compatibilityDate = this.config.compatibilityDate;\n this.config.nitro.workspaceDir = this.workspaceConfig.workspaceRoot;\n\n this.config.nitro.alias = this.config.resolve\n .alias as NitroConfig[\"alias\"];\n\n switch (this.config.logLevel) {\n case \"error\":\n this.config.nitro.logLevel = 1;\n break;\n case \"warn\":\n this.config.nitro.logLevel = 2;\n break;\n case \"info\":\n this.config.nitro.logLevel = 3;\n break;\n case \"debug\":\n this.config.nitro.logLevel = 4;\n break;\n case \"trace\":\n this.config.nitro.logLevel = 5;\n break;\n case null:\n this.config.nitro.logLevel = 0;\n break;\n default:\n this.config.nitro.logLevel = 2;\n break;\n }\n }\n },\n {\n name: \"nitro:init\",\n configResolved: {\n order: \"post\",\n async handler() {\n this.nitro ??= {} as NitroContext;\n this.nitro.nitro = await createNitro(this.config.nitro);\n }\n }\n },\n {\n name: \"nitro:vite\",\n vite: {\n config(_, configEnv) {\n this.config.nitro.dev = configEnv.command === \"serve\";\n this.config.nitro.builder = \"vite\";\n this.config.nitro.rootDir = this.config.root;\n this.config.nitro = defu(\n this.config.nitro,\n this.config\n ) as NitroConfig;\n }\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n\n// function nitroInit(\n// options: NitroPluginOptions = {}\n// ): Plugin<NitroPluginContext> {\n// return {\n// name: \"nitro:init\",\n// sharedDuringBuild: true,\n\n// async config(config, configEnv) {\n// this.isRolldown = !!(this.meta as Record<string, string>).rolldownVersion;\n// if (!this.isInitialized) {\n// debug(\"[init] Initializing nitro\");\n// this.isInitialized = true;\n// await setupNitroContext(this, configEnv, config);\n// }\n// },\n\n// applyToEnvironment(env) {\n// if (env.name === \"nitro\" && ctx.nitro?.options.dev) {\n// debug(\"[init] Adding rollup plugins for dev\");\n// return [...((ctx.rollupConfig?.config.plugins as VitePlugin[]) || [])];\n// }\n// },\n// vite: {\n// apply: (_, configEnv) => !configEnv.isPreview\n// }\n// };\n// }\n\n// function nitroEnv(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:env\",\n// sharedDuringBuild: true,\n// apply: (_config, configEnv) => !configEnv.isPreview,\n\n// async config(userConfig, _configEnv) {\n// debug(\"[env] Extending config (environments)\");\n// const environments: Record<string, EnvironmentOptions> = {\n// ...createServiceEnvironments(ctx),\n// nitro: createNitroEnvironment(ctx)\n// };\n// environments.client = {\n// consumer: userConfig.environments?.client?.consumer ?? \"client\",\n// build: {\n// rollupOptions: {\n// input:\n// userConfig.environments?.client?.build?.rollupOptions?.input ??\n// useNitro(ctx).options.renderer?.template\n// }\n// }\n// };\n// debug(\"[env] Environments:\", Object.keys(environments).join(\", \"));\n// return {\n// environments\n// };\n// },\n\n// configEnvironment(name, config) {\n// if (config.consumer === \"client\") {\n// debug(\n// \"[env] Configuring client environment\",\n// name === \"client\" ? \"\" : ` (${name})`\n// );\n// config.build!.emptyOutDir = false;\n// config.build!.outDir = useNitro(ctx).options.output.publicDir;\n// }\n// }\n// };\n// }\n\n// function nitroMain(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:main\",\n// sharedDuringBuild: true,\n// apply: (_config, configEnv) => !configEnv.isPreview,\n\n// async config(userConfig, _configEnv) {\n// debug(\"[main] Extending config (appType, resolve, server)\");\n// if (!ctx.rollupConfig) {\n// throw new Error(\"Nitro rollup config is not initialized yet.\");\n// }\n// return {\n// appType: userConfig.appType || \"custom\",\n// resolve: {\n// // TODO: environment specific aliases not working\n// // https://github.com/vitejs/vite/pull/17583 (seems not effective)\n// alias: ctx.rollupConfig.base.aliases\n// },\n// builder: {\n// sharedConfigBuild: true\n// },\n// server: {\n// port:\n// Number.parseInt(process.env.PORT || \"\") ||\n// userConfig.server?.port ||\n// useNitro(ctx).options.devServer?.port ||\n// 3000,\n// // #3673, disable Vite's `cors` by default as Nitro handles all requests\n// cors: false\n// }\n// };\n// },\n\n// buildApp: {\n// order: \"post\",\n// handler(builder) {\n// debug(\"[main] Building environments\");\n// return buildEnvironments(ctx, builder);\n// }\n// },\n\n// generateBundle: {\n// handler(_options, bundle) {\n// const environment = this.environment;\n// debug(\n// \"[main] Generating manifest and entry points for environment:\",\n// environment.name\n// );\n// const serviceNames = Object.keys(ctx.services);\n// const isRegisteredService = serviceNames.includes(environment.name);\n\n// // Find entry point of this service\n// let entryFile: string | undefined;\n// for (const [_name, file] of Object.entries(bundle)) {\n// if (file.type === \"chunk\" && isRegisteredService && file.isEntry) {\n// if (entryFile === undefined) {\n// entryFile = file.fileName;\n// } else {\n// this.warn(\n// `Multiple entry points found for service \"${environment.name}\"`\n// );\n// }\n// }\n// }\n// if (isRegisteredService) {\n// if (entryFile === undefined) {\n// this.error(\n// `No entry point found for service \"${this.environment.name}\".`\n// );\n// }\n// ctx._entryPoints![this.environment.name] = entryFile!;\n// }\n// }\n// },\n\n// configureServer: server => {\n// debug(\"[main] Configuring dev server\");\n// return configureViteDevServer(ctx, server);\n// },\n\n// // Automatically reload the client when a server module is updated\n// // see: https://github.com/vitejs/vite/issues/19114\n// async hotUpdate({ server, modules, timestamp }) {\n// const env = this.environment;\n// if (\n// ctx.pluginConfig.experimental?.vite.serverReload === false ||\n// env.config.consumer === \"client\"\n// ) {\n// return;\n// }\n// const clientEnvs = Object.values(server.environments).filter(\n// env => env.config.consumer === \"client\"\n// );\n// let hasServerOnlyModule = false;\n// const invalidated = new Set<EnvironmentModuleNode>();\n// for (const mod of modules) {\n// if (\n// mod.id &&\n// !clientEnvs.some(env => env.moduleGraph.getModuleById(mod.id))\n// ) {\n// hasServerOnlyModule = true;\n// env.moduleGraph.invalidateModule(mod, invalidated, timestamp, false);\n// }\n// }\n// if (hasServerOnlyModule) {\n// env.hot.send({ type: \"full-reload\" });\n// server.ws.send({ type: \"full-reload\" });\n// return [];\n// }\n// }\n// };\n// }\n\n// function nitroPrepare(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:prepare\",\n// sharedDuringBuild: true,\n// applyToEnvironment: env => env.name === \"nitro\",\n\n// buildApp: {\n// // Clean the output directory before any environment is built\n// order: \"pre\",\n// async handler() {\n// debug(\"[prepare] Preparing output directory\");\n// const nitro = ctx.nitro;\n// await prepare(nitro);\n// }\n// }\n// };\n// }\n\n// function nitroService(ctx: NitroPluginContext): VitePlugin {\n// return {\n// name: \"nitro:service\",\n// enforce: \"pre\",\n// sharedDuringBuild: true,\n// applyToEnvironment: env => env.name === \"nitro\",\n\n// resolveId: {\n// filter: { id: /^#nitro-vite-setup$/ },\n// async handler(id) {\n// // Virtual modules\n// if (id === \"#nitro-vite-setup\") {\n// return { id, moduleSideEffects: true };\n// }\n// }\n// },\n\n// load: {\n// filter: { id: /^#nitro-vite-setup$/ },\n// async handler(id) {\n// // Virtual modules\n// if (id === \"#nitro-vite-setup\") {\n// return prodSetup(ctx);\n// }\n// }\n// }\n// };\n// }\n"],"mappings":";;;;;;;;;AA0CA,MAAa,UAGX,UAA8B,EAAE,KAC7B;AACH,QAAO;EAOL;GACE,MAAM;GACN,MAAM,SAAS;AACb,SAAK,MACH,qEACD;IAED,IAAI,aAAa,QAAQ;AACzB,QAAI,CAAC,WACH,cAAa,cAAc,MAAM,QAAQ;AAG3C,WAAO,EACL,OAAO;KACL,YAAY,aACR,WAAW,YAAY,KAAK,gBAAgB,cAAc,GAC1D;KACJ,GAAG;KACJ,EACF;;GAEH,iBAAiB;AACf,SAAK,OAAO,MAAM,oBAAoB,KAAK,OAAO;AAClD,SAAK,OAAO,MAAM,eAAe,KAAK,gBAAgB;AAEtD,SAAK,OAAO,MAAM,QAAQ,KAAK,OAAO,QACnC;AAEH,YAAQ,KAAK,OAAO,UAApB;KACE,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF,KAAK;AACH,WAAK,OAAO,MAAM,WAAW;AAC7B;KACF;AACE,WAAK,OAAO,MAAM,WAAW;AAC7B;;;GAGP;EACD;GACE,MAAM;GACN,gBAAgB;IACd,OAAO;IACP,MAAM,UAAU;AACd,UAAK,UAAU,EAAE;AACjB,UAAK,MAAM,QAAQ,MAAM,YAAY,KAAK,OAAO,MAAM;;IAE1D;GACF;EACD;GACE,MAAM;GACN,MAAM,EACJ,OAAO,GAAG,WAAW;AACnB,SAAK,OAAO,MAAM,MAAM,UAAU,YAAY;AAC9C,SAAK,OAAO,MAAM,UAAU;AAC5B,SAAK,OAAO,MAAM,UAAU,KAAK,OAAO;AACxC,SAAK,OAAO,QAAQ,KAClB,KAAK,OAAO,OACZ,KAAK,OACN;MAEJ;GACF;EACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;UAuBiB,kBAAA,SAA2B,KAC1C;;AADF;AAUA;EAOiB,UAAA,CAAA,EAAA,MAAA;AAOjB;AACU,UAfO,qBAAA,SAA8B,UAerC,CAAA;EACM;;;EAEW,KAAA,CAAA,EAdjB,kBAciB;;AAAT,UAXD,yBAAA,SAAkC,cAWjC,CAAA;EAMN;;;EAEM,KAAA,EAfT,WAeS;;AACT,UAbQ,YAAA,CAaR;EAAY,KAAA,CAAA,EAZX,KAYW;gBAXL;QACR,kBAAkB;YACd,eAAe;;;;;KAMf,2CACc,4BAA4B,6BAClD,cAAc;SACT"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;UAuBiB,kBAAA,SAA2B,IAAA,CAC1C,WAAA;;AADF;;EAOE,UAAA;AAAA;AAAA,UAGe,qBAAA,SAA8B,UAAA;EAT7C;;;EAaA,KAAA,GAAQ,kBAAA;AAAA;AAAA,UAGO,yBAAA,SAAkC,cAAA;;;;EAIjD,KAAA,EAAO,WAAA;AAAA;AAAA,UAGQ,YAAA;EACf,KAAA,GAAQ,KAAA;EACR,YAAA,EAAc,iBAAA;EACd,GAAA,GAAM,UAAA,QAAkB,eAAA;EACxB,QAAA,EAAU,MAAA,SAAe,aAAA;EACzB,UAAA;EACA,aAAA;EACA,aAAA;AAAA;AAAA,KAGU,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA;EAChB,KAAA,EAAO,YAAA;AAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;UAuBiB,kBAAA,SAA2B,KAC1C;;AADF;AAUA;EAOiB,UAAA,CAAA,EAAA,MAAA;AAOjB;AACU,UAfO,qBAAA,SAA8B,UAerC,CAAA;EACM;;;EAEW,KAAA,CAAA,EAdjB,kBAciB;;AAAT,UAXD,yBAAA,SAAkC,cAWjC,CAAA;EAMN;;;EAEM,KAAA,EAfT,WAeS;;AACT,UAbQ,YAAA,CAaR;EAAY,KAAA,CAAA,EAZX,KAYW;gBAXL;QACR,kBAAkB;YACd,eAAe;;;;;KAMf,2CACc,4BAA4B,6BAClD,cAAc;SACT"}
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;UAuBiB,kBAAA,SAA2B,IAAA,CAC1C,WAAA;;AADF;;EAOE,UAAA;AAAA;AAAA,UAGe,qBAAA,SAA8B,UAAA;EAT7C;;;EAaA,KAAA,GAAQ,kBAAA;AAAA;AAAA,UAGO,yBAAA,SAAkC,cAAA;;;;EAIjD,KAAA,EAAO,WAAA;AAAA;AAAA,UAGQ,YAAA;EACf,KAAA,GAAQ,KAAA;EACR,YAAA,EAAc,iBAAA;EACd,GAAA,GAAM,UAAA,QAAkB,eAAA;EACxB,QAAA,EAAU,MAAA,SAAe,aAAA;EACzB,UAAA;EACA,aAAA;EACA,aAAA;AAAA;AAAA,KAGU,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA;EAChB,KAAA,EAAO,YAAA;AAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nitro",
3
- "version": "0.1.233",
3
+ "version": "0.1.234",
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": {
@@ -53,7 +53,7 @@
53
53
  "default": "./dist/index.mjs"
54
54
  }
55
55
  },
56
- "./*": "./*",
56
+ "./package.json": "./package.json",
57
57
  "./types": {
58
58
  "require": {
59
59
  "types": "./dist/types/index.d.cts",
@@ -86,22 +86,22 @@
86
86
  "files": ["dist/**/*"],
87
87
  "keywords": ["nitro", "powerlines", "storm-software", "powerlines-plugin"],
88
88
  "dependencies": {
89
- "@storm-software/config-tools": "^1.189.28",
89
+ "@storm-software/config-tools": "1.189.28",
90
90
  "@stryke/cli": "^0.13.29",
91
91
  "@stryke/convert": "^0.6.53",
92
92
  "@stryke/fs": "^0.33.57",
93
93
  "@stryke/path": "^0.26.19",
94
94
  "defu": "^6.1.4",
95
95
  "nitro": "3.0.1-alpha.1",
96
- "powerlines": "^0.41.6"
96
+ "powerlines": "^0.41.7"
97
97
  },
98
98
  "devDependencies": {
99
- "@powerlines/plugin-plugin": "^0.12.292",
99
+ "@powerlines/plugin-plugin": "^0.12.293",
100
100
  "@types/node": "^25.4.0"
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": "86bbe64da57a38d472b37261ca9d113171841a6c"
106
+ "gitHead": "2fb48143904805988bac9bdbc04cdc4a35ff398b"
107
107
  }