@shell-shock/unified 0.1.1 → 0.1.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/unified",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate unified built-in modules that display information about the application.",
|
|
6
6
|
"keywords": ["unified", "shell-shock", "powerlines", "storm-software"],
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"typings": "dist/index.d.mts",
|
|
91
91
|
"files": ["dist/**/*"],
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@shell-shock/core": "^0.16.
|
|
93
|
+
"@shell-shock/core": "^0.16.2",
|
|
94
94
|
"@stryke/path": "^0.27.4",
|
|
95
95
|
"@stryke/type-checks": "^0.6.1",
|
|
96
96
|
"defu": "^6.1.7",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"@types/node": "^25.5.2"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": { "access": "public" },
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "c1b938503f5de35ab59e58638029def62257a504"
|
|
106
106
|
}
|