@shell-shock/core 0.4.3 → 0.4.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/README.md +1 -1
- package/package.json +3 -3
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/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
|
|
6
6
|
"repository": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"powerlines": "^0.38.34",
|
|
343
343
|
"rolldown": "1.0.0-beta.52"
|
|
344
344
|
},
|
|
345
|
-
"devDependencies": { "@types/node": "^22.19.
|
|
345
|
+
"devDependencies": { "@types/node": "^22.19.9", "typescript": "^5.9.3" },
|
|
346
346
|
"publishConfig": { "access": "public" },
|
|
347
|
-
"gitHead": "
|
|
347
|
+
"gitHead": "2905cdd0c86c5c4f8b4205e82fd180ee0b97351e"
|
|
348
348
|
}
|