[go: nahoru, domu]

Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Mar 14, 2017
1 parent 6286881 commit 0472081
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "0.0.15",
"version": "0.0.16",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-appcache-behavior/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-appcache-behavior",
"version": "0.0.15",
"version": "0.0.16",
"description": "A service worker implementation of the behavior defined in a page's App Cache manifest.",
"keywords": [
"appcache",
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-background-sync-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-background-sync-queue",
"version": "0.0.15",
"version": "0.0.16",
"description": "Queues failed requests and uses the Background Sync API to replay those requests at a later time when the network state has changed.",
"keywords": [
"service worker",
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-broadcast-cache-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-broadcast-cache-update",
"version": "0.0.15",
"version": "0.0.16",
"description": "A helper library that uses the Broadcast Channel API to announce when two Response objects differ.",
"keywords": [
"service worker",
Expand Down
4 changes: 2 additions & 2 deletions packages/sw-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-build",
"version": "0.0.15",
"version": "0.0.16",
"description": "This module can be used to generate a file manifest or service worker, that can be used with sw-lib.",
"keywords": [
"sw-fw",
Expand All @@ -27,7 +27,7 @@
"bugs": "https://github.com/googlechrome/sw-helpers/issues",
"homepage": "https://github.com/GoogleChrome/sw-helpers/tree/master/packages/sw-build",
"dependencies": {
"sw-lib": "^0.0.15"
"sw-lib": "^0.0.16"
},
"devDependencies": {
"fs-extra": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-cache-expiration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-cache-expiration",
"version": "0.0.15",
"version": "0.0.16",
"description": "This library is still a work in progress and is not functional.",
"keywords": [
"service worker",
Expand Down
4 changes: 2 additions & 2 deletions packages/sw-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-cli",
"version": "0.0.15",
"version": "0.0.16",
"description": "A CLI tool to generate a service worker and a file manifest making use of the sw-lib module.",
"keywords": [
"sw-fw",
Expand Down Expand Up @@ -34,7 +34,7 @@
"lodash.template": "^4.4.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"sw-build": "^0.0.15",
"sw-build": "^0.0.16",
"update-notifier": "^1.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-lib",
"version": "0.0.15",
"version": "0.0.16",
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",
"keywords": [
"sw-fw",
Expand Down
2 changes: 1 addition & 1 deletion packages/sw-offline-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-offline-google-analytics",
"version": "0.0.15",
"version": "0.0.16",
"description": "A service worker helper library to retry offline Google Analytics requests when a connection is available.",
"keywords": [
"service worker",
Expand Down
4 changes: 2 additions & 2 deletions packages/sw-precaching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-precaching",
"version": "0.0.15",
"version": "0.0.16",
"description": "This library is still a work in progress and is not functional.",
"keywords": [
"service worker",
Expand All @@ -26,7 +26,7 @@
"module": "build/sw-precaching.min.mjs",
"jsnext:main": "build/sw-precaching.min.mjs",
"devDependencies": {
"sw-routing": "^0.0.15",
"sw-routing": "^0.0.16",
"sw-runtime-caching": "^0.0.14"
}
}
2 changes: 1 addition & 1 deletion packages/sw-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-routing",
"version": "0.0.15",
"version": "0.0.16",
"description": "A service worker helper library to route request URLs to handlers.",
"keywords": [
"service worker",
Expand Down

0 comments on commit 0472081

Please sign in to comment.