powerlines 0.34.6 → 0.34.8

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.34.5";
17
+ var version = "0.34.7";
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.34.5";
13
+ var version = "0.34.7";
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.34.6",
3
+ "version": "0.34.8",
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": {
@@ -584,7 +584,7 @@
584
584
  "@stryke/helpers": "^0.9.31",
585
585
  "@stryke/http": "^0.12.20",
586
586
  "@stryke/json": "^0.9.32",
587
- "@stryke/path": "^0.23.2",
587
+ "@stryke/path": "^0.24.0",
588
588
  "@stryke/string-format": "^0.12.29",
589
589
  "@stryke/type-checks": "^0.5.14",
590
590
  "@stryke/unique-id": "^0.3.37",
@@ -631,5 +631,5 @@
631
631
  "undici-types": "^7.16.0"
632
632
  },
633
633
  "publishConfig": { "access": "public" },
634
- "gitHead": "775c97c66356e5deea17161cd15d59755a8193d2"
634
+ "gitHead": "a6b7abef7b6414df6df50419b53d0240033ae87a"
635
635
  }