xcodebuild-axi 0.1.0 → 0.1.1
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 +14 -1
- package/dist/bin/xcodebuild-axi.js +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@ Notable changes to `xcodebuild-axi`. Versions follow
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.1] - 2026-09-21
|
|
10
|
+
|
|
11
|
+
No code changes. The published files are byte-identical to 0.1.0.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Released through npm trusted publishing, so this version carries a
|
|
16
|
+
**provenance attestation** linking the tarball to the workflow run and commit
|
|
17
|
+
that built it. 0.1.0 was published by hand and cannot have one: neither a
|
|
18
|
+
scoped token nor a trusted publisher can be configured for a package that
|
|
19
|
+
does not exist yet.
|
|
20
|
+
|
|
9
21
|
## [0.1.0] - 2026-09-21
|
|
10
22
|
|
|
11
23
|
First release.
|
|
@@ -31,5 +43,6 @@ First release.
|
|
|
31
43
|
- 100% of the 117 options `xcodebuild -help` lists are covered, declared in
|
|
32
44
|
`src/surface.ts` and checked against the installed Xcode in CI.
|
|
33
45
|
|
|
34
|
-
[unreleased]: https://github.com/alexrrouse/xcodebuild-axi/compare/v0.1.
|
|
46
|
+
[unreleased]: https://github.com/alexrrouse/xcodebuild-axi/compare/v0.1.1...HEAD
|
|
47
|
+
[0.1.1]: https://github.com/alexrrouse/xcodebuild-axi/compare/v0.1.0...v0.1.1
|
|
35
48
|
[0.1.0]: https://github.com/alexrrouse/xcodebuild-axi/releases/tag/v0.1.0
|
|
File without changes
|
package/package.json
CHANGED