GoogleChrome / GoogleChrome/workbox
Inaccurate version tags in build artifacts
Open
- Dominant language
- JavaScript
- Stars
- 13k
- Forks
- 880
- Avg merge
- 2h 44m
- Merged PRs (30d)
- 8
Description
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'] && _()`.
Contributor guide
Assessment
This issue has not been assessed yet.