@nexusclawhq/cli 0.3.5 → 0.3.6
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/CHANGELOG.md +5 -0
- package/dist/build-info.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.6 - 2026-07-28
|
|
4
|
+
|
|
5
|
+
- Supersede 0.3.5 so published build provenance records the exact immutable
|
|
6
|
+
Core commit rather than an invalid release-time SHA.
|
|
7
|
+
|
|
3
8
|
## 0.3.5 - 2026-07-28
|
|
4
9
|
|
|
5
10
|
- Group object source paths by one case-insensitive identity without silently
|
package/dist/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@nexusclawhq/cli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"gitSha": "
|
|
3
|
+
"version": "0.3.6",
|
|
4
|
+
"gitSha": "a7f0f62d18940b0f5904e77364c3f29109d90e93",
|
|
5
5
|
"ciRunId": null,
|
|
6
6
|
"contentDigest": "sha256:b1cf9fa93e67392ad1d2fdf09e6e364881c02561a0d74f72fada71f8079a6a4e",
|
|
7
|
-
"generatedAt": "2026-07-28T02:
|
|
7
|
+
"generatedAt": "2026-07-28T02:55:19.207Z"
|
|
8
8
|
}
|