@hybridly/vite 0.10.0-beta.19 → 0.10.0-beta.20

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.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as vite from "vite";
1
2
  import { Plugin } from "vite";
2
3
  import { Runner } from "vite-plugin-run";
3
4
  import { Options as Options$1 } from "@vitejs/plugin-vue";
@@ -53,6 +54,6 @@ declare const _default: (options: ViteOptions, config: DynamicConfiguration) =>
53
54
  //#endregion
54
55
  //#region src/index.d.ts
55
56
  type Options = ViteOptions | ((config: DynamicConfiguration) => ViteOptions | Promise<ViteOptions>);
56
- declare function plugin(options?: Options): Promise<any[]>;
57
+ declare function plugin(options?: Options): Promise<(false | vite.Plugin<any>)[]>;
57
58
  //#endregion
58
59
  export { ViteOptions as Options, plugin as default, hybridlyImports, _default as layout };
package/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@ import fs from "node:fs";
8
8
  import { exec } from "node:child_process";
9
9
  import { promisify } from "node:util";
10
10
  import { loadEnv } from "vite";
11
- import run from "vite-plugin-run";
11
+ import { run } from "vite-plugin-run";
12
12
  import vue from "@vitejs/plugin-vue";
13
13
  import colors from "picocolors";
14
14
  import os from "node:os";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridly/vite",
3
3
  "type": "module",
4
- "version": "0.10.0-beta.19",
4
+ "version": "0.10.0-beta.20",
5
5
  "description": "Vite plugin for Hybridly",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -47,12 +47,12 @@
47
47
  "vue": "^3.5.0"
48
48
  },
49
49
  "dependencies": {
50
- "@hybridly/core": "0.10.0-beta.19",
50
+ "@hybridly/core": "0.10.0-beta.20",
51
51
  "@vitejs/plugin-vue": "^6.0.5",
52
52
  "fast-glob": "^3.3.3",
53
53
  "magic-string": "^0.30.17",
54
54
  "picocolors": "^1.1.1",
55
- "vite-plugin-run": "^0.8.0"
55
+ "vite-plugin-run": "^0.9.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@iconify/json": "^2.2.451",