@powerlines/unplugin 0.0.78 → 0.0.79
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 +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{nuxt-m9vkfvXK.cjs → nuxt-BOse8M0h.cjs} +1 -1
- package/dist/{nuxt-DkXJSxfm.mjs → nuxt-DOo5KpWr.mjs} +2 -2
- package/dist/{nuxt-DkXJSxfm.mjs.map → nuxt-DOo5KpWr.mjs.map} +1 -1
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.mjs +1 -1
- package/package.json +3 -3
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-
|
|
9
|
+
const require_nuxt = require('./nuxt-BOse8M0h.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-
|
|
9
|
+
import { t as plugin$3 } from "./nuxt-DOo5KpWr.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.
|
|
7
|
+
var version = "0.0.78";
|
|
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-
|
|
48
|
+
//# sourceMappingURL=nuxt-DOo5KpWr.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nuxt-
|
|
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"}
|
package/dist/nuxt.cjs
CHANGED
package/dist/nuxt.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/unplugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.79",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": [
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"typings": "dist/index.d.mts",
|
|
106
106
|
"files": ["dist"],
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@powerlines/core": "^0.48.
|
|
108
|
+
"@powerlines/core": "^0.48.31",
|
|
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",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"webpack": { "optional": true }
|
|
168
168
|
},
|
|
169
169
|
"publishConfig": { "access": "public" },
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "b26f2353b65f080f93d1e52e9c9f8e1c72293d12"
|
|
171
171
|
}
|