@shell-shock/plugin-banner 0.1.0 → 0.1.1
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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-banner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate banner built-in modules that display information about the application.",
|
|
6
6
|
"keywords": [
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
54
54
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
55
|
-
"@powerlines/deepkit": "^0.6.
|
|
56
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
57
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
58
|
-
"@shell-shock/core": "^0.13.
|
|
59
|
-
"@shell-shock/plugin-theme": "^0.3.
|
|
60
|
-
"@shell-shock/plugin-console": "^0.1.
|
|
55
|
+
"@powerlines/deepkit": "^0.6.147",
|
|
56
|
+
"@powerlines/plugin-alloy": "^0.25.54",
|
|
57
|
+
"@powerlines/plugin-plugin": "^0.12.319",
|
|
58
|
+
"@shell-shock/core": "^0.13.3",
|
|
59
|
+
"@shell-shock/plugin-theme": "^0.3.18",
|
|
60
|
+
"@shell-shock/plugin-console": "^0.1.14",
|
|
61
61
|
"@stryke/path": "^0.27.2",
|
|
62
62
|
"defu": "^6.1.4",
|
|
63
|
-
"powerlines": "^0.42.
|
|
63
|
+
"powerlines": "^0.42.9"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
66
|
+
"@powerlines/plugin-deepkit": "^0.11.247",
|
|
67
67
|
"@types/node": "^25.5.0"
|
|
68
68
|
},
|
|
69
69
|
"publishConfig": { "access": "public" },
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "86ac1c51d3258bded9e493024e6631d241f62dd2"
|
|
158
158
|
}
|