GoogleChrome / GoogleChrome/workbox

Inaccurate version tags in build artifacts

Open
#3,442 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.