@packtory/cli 0.0.30 → 0.0.32
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 +2 -2
- package/readme.md +4 -0
- package/sbom.cdx.json +10 -10
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"cmd-ts": "0.15.0",
|
|
11
11
|
"open": "11.0.0",
|
|
12
|
-
"packtory": "0.0.
|
|
12
|
+
"packtory": "0.0.32",
|
|
13
13
|
"remeda": "2.37.0",
|
|
14
14
|
"ts-pattern": "5.9.0",
|
|
15
15
|
"yoctocolors": "2.1.2"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"./packages/command-line-interface/spinner-worker.entry-point.js"
|
|
46
46
|
],
|
|
47
47
|
"type": "module",
|
|
48
|
-
"version": "0.0.
|
|
48
|
+
"version": "0.0.32"
|
|
49
49
|
}
|
package/readme.md
CHANGED
|
@@ -36,6 +36,8 @@ packtory <command> [options]
|
|
|
36
36
|
|
|
37
37
|
**Preview behavior:**
|
|
38
38
|
|
|
39
|
+

|
|
40
|
+
|
|
39
41
|
- `packtory preview` always performs a fresh dry-run build. It does not reuse prior report files.
|
|
40
42
|
- Previewable runs are shown through `$PAGER` when possible, otherwise `less -R`, otherwise standard output.
|
|
41
43
|
- Failure-only runs skip the pager and print diagnostics directly to standard output.
|
|
@@ -45,6 +47,8 @@ packtory <command> [options]
|
|
|
45
47
|
|
|
46
48
|
**Release-diff behavior:**
|
|
47
49
|
|
|
50
|
+

|
|
51
|
+
|
|
48
52
|
- `packtory release-diff` runs the same fresh dry-run build as `preview`, then for each package fetches the tarball of the version currently tagged `latest` on the configured registry and computes the set of file changes between that tarball and the bundle the next run would publish.
|
|
49
53
|
- For each package, files are grouped as **Added**, **Removed**, or **Modified**, rendered as a directory tree. Modified files include line-level hunks for textual content (code files, `package.json`, JSON, Markdown, YAML, source maps, and common no-extension license files); other modifications render as `(binary, no text diff)` or as a mode-only change (executable bit flip).
|
|
50
54
|
- Packages that have never been published are rendered with a `[first publish]` chip and every bundled file in the **Added** group.
|
package/sbom.cdx.json
CHANGED
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
{
|
|
10
10
|
"type": "application",
|
|
11
11
|
"name": "packtory",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.31"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
18
|
"name": "@packtory/cli",
|
|
19
|
-
"version": "0.0.
|
|
20
|
-
"bom-ref": "pkg:npm/@packtory/cli@0.0.
|
|
21
|
-
"purl": "pkg:npm/@packtory/cli@0.0.
|
|
19
|
+
"version": "0.0.32",
|
|
20
|
+
"bom-ref": "pkg:npm/@packtory/cli@0.0.32",
|
|
21
|
+
"purl": "pkg:npm/@packtory/cli@0.0.32"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"components": [
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
{
|
|
52
52
|
"type": "library",
|
|
53
53
|
"name": "packtory",
|
|
54
|
-
"version": "0.0.
|
|
55
|
-
"bom-ref": "pkg:npm/packtory@0.0.
|
|
54
|
+
"version": "0.0.32",
|
|
55
|
+
"bom-ref": "pkg:npm/packtory@0.0.32",
|
|
56
56
|
"scope": "required",
|
|
57
57
|
"licenses": [
|
|
58
58
|
{
|
|
59
59
|
"expression": "MIT"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"purl": "pkg:npm/packtory@0.0.
|
|
62
|
+
"purl": "pkg:npm/packtory@0.0.32"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"type": "library",
|
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
],
|
|
104
104
|
"dependencies": [
|
|
105
105
|
{
|
|
106
|
-
"ref": "pkg:npm/@packtory/cli@0.0.
|
|
106
|
+
"ref": "pkg:npm/@packtory/cli@0.0.32",
|
|
107
107
|
"dependsOn": [
|
|
108
108
|
"pkg:npm/cmd-ts@0.15.0",
|
|
109
109
|
"pkg:npm/open@11.0.0",
|
|
110
|
-
"pkg:npm/packtory@0.0.
|
|
110
|
+
"pkg:npm/packtory@0.0.32",
|
|
111
111
|
"pkg:npm/remeda@2.37.0",
|
|
112
112
|
"pkg:npm/ts-pattern@5.9.0",
|
|
113
113
|
"pkg:npm/yoctocolors@2.1.2"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"ref": "pkg:npm/open@11.0.0"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
"ref": "pkg:npm/packtory@0.0.
|
|
123
|
+
"ref": "pkg:npm/packtory@0.0.32"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"ref": "pkg:npm/remeda@2.37.0"
|