Every time I install the same version of this package the output changes because of the updatedAt timestamp changes. Unfortunately, this causes the contenthash to change in my webpack bundle so every time I deploy users have to re-download the whole bundle again.
Would it be possible to create some sort of hash of the results from the public suffix service instead of a timestamp? That way the built contents would be identical between installs until the suffixes change.
Every time I install the same version of this package the output changes because of the
updatedAttimestamp changes. Unfortunately, this causes thecontenthashto change in my webpack bundle so every time I deploy users have to re-download the whole bundle again.Would it be possible to create some sort of hash of the results from the public suffix service instead of a timestamp? That way the built contents would be identical between installs until the suffixes change.