@powerlines/plugin-nitro 0.1.182 → 0.1.184

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
@@ -4,7 +4,7 @@ let __stryke_path_append = require("@stryke/path/append");
4
4
  let defu = require("defu");
5
5
  defu = require_rolldown_runtime.__toESM(defu);
6
6
  let nitro_builder = require("nitro/builder");
7
- let powerlines_plugin_utils_get_config_path = require("powerlines/plugin-utils/get-config-path");
7
+ let powerlines_plugin_utils = require("powerlines/plugin-utils");
8
8
 
9
9
  //#region src/index.ts
10
10
  /**
@@ -17,7 +17,7 @@ const plugin = (options = {}) => {
17
17
  async config() {
18
18
  this.debug("Providing default configuration for the Powerlines `nitro` plugin.");
19
19
  let configFile = options.configFile;
20
- if (!configFile) configFile = (0, powerlines_plugin_utils_get_config_path.getConfigPath)(this, "nitro");
20
+ if (!configFile) configFile = (0, powerlines_plugin_utils.getConfigPath)(this, "nitro");
21
21
  return { nitro: {
22
22
  configFile: configFile ? (0, __stryke_path_append.appendPath)(configFile, this.workspaceConfig.workspaceRoot) : void 0,
23
23
  ...options
@@ -26,7 +26,7 @@ const plugin = (options = {}) => {
26
26
  configResolved() {
27
27
  this.config.nitro.compatibilityDate = this.config.compatibilityDate;
28
28
  this.config.nitro.workspaceDir = this.workspaceConfig.workspaceRoot;
29
- this.config.nitro.alias = this.config.build.alias;
29
+ this.config.nitro.alias = this.config.resolve.alias;
30
30
  switch (this.config.logLevel) {
31
31
  case "error":
32
32
  this.config.nitro.logLevel = 1;
@@ -67,7 +67,7 @@ const plugin = (options = {}) => {
67
67
  vite: { config(_, configEnv) {
68
68
  this.config.nitro.dev = configEnv.command === "serve";
69
69
  this.config.nitro.builder = "vite";
70
- this.config.nitro.rootDir = this.config.projectRoot;
70
+ this.config.nitro.rootDir = this.config.root;
71
71
  this.config.nitro = (0, defu.default)(this.config.nitro, this.config);
72
72
  } }
73
73
  }
package/dist/index.d.cts CHANGED
@@ -1,9 +1,13 @@
1
1
  import { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, __ΩNitroContext, __ΩNitroPluginContext, __ΩNitroPluginOptions, __ΩNitroPluginResolvedConfig, __ΩNitroPluginUserConfig } from "./types/plugin.cjs";
2
2
  import "./types/index.cjs";
3
- import { Plugin } from "powerlines/types/plugin";
3
+ import { Plugin } from "powerlines";
4
4
 
5
5
  //#region src/index.d.ts
6
-
6
+ declare module "powerlines" {
7
+ interface UserConfig {
8
+ nitro?: NitroPluginOptions;
9
+ }
10
+ }
7
11
  /**
8
12
  * A Powerlines plugin to integrate with Nitro.
9
13
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AAoCA;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"],"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"}
package/dist/index.d.mts CHANGED
@@ -1,9 +1,13 @@
1
1
  import { NitroContext, NitroPluginContext, NitroPluginOptions, NitroPluginResolvedConfig, NitroPluginUserConfig, __ΩNitroContext, __ΩNitroPluginContext, __ΩNitroPluginOptions, __ΩNitroPluginResolvedConfig, __ΩNitroPluginUserConfig } from "./types/plugin.mjs";
2
2
  import "./types/index.mjs";
3
- import { Plugin } from "powerlines/types/plugin";
3
+ import { Plugin } from "powerlines";
4
4
 
5
5
  //#region src/index.d.ts
6
-
6
+ declare module "powerlines" {
7
+ interface UserConfig {
8
+ nitro?: NitroPluginOptions;
9
+ }
10
+ }
7
11
  /**
8
12
  * A Powerlines plugin to integrate with Nitro.
9
13
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AAoCA;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"],"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"}
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { appendPath } from "@stryke/path/append";
2
2
  import defu from "defu";
3
3
  import { createNitro } from "nitro/builder";
4
- import { getConfigPath } from "powerlines/plugin-utils/get-config-path";
4
+ import { getConfigPath } from "powerlines/plugin-utils";
5
5
 
6
6
  //#region src/index.ts
7
7
  /**
@@ -23,7 +23,7 @@ const plugin = (options = {}) => {
23
23
  configResolved() {
24
24
  this.config.nitro.compatibilityDate = this.config.compatibilityDate;
25
25
  this.config.nitro.workspaceDir = this.workspaceConfig.workspaceRoot;
26
- this.config.nitro.alias = this.config.build.alias;
26
+ this.config.nitro.alias = this.config.resolve.alias;
27
27
  switch (this.config.logLevel) {
28
28
  case "error":
29
29
  this.config.nitro.logLevel = 1;
@@ -64,7 +64,7 @@ const plugin = (options = {}) => {
64
64
  vite: { config(_, configEnv) {
65
65
  this.config.nitro.dev = configEnv.command === "serve";
66
66
  this.config.nitro.builder = "vite";
67
- this.config.nitro.rootDir = this.config.projectRoot;
67
+ this.config.nitro.rootDir = this.config.root;
68
68
  this.config.nitro = defu(this.config.nitro, this.config);
69
69
  } }
70
70
  }
@@ -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 { getConfigPath } from \"powerlines/plugin-utils/get-config-path\";\nimport { Plugin } from \"powerlines/types/plugin\";\nimport {\n NitroContext,\n NitroPluginContext,\n NitroPluginOptions,\n NitroPluginUserConfig\n} from \"./types/plugin\";\n\nexport * from \"./types\";\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.build\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.projectRoot;\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":";;;;;;;;;AAoCA,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,MACnC;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 export interface UserConfig {\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,9 +1,7 @@
1
+ import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
1
2
  import { createDevServer } from "nitro/builder";
2
3
  import { Nitro, NitroConfig } from "nitro/types";
3
4
  import { NitroPluginConfig, ServiceConfig } from "nitro/vite";
4
- import { UserConfig } from "powerlines/types/config";
5
- import { PluginContext } from "powerlines/types/context";
6
- import { ResolvedConfig } from "powerlines/types/resolved";
7
5
 
8
6
  //#region src/types/plugin.d.ts
9
7
  interface NitroPluginOptions extends Omit<NitroConfig, "root" | "compatibilityDate" | "logLevel" | "sourcemap" | "minify"> {
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;;UAyBiB,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"],"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,9 +1,7 @@
1
1
  import { createDevServer } from "nitro/builder";
2
+ import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
3
  import { Nitro, NitroConfig } from "nitro/types";
3
4
  import { NitroPluginConfig, ServiceConfig } from "nitro/vite";
4
- import { UserConfig } from "powerlines/types/config";
5
- import { PluginContext } from "powerlines/types/context";
6
- import { ResolvedConfig } from "powerlines/types/resolved";
7
5
 
8
6
  //#region src/types/plugin.d.ts
9
7
  interface NitroPluginOptions extends Omit<NitroConfig, "root" | "compatibilityDate" | "logLevel" | "sourcemap" | "minify"> {
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;;UAyBiB,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"],"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nitro",
3
- "version": "0.1.182",
3
+ "version": "0.1.184",
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
- "./package.json": "./package.json",
56
+ "./*": "./*",
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.9",
89
+ "@storm-software/config-tools": "^1.189.10",
90
90
  "@stryke/cli": "^0.13.15",
91
91
  "@stryke/convert": "^0.6.40",
92
92
  "@stryke/fs": "^0.33.43",
93
93
  "@stryke/path": "^0.26.6",
94
94
  "defu": "^6.1.4",
95
95
  "nitro": "3.0.1-alpha.1",
96
- "powerlines": "^0.38.57"
96
+ "powerlines": "^0.39.1"
97
97
  },
98
98
  "devDependencies": {
99
- "@powerlines/plugin-plugin": "^0.12.241",
100
- "@types/node": "^25.3.1"
99
+ "@powerlines/plugin-plugin": "^0.12.243",
100
+ "@types/node": "^25.3.3"
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": "eb3dbd19bd153aa5a988bce09a1cf05d985cb04b"
106
+ "gitHead": "30a096fed42d3462dbc028b16145250c373f3d99"
107
107
  }