Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleChrome/workbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: GoogleChrome/workbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.1
Choose a head ref
  • 4 commits
  • 56 files changed
  • 2 contributors

Commits on Nov 3, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bbaac60 View commit details

Commits on Nov 10, 2021

  1. Fix preloadResponse type (#2975)

    * Fix a TS type
    
    * Linting
    jeffposnick authored Nov 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7b09c60 View commit details

Commits on Nov 15, 2021

  1. Bump a dep (#2977)

    jeffposnick authored Nov 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    754b814 View commit details
  2. v6.4.1

    tropicadri committed Nov 15, 2021
    Copy the full SHA
    5d90dac View commit details
Showing with 2,609 additions and 2,406 deletions.
  1. +1 −1 lerna.json
  2. +1 −1 packages/workbox-background-sync/package-lock.json
  3. +2 −2 packages/workbox-background-sync/package.json
  4. +1 −1 packages/workbox-background-sync/src/_version.ts
  5. +1 −1 packages/workbox-broadcast-update/package-lock.json
  6. +2 −2 packages/workbox-broadcast-update/package.json
  7. +1 −1 packages/workbox-broadcast-update/src/_version.ts
  8. +2,494 −2,305 packages/workbox-build/package-lock.json
  9. +17 −17 packages/workbox-build/package.json
  10. +1 −1 packages/workbox-build/src/cdn-details.json
  11. +1 −1 packages/workbox-cacheable-response/package-lock.json
  12. +2 −2 packages/workbox-cacheable-response/package.json
  13. +1 −1 packages/workbox-cacheable-response/src/_version.ts
  14. +1 −1 packages/workbox-cli/package-lock.json
  15. +2 −2 packages/workbox-cli/package.json
  16. +1 −1 packages/workbox-core/package-lock.json
  17. +1 −1 packages/workbox-core/package.json
  18. +1 −1 packages/workbox-core/src/_version.ts
  19. +1 −1 packages/workbox-expiration/package-lock.json
  20. +2 −2 packages/workbox-expiration/package.json
  21. +1 −1 packages/workbox-expiration/src/_version.ts
  22. +1 −1 packages/workbox-google-analytics/package-lock.json
  23. +5 −5 packages/workbox-google-analytics/package.json
  24. +1 −1 packages/workbox-google-analytics/src/_version.ts
  25. +1 −1 packages/workbox-navigation-preload/package-lock.json
  26. +2 −2 packages/workbox-navigation-preload/package.json
  27. +1 −1 packages/workbox-navigation-preload/src/_version.ts
  28. +1 −1 packages/workbox-precaching/package-lock.json
  29. +4 −4 packages/workbox-precaching/package.json
  30. +1 −1 packages/workbox-precaching/src/_version.ts
  31. +1 −1 packages/workbox-range-requests/package-lock.json
  32. +2 −2 packages/workbox-range-requests/package.json
  33. +1 −1 packages/workbox-range-requests/src/_version.ts
  34. +1 −1 packages/workbox-recipes/package-lock.json
  35. +7 −7 packages/workbox-recipes/package.json
  36. +1 −1 packages/workbox-recipes/src/_version.ts
  37. +1 −1 packages/workbox-routing/package-lock.json
  38. +2 −2 packages/workbox-routing/package.json
  39. +1 −1 packages/workbox-routing/src/_version.ts
  40. +1 −1 packages/workbox-strategies/package-lock.json
  41. +2 −2 packages/workbox-strategies/package.json
  42. +8 −5 packages/workbox-strategies/src/StrategyHandler.ts
  43. +1 −1 packages/workbox-strategies/src/_version.ts
  44. +2 −1 packages/workbox-strategies/src/index.ts
  45. +1 −1 packages/workbox-streams/package-lock.json
  46. +3 −3 packages/workbox-streams/package.json
  47. +1 −1 packages/workbox-streams/src/_version.ts
  48. +1 −1 packages/workbox-sw/_version.mjs
  49. +1 −1 packages/workbox-sw/package-lock.json
  50. +1 −1 packages/workbox-sw/package.json
  51. +1 −1 packages/workbox-webpack-plugin/package-lock.json
  52. +2 −2 packages/workbox-webpack-plugin/package.json
  53. +1 −1 packages/workbox-window/package-lock.json
  54. +2 −2 packages/workbox-window/package.json
  55. +1 −1 packages/workbox-window/src/_version.ts
  56. +11 −1 test/workbox-strategies/sw/test-StrategyHandler.mjs
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "6.4.0"
"version": "6.4.1"
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "6.4.0",
"version": "6.4.1",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,6 +25,6 @@
"types": "index.d.ts",
"dependencies": {
"idb": "^6.1.4",
"workbox-core": "6.4.0"
"workbox-core": "6.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:background-sync:6.4.0']&&_()}catch(e){}
try{self['workbox:background-sync:6.4.1']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-broadcast-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-update",
"version": "6.4.0",
"version": "6.4.1",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "6.4.0"
"workbox-core": "6.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:broadcast-update:6.4.0']&&_()}catch(e){}
try{self['workbox:broadcast-update:6.4.1']&&_()}catch(e){}
Loading