@str-public/installer 0.4.4-dev.20260411180203 → 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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # Stronghold Systems Installer
2
+
3
+ `@str-public/installer` is the public CLI installer for Stronghold Systems developer tooling.
4
+
5
+ The package exposes the `str-install` command and provides an interactive setup flow available packages
6
+
7
+
8
+ What the installer does:
9
+
10
+ - downloads and installs selected public packages from npm
11
+
12
+ The installer is intended for guided setup of Stronghold Systems local developer environment assets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@str-public/installer",
3
- "version": "0.4.4-dev.20260411180203",
3
+ "version": "0.4.4",
4
4
  "description": "Stronghold Systems CLI Installer",
5
5
  "type": "module",
6
6
  "repository": {