Skip to content

Add information about revisions to packages.json #44

@michaelpj

Description

@michaelpj

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 to last-modified, and have it be the timestamp of the latest revision (or the original creation).
  • Change timestamp to added, and add revised as the timestamp of the latest revision.
  • Change timestamp to added, and add revised 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions