@powerlines/unplugin 0.0.79 → 0.0.80

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
@@ -6,7 +6,7 @@ const require_vite = require('./vite.cjs');
6
6
  const require_astro = require('./astro.cjs');
7
7
  const require_farm = require('./farm.cjs');
8
8
  const require_next = require('./next.cjs');
9
- const require_nuxt = require('./nuxt-BOse8M0h.cjs');
9
+ const require_nuxt = require('./nuxt-p97pkRJZ.cjs');
10
10
  const require_rollup = require('./rollup.cjs');
11
11
  const require_rspack = require('./rspack.cjs');
12
12
  const require_tsdown = require('./tsdown.cjs');
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import plugin$2 from "./vite.mjs";
6
6
  import withPlugin from "./astro.mjs";
7
7
  import farm from "./farm.mjs";
8
8
  import withPlugin$1 from "./next.mjs";
9
- import { t as plugin$3 } from "./nuxt-DOo5KpWr.mjs";
9
+ import { t as plugin$3 } from "./nuxt-DnPulowA.mjs";
10
10
  import plugin$4 from "./rollup.mjs";
11
11
  import plugin$5 from "./rspack.mjs";
12
12
  import plugin$6 from "./tsdown.mjs";
@@ -4,7 +4,7 @@ import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
4
4
 
5
5
  //#region package.json
6
6
  var name = "@powerlines/unplugin";
7
- var version = "0.0.78";
7
+ var version = "0.0.79";
8
8
 
9
9
  //#endregion
10
10
  //#region src/nuxt.ts
@@ -45,4 +45,4 @@ const plugin = defineNuxtModule({
45
45
 
46
46
  //#endregion
47
47
  export { plugin as t };
48
- //# sourceMappingURL=nuxt-DOo5KpWr.mjs.map
48
+ //# sourceMappingURL=nuxt-DnPulowA.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nuxt-DOo5KpWr.mjs","names":["vite","webpack"],"sources":["../package.json","../src/nuxt.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 { addVitePlugin, addWebpackPlugin, defineNuxtModule } from \"@nuxt/kit\";\nimport type { UserConfig } from \"@powerlines/core\";\nimport { name, version } from \"../package.json\";\nimport vite from \"./vite\";\nimport webpack from \"./webpack\";\n\n/**\n * A Nuxt plugin that will invoke the Powerlines API hooks during the build process.\n *\n * @see https://nuxt.com/docs/guide/directory-structure/modules\n *\n * @example\n * ```ts\n * // nuxt.config.ts\n * import { defineNuxtConfig } from \"@nuxt/kit\";\n *\n * export default defineNuxtConfig({\n * modules: [\n * [\n * \"@powerlines/unplugin/nuxt\",\n * { name: \"example-app\", ... }\n * ],\n * ],\n * });\n *\n * ```\n */\nconst plugin = defineNuxtModule<UserConfig>({\n meta: {\n name,\n version,\n configKey: \"powerlines\",\n compatibility: {\n builder: {\n vite: \"^8.0.0\"\n }\n }\n },\n defaults: {},\n setup(options) {\n addVitePlugin(() => vite(options));\n addWebpackPlugin(() => webpack(options));\n }\n});\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC6CA,MAAM,SAAS,iBAA6B;CAC1C,MAAM;EACJ;EACA;EACA,WAAW;EACX,eAAe,EACb,SAAS,EACP,MAAM,SACR,EACF;CACF;CACA,UAAU,CAAC;CACX,MAAM,SAAS;EACb,oBAAoBA,SAAK,OAAO,CAAC;EACjC,uBAAuBC,SAAQ,OAAO,CAAC;CACzC;AACF,CAAC"}
1
+ {"version":3,"file":"nuxt-DnPulowA.mjs","names":["vite","webpack"],"sources":["../package.json","../src/nuxt.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 { addVitePlugin, addWebpackPlugin, defineNuxtModule } from \"@nuxt/kit\";\nimport type { UserConfig } from \"@powerlines/core\";\nimport { name, version } from \"../package.json\";\nimport vite from \"./vite\";\nimport webpack from \"./webpack\";\n\n/**\n * A Nuxt plugin that will invoke the Powerlines API hooks during the build process.\n *\n * @see https://nuxt.com/docs/guide/directory-structure/modules\n *\n * @example\n * ```ts\n * // nuxt.config.ts\n * import { defineNuxtConfig } from \"@nuxt/kit\";\n *\n * export default defineNuxtConfig({\n * modules: [\n * [\n * \"@powerlines/unplugin/nuxt\",\n * { name: \"example-app\", ... }\n * ],\n * ],\n * });\n *\n * ```\n */\nconst plugin = defineNuxtModule<UserConfig>({\n meta: {\n name,\n version,\n configKey: \"powerlines\",\n compatibility: {\n builder: {\n vite: \"^8.0.0\"\n }\n }\n },\n defaults: {},\n setup(options) {\n addVitePlugin(() => vite(options));\n addWebpackPlugin(() => webpack(options));\n }\n});\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC6CA,MAAM,SAAS,iBAA6B;CAC1C,MAAM;EACJ;EACA;EACA,WAAW;EACX,eAAe,EACb,SAAS,EACP,MAAM,SACR,EACF;CACF;CACA,UAAU,CAAC;CACX,MAAM,SAAS;EACb,oBAAoBA,SAAK,OAAO,CAAC;EACjC,uBAAuBC,SAAQ,OAAO,CAAC;CACzC;AACF,CAAC"}
@@ -4,7 +4,7 @@ let _nuxt_kit = require("@nuxt/kit");
4
4
 
5
5
  //#region package.json
6
6
  var name = "@powerlines/unplugin";
7
- var version = "0.0.78";
7
+ var version = "0.0.79";
8
8
 
9
9
  //#endregion
10
10
  //#region src/nuxt.ts
package/dist/nuxt.cjs CHANGED
@@ -1,4 +1,4 @@
1
1
  require('./vite.cjs');
2
- const require_nuxt = require('./nuxt-BOse8M0h.cjs');
2
+ const require_nuxt = require('./nuxt-p97pkRJZ.cjs');
3
3
 
4
4
  module.exports = require_nuxt.plugin;
package/dist/nuxt.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./vite.mjs";
2
- import { t as plugin } from "./nuxt-DOo5KpWr.mjs";
2
+ import { t as plugin } from "./nuxt-DnPulowA.mjs";
3
3
 
4
4
  export { plugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/unplugin",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": [
@@ -105,20 +105,20 @@
105
105
  "typings": "dist/index.d.mts",
106
106
  "files": ["dist"],
107
107
  "dependencies": {
108
- "@powerlines/core": "^0.48.31",
108
+ "@powerlines/core": "^0.48.32",
109
109
  "@rollup/plugin-alias": "^6.0.0",
110
110
  "@rollup/plugin-inject": "^5.0.5",
111
111
  "@rollup/plugin-node-resolve": "^16.0.3",
112
112
  "@rollup/plugin-replace": "^6.0.3",
113
- "@stryke/convert": "^0.7.12",
114
- "@stryke/fs": "^0.33.81",
115
- "@stryke/helpers": "^0.10.21",
116
- "@stryke/json": "^0.15.5",
117
- "@stryke/path": "^0.29.8",
118
- "@stryke/string-format": "^0.17.23",
119
- "@stryke/type-checks": "^0.6.14",
120
- "@stryke/types": "^0.12.9",
121
- "@stryke/unique-id": "^0.3.92",
113
+ "@stryke/convert": "^0.7.13",
114
+ "@stryke/fs": "^0.33.82",
115
+ "@stryke/helpers": "^0.10.22",
116
+ "@stryke/json": "^0.15.6",
117
+ "@stryke/path": "^0.29.9",
118
+ "@stryke/string-format": "^0.17.24",
119
+ "@stryke/type-checks": "^0.6.15",
120
+ "@stryke/types": "^0.12.10",
121
+ "@stryke/unique-id": "^0.3.93",
122
122
  "defu": "^6.1.7",
123
123
  "glob": "^13.0.6",
124
124
  "jiti": "^2.7.0",
@@ -167,5 +167,5 @@
167
167
  "webpack": { "optional": true }
168
168
  },
169
169
  "publishConfig": { "access": "public" },
170
- "gitHead": "b26f2353b65f080f93d1e52e9c9f8e1c72293d12"
170
+ "gitHead": "796932c328e29c623584c8c58fc0ae421674ba4e"
171
171
  }