powerlines 0.37.14 → 0.37.15

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.37.13";
18
+ var version = "0.37.14";
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.37.13";
14
+ var version = "0.37.14";
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.37.14",
3
+ "version": "0.37.15",
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": {
@@ -662,5 +662,5 @@
662
662
  "undici-types": "^7.18.2"
663
663
  },
664
664
  "publishConfig": { "access": "public" },
665
- "gitHead": "a5b26ecf44d379c7026038b385f674f8118e22b0"
665
+ "gitHead": "02ae610a003dfc1486eac58d6fe01049b7f3c3a9"
666
666
  }