sw-toolbox
Advanced tools
Comparing version 3.5.1 to 3.6.0
{ | ||
"name": "sw-toolbox", | ||
"version": "3.5.1", | ||
"version": "3.6.0", | ||
"description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"publish-release": "publish-release.sh", | ||
"publish-docs": "publish-docs.sh", | ||
"build": "gulp default", | ||
"build-docs": "echo No Reference Docs to Build.", | ||
"test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha", | ||
"bundle": "./project/create-release-bundle.sh" | ||
"publish-release": "npm-publish-scripts publish-release" | ||
}, | ||
@@ -17,4 +14,4 @@ "main": "lib/sw-toolbox.js", | ||
"dependencies": { | ||
"serviceworker-cache-polyfill": "^4.0.0", | ||
"path-to-regexp": "^1.0.1" | ||
"path-to-regexp": "^1.0.1", | ||
"serviceworker-cache-polyfill": "^4.0.0" | ||
}, | ||
@@ -38,3 +35,3 @@ "devDependencies": { | ||
"mocha": "^3.2.0", | ||
"npm-publish-scripts": "^2.0.7", | ||
"npm-publish-scripts": "^4.1.0", | ||
"operadriver": "^1.0.0", | ||
@@ -52,4 +49,5 @@ "selenium-assistant": "^5.0.2", | ||
"sw-toolbox.js", | ||
"sw-toolbox.js.map" | ||
"sw-toolbox.js.map", | ||
"index.d.ts" | ||
] | ||
} |
@@ -9,3 +9,3 @@ # Service Worker Toolbox | ||
Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api.html#expressive-approach) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md). | ||
Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/usage.html#express-style-routes) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md). | ||
@@ -52,3 +52,3 @@ ## What if I need precaching as well? | ||
To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-usage) and [API](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api) documentation. | ||
To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/usage.html#main) and [API](https://googlechrome.github.io/sw-toolbox/api.html#main) documentation. | ||
@@ -55,0 +55,0 @@ ## Support |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133961
67239
20
958