@shell-shock/plugin-console 0.1.2 → 0.1.4
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 +5 -5
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.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate the `console` built-in module.",
|
|
6
6
|
"repository": {
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
"@powerlines/deepkit": "^0.6.69",
|
|
130
130
|
"@powerlines/plugin-alloy": "^0.23.19",
|
|
131
131
|
"@powerlines/plugin-plugin": "^0.12.240",
|
|
132
|
-
"@shell-shock/core": "^0.9.
|
|
133
|
-
"@shell-shock/plugin-theme": "^0.3.
|
|
132
|
+
"@shell-shock/core": "^0.9.6",
|
|
133
|
+
"@shell-shock/plugin-theme": "^0.3.8",
|
|
134
134
|
"@stryke/string-format": "0.14.2",
|
|
135
135
|
"defu": "6.1.4",
|
|
136
136
|
"powerlines": "^0.38.56"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
139
|
"@powerlines/plugin-deepkit": "^0.11.168",
|
|
140
|
-
"@types/node": "^25.3.
|
|
140
|
+
"@types/node": "^25.3.1"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": {
|
|
143
143
|
"access": "public",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"./package.json": "./package.json"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "5060b4eea839167762bf802105495283c31fec1b"
|
|
158
158
|
}
|