powerlines 0.36.15 → 0.36.16

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
@@ -15,7 +15,7 @@ var kit = require('@nuxt/kit');
15
15
 
16
16
  // package.json
17
17
  var name = "powerlines";
18
- var version = "0.36.14";
18
+ var version = "0.36.15";
19
19
 
20
20
  // src/nuxt.ts
21
21
  var nuxt = kit.defineNuxtModule({
package/dist/nuxt.js CHANGED
@@ -11,7 +11,7 @@ import { defineNuxtModule, addVitePlugin, addWebpackPlugin } from '@nuxt/kit';
11
11
 
12
12
  // package.json
13
13
  var name = "powerlines";
14
- var version = "0.36.14";
14
+ var version = "0.36.15";
15
15
 
16
16
  // src/nuxt.ts
17
17
  var nuxt = defineNuxtModule({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.36.15",
3
+ "version": "0.36.16",
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": {
@@ -631,5 +631,5 @@
631
631
  "undici-types": "^7.16.0"
632
632
  },
633
633
  "publishConfig": { "access": "public" },
634
- "gitHead": "7e415f360c9011a40e8ae2a0b8b7cc92ba94076f"
634
+ "gitHead": "d81b9da2628c49a75e654462be7062599d2c6441"
635
635
  }