@sculptor/cli 0.3.6 → 0.3.7
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 +4 -4
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ It handles:
|
|
|
18
18
|
## Version Policy
|
|
19
19
|
|
|
20
20
|
- Pre-release line: `v0.3.x`
|
|
21
|
-
- Current package version: `0.3.
|
|
21
|
+
- Current package version: `0.3.7`
|
|
22
22
|
- This pre-release line adds package-aware generation, `sc doctor`, `sc agents`, `sculptor.packages.json`, and package alias commands.
|
|
23
23
|
- Expect minor changes and fixes until `v1.0.0`.
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sculptor/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
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": "^0.3.
|
|
40
|
-
"@sculptor/core": "^0.3.
|
|
41
|
-
"@sculptor/template-registry": "^0.3.
|
|
39
|
+
"@sculptor/config": "^0.3.7",
|
|
40
|
+
"@sculptor/core": "^0.3.7",
|
|
41
|
+
"@sculptor/template-registry": "^0.3.7",
|
|
42
42
|
"typescript": "^5.8.3",
|
|
43
43
|
"tsx": "^4.19.4"
|
|
44
44
|
}
|