local-traffic 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ npx local-traffic
62
62
  11. From the web config editor, create a SSL keypair and start working with a self signed SSL certificate right away
63
63
  12. Your page will use /jquery-local/jquery.js instead of the CDN asset, and will serve the file from your hard drive
64
64
  13. Use the /local-traffic-worker.js service worker to walk around the CORS restrictions when your api does a request to some-cors-restricted-domain.com (>= 0.1.4)
65
- 14. Use the /cors-proxy?url=https://example.com route as a standard cors-proxy (>= 0.1.21)
65
+ 14. Use the /cors-proxy?url=https://example.com route as a standard cors-proxy (>= 0.1.22)
66
66
 
67
67
  ## usage
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-traffic",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "main": "./dist/local-traffic.js",
5
5
  "private": false,
6
6
  "keywords": [