-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
At the moment there's a timestamp
field, but that's the time the package version was added. It would be nice to know about revisions. I can see a few possible designs here:
- Change
timestamp
tolast-modified
, and have it be the timestamp of the latest revision (or the original creation). - Change
timestamp
toadded
, and addrevised
as the timestamp of the latest revision. - Change
timestamp
toadded
, and addrevised
as a list of timestamps for the revisions.
The reason I care is that the CHaP CI diffs the metadata to tell when packages have changed, so it knows what to build. At the moment it can only notice new package additions because revisions don't affect packages.json
. Making them change it in any way would suffice for my purposes!
Metadata
Metadata
Assignees
Labels
No labels