indexwright 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 +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,18 @@ All notable changes to this project are documented here. The format follows
|
|
|
5
5
|
versioning. Pre-1.0, rule additions and message changes may land in minor releases; the `json`
|
|
6
6
|
output shape is the stable contract.
|
|
7
7
|
|
|
8
|
-
## [0.1.
|
|
8
|
+
## [0.1.1] — unreleased
|
|
9
|
+
|
|
10
|
+
No change to the published files: this release exists to exercise the publishing path itself.
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Released through npm trusted publishing (OIDC) rather than a long-lived access token. The token
|
|
15
|
+
used to bootstrap 0.1.0 has been revoked, and the package now disallows token-based publishing
|
|
16
|
+
entirely. Nothing about the package contents differs from 0.1.0 — `npm diff indexwright@0.1.0
|
|
17
|
+
indexwright@0.1.1` is empty apart from the version field.
|
|
18
|
+
|
|
19
|
+
## [0.1.0] — 2026-08-07
|
|
9
20
|
|
|
10
21
|
First release. Static analysis of `firestore.indexes.json`; no network access, no credentials.
|
|
11
22
|
|
|
@@ -19,4 +30,5 @@ First release. Static analysis of `firestore.indexes.json`; no network access, n
|
|
|
19
30
|
`__name__` to the same resource.
|
|
20
31
|
- A provisional JavaScript API, so the rules can run without spawning a process.
|
|
21
32
|
|
|
33
|
+
[0.1.1]: https://github.com/uny/indexwright/releases/tag/v0.1.1
|
|
22
34
|
[0.1.0]: https://github.com/uny/indexwright/releases/tag/v0.1.0
|