@sculptor/cli 1.0.1 → 1.0.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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sculptor/cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img src="https://raw.githubusercontent.com/imprakhartripathi/Sculptor/main/assets/sculptor-full-bg.png" alt="SculptorTS" />
|
|
4
4
|
|
|
5
5
|
The SculptorTS CLI is the user-facing command line for the framework.
|
|
6
6
|
|
|
@@ -21,8 +21,8 @@ It handles:
|
|
|
21
21
|
|
|
22
22
|
## Version Policy
|
|
23
23
|
|
|
24
|
-
- Release line: `v1.0.
|
|
25
|
-
- Current package version: `1.0.
|
|
24
|
+
- Release line: `v1.0.2`
|
|
25
|
+
- Current package version: `1.0.2`
|
|
26
26
|
- This release line keeps package-aware generation, functional package scaffolds, `sc doctor`, `sc agents`, `sculptor.packages.json`, and exact package/file alias commands.
|
|
27
27
|
- Future changes should stay additive and backwards-conscious.
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sculptor/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sc": "./bin/sc.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@sculptor/config": "^1.0.
|
|
40
|
-
"@sculptor/core": "^1.0.
|
|
41
|
-
"@sculptor/template-registry": "^1.0.
|
|
39
|
+
"@sculptor/config": "^1.0.2",
|
|
40
|
+
"@sculptor/core": "^1.0.2",
|
|
41
|
+
"@sculptor/template-registry": "^1.0.2",
|
|
42
42
|
"typescript": "^5.8.3",
|
|
43
43
|
"tsx": "^4.19.4"
|
|
44
44
|
}
|