powerlines 0.24.7 → 0.24.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.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": {
|
|
@@ -568,5 +568,5 @@
|
|
|
568
568
|
"typescript": "^5.9.3"
|
|
569
569
|
},
|
|
570
570
|
"publishConfig": { "access": "public" },
|
|
571
|
-
"gitHead": "
|
|
571
|
+
"gitHead": "235b04eef51bd5f6833c21dd5a04434127cdea34"
|
|
572
572
|
}
|