Inaccurate version tags in build artifacts
Brought to you by:
tomkozak
Originally created by: joshkel
If I understand the codebase correctly, the _version.ts / _version.mjs file is supposed to ensure that the Workbox version is included in each of the build JS files:
try{self['workbox:recipes:7.4.0']&&_()}catch(e){}
However, this does not appear to be updated properly for all packages; for example, workbox-routing 7.4.0 still contains self['workbox:routing:7.3.0'] && _().
Originally posted by: swissspidy
Looks like the mjs file contains 7.4.0 as expected, but the js file contains 7.3.0.