powerlines 0.31.2 → 0.31.3

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/nuxt.cjs CHANGED
@@ -14,7 +14,7 @@ var kit = require('@nuxt/kit');
14
14
 
15
15
  // package.json
16
16
  var name = "powerlines";
17
- var version = "0.31.1";
17
+ var version = "0.31.2";
18
18
 
19
19
  // src/nuxt.ts
20
20
  var nuxt = kit.defineNuxtModule({
package/dist/nuxt.js CHANGED
@@ -10,7 +10,7 @@ import { defineNuxtModule, addVitePlugin, addWebpackPlugin } from '@nuxt/kit';
10
10
 
11
11
  // package.json
12
12
  var name = "powerlines";
13
- var version = "0.31.1";
13
+ var version = "0.31.2";
14
14
 
15
15
  // src/nuxt.ts
16
16
  var nuxt = defineNuxtModule({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.31.2",
3
+ "version": "0.31.3",
4
4
  "type": "module",
5
5
  "description": "The \"any framework\" framework that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "repository": {
@@ -515,7 +515,7 @@
515
515
  "tsup": "8.4.0",
516
516
  "unbuild": "^3.5.0",
517
517
  "unloader": "^0.5.0",
518
- "vite": "^7.1.8",
518
+ "vite": "^8.0.0-beta.2",
519
519
  "webpack": "^5.101.3",
520
520
  "webpack-cli": "^6.0.1"
521
521
  },
@@ -609,7 +609,7 @@
609
609
  "ts-morph": "^27.0.2",
610
610
  "unimport": "^5.6.0",
611
611
  "unplugin": "3.0.0-beta.3",
612
- "vite": "8.0.0-beta.1"
612
+ "vite": "8.0.0-beta.2"
613
613
  },
614
614
  "devDependencies": {
615
615
  "@microsoft/tsdoc": "^0.15.1",
@@ -631,5 +631,5 @@
631
631
  "undici-types": "^7.16.0"
632
632
  },
633
633
  "publishConfig": { "access": "public" },
634
- "gitHead": "a94a0a087014c5ac4d4f4faf928695f95abe097f"
634
+ "gitHead": "289cb434f51a739778cf6e9893663e4af0f0fdc0"
635
635
  }