@shell-shock/plugin-console 0.1.11 → 0.1.13
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-console",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate the `console` built-in module.",
|
|
6
6
|
"repository": {
|
|
@@ -126,17 +126,17 @@
|
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
128
128
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
129
|
-
"@powerlines/deepkit": "^0.6.
|
|
130
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
131
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
132
|
-
"@shell-shock/core": "^0.13.
|
|
133
|
-
"@shell-shock/plugin-theme": "^0.3.
|
|
134
|
-
"@stryke/string-format": "^0.17.
|
|
129
|
+
"@powerlines/deepkit": "^0.6.146",
|
|
130
|
+
"@powerlines/plugin-alloy": "^0.25.53",
|
|
131
|
+
"@powerlines/plugin-plugin": "^0.12.318",
|
|
132
|
+
"@shell-shock/core": "^0.13.2",
|
|
133
|
+
"@shell-shock/plugin-theme": "^0.3.17",
|
|
134
|
+
"@stryke/string-format": "^0.17.6",
|
|
135
135
|
"defu": "^6.1.4",
|
|
136
|
-
"powerlines": "^0.
|
|
136
|
+
"powerlines": "^0.42.8"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
139
|
+
"@powerlines/plugin-deepkit": "^0.11.246",
|
|
140
140
|
"@types/node": "^25.5.0"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": {
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"./package.json": "./package.json"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "64e1ac187a12cd18acfd8134768bb793bbda3947"
|
|
158
158
|
}
|