@graphql-hive/gateway 2.0.0-next-644c389eef9f770fab018ad7bfc5f099c0fbedda → 2.0.0-next-b87b2d63584346f34d952e49232538f2126fbd34
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.
- package/CHANGELOG.md +15 -22
- package/dist/bin.cjs +1 -1
- package/dist/bin.js +1 -1
- package/dist/{cli-CP9iY6tm.js → cli-BG8XaVLT.js} +6 -27
- package/dist/{cli-CPxULGJb.cjs → cli-DqXsx5Cd.cjs} +5 -26
- package/dist/index.cjs +14 -5
- package/dist/index.d.cts +16 -14
- package/dist/index.d.ts +16 -14
- package/dist/index.js +3 -2
- package/package.json +15 -45
- package/dist/execAsync-CZu27rRM.cjs +0 -44
- package/dist/execAsync-DmTy47v9.js +0 -21
- package/dist/getMachineId-bsd-B4KI42yf.js +0 -40
- package/dist/getMachineId-bsd-Bm_iwnsS.cjs +0 -42
- package/dist/getMachineId-darwin-BDexu45J.cjs +0 -43
- package/dist/getMachineId-darwin-c7bqIReD.js +0 -41
- package/dist/getMachineId-linux-D2g1lfzo.js +0 -33
- package/dist/getMachineId-linux-sJzq0whF.cjs +0 -35
- package/dist/getMachineId-unsupported-C6mI58qQ.js +0 -23
- package/dist/getMachineId-unsupported-Cmowwltd.cjs +0 -25
- package/dist/getMachineId-win-5mPgREt3.cjs +0 -63
- package/dist/getMachineId-win-CvE0ShWu.js +0 -41
- package/dist/index-61dm03o3.js +0 -279698
- package/dist/index-B44NjpxU.cjs +0 -843
- package/dist/index-DWaHa380.cjs +0 -279743
- package/dist/index-Dw4Doxg2.js +0 -821
- package/dist/opentelemetry/api.cjs +0 -12
- package/dist/opentelemetry/api.d.cts +0 -1
- package/dist/opentelemetry/api.d.ts +0 -1
- package/dist/opentelemetry/api.js +0 -1
- package/dist/opentelemetry/index.cjs +0 -12
- package/dist/opentelemetry/index.d.cts +0 -3
- package/dist/opentelemetry/index.d.ts +0 -3
- package/dist/opentelemetry/index.js +0 -1
- package/dist/opentelemetry/setup.cjs +0 -12
- package/dist/opentelemetry/setup.d.cts +0 -1
- package/dist/opentelemetry/setup.d.ts +0 -1
- package/dist/opentelemetry/setup.js +0 -1
@@ -1,44 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var child_process = require('child_process');
|
4
|
-
var util = require('util');
|
5
|
-
|
6
|
-
function _interopNamespace(e) {
|
7
|
-
if (e && e.__esModule) return e;
|
8
|
-
var n = Object.create(null);
|
9
|
-
if (e) {
|
10
|
-
Object.keys(e).forEach(function (k) {
|
11
|
-
if (k !== 'default') {
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
14
|
-
enumerable: true,
|
15
|
-
get: function () { return e[k]; }
|
16
|
-
});
|
17
|
-
}
|
18
|
-
});
|
19
|
-
}
|
20
|
-
n.default = e;
|
21
|
-
return Object.freeze(n);
|
22
|
-
}
|
23
|
-
|
24
|
-
var child_process__namespace = /*#__PURE__*/_interopNamespace(child_process);
|
25
|
-
var util__namespace = /*#__PURE__*/_interopNamespace(util);
|
26
|
-
|
27
|
-
/*
|
28
|
-
* Copyright The OpenTelemetry Authors
|
29
|
-
*
|
30
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
31
|
-
* you may not use this file except in compliance with the License.
|
32
|
-
* You may obtain a copy of the License at
|
33
|
-
*
|
34
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
35
|
-
*
|
36
|
-
* Unless required by applicable law or agreed to in writing, software
|
37
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
38
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
39
|
-
* See the License for the specific language governing permissions and
|
40
|
-
* limitations under the License.
|
41
|
-
*/
|
42
|
-
const execAsync = util__namespace.promisify(child_process__namespace.exec);
|
43
|
-
|
44
|
-
exports.execAsync = execAsync;
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import * as child_process from 'child_process';
|
2
|
-
import * as util from 'util';
|
3
|
-
|
4
|
-
/*
|
5
|
-
* Copyright The OpenTelemetry Authors
|
6
|
-
*
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
* you may not use this file except in compliance with the License.
|
9
|
-
* You may obtain a copy of the License at
|
10
|
-
*
|
11
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
*
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
-
* See the License for the specific language governing permissions and
|
17
|
-
* limitations under the License.
|
18
|
-
*/
|
19
|
-
const execAsync = util.promisify(child_process.exec);
|
20
|
-
|
21
|
-
export { execAsync as e };
|
@@ -1,40 +0,0 @@
|
|
1
|
-
import { promises } from 'fs';
|
2
|
-
import { e as execAsync } from './execAsync-DmTy47v9.js';
|
3
|
-
import { diag } from '@opentelemetry/api';
|
4
|
-
import 'child_process';
|
5
|
-
import 'util';
|
6
|
-
|
7
|
-
/*
|
8
|
-
* Copyright The OpenTelemetry Authors
|
9
|
-
*
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
-
* you may not use this file except in compliance with the License.
|
12
|
-
* You may obtain a copy of the License at
|
13
|
-
*
|
14
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
15
|
-
*
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
-
* See the License for the specific language governing permissions and
|
20
|
-
* limitations under the License.
|
21
|
-
*/
|
22
|
-
async function getMachineId() {
|
23
|
-
try {
|
24
|
-
const result = await promises.readFile('/etc/hostid', { encoding: 'utf8' });
|
25
|
-
return result.trim();
|
26
|
-
}
|
27
|
-
catch (e) {
|
28
|
-
diag.debug(`error reading machine id: ${e}`);
|
29
|
-
}
|
30
|
-
try {
|
31
|
-
const result = await execAsync('kenv -q smbios.system.uuid');
|
32
|
-
return result.stdout.trim();
|
33
|
-
}
|
34
|
-
catch (e) {
|
35
|
-
diag.debug(`error reading machine id: ${e}`);
|
36
|
-
}
|
37
|
-
return undefined;
|
38
|
-
}
|
39
|
-
|
40
|
-
export { getMachineId };
|
@@ -1,42 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var fs = require('fs');
|
4
|
-
var execAsync = require('./execAsync-CZu27rRM.cjs');
|
5
|
-
var require$$0 = require('@opentelemetry/api');
|
6
|
-
require('child_process');
|
7
|
-
require('util');
|
8
|
-
|
9
|
-
/*
|
10
|
-
* Copyright The OpenTelemetry Authors
|
11
|
-
*
|
12
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
13
|
-
* you may not use this file except in compliance with the License.
|
14
|
-
* You may obtain a copy of the License at
|
15
|
-
*
|
16
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
17
|
-
*
|
18
|
-
* Unless required by applicable law or agreed to in writing, software
|
19
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
20
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21
|
-
* See the License for the specific language governing permissions and
|
22
|
-
* limitations under the License.
|
23
|
-
*/
|
24
|
-
async function getMachineId() {
|
25
|
-
try {
|
26
|
-
const result = await fs.promises.readFile('/etc/hostid', { encoding: 'utf8' });
|
27
|
-
return result.trim();
|
28
|
-
}
|
29
|
-
catch (e) {
|
30
|
-
require$$0.diag.debug(`error reading machine id: ${e}`);
|
31
|
-
}
|
32
|
-
try {
|
33
|
-
const result = await execAsync.execAsync('kenv -q smbios.system.uuid');
|
34
|
-
return result.stdout.trim();
|
35
|
-
}
|
36
|
-
catch (e) {
|
37
|
-
require$$0.diag.debug(`error reading machine id: ${e}`);
|
38
|
-
}
|
39
|
-
return undefined;
|
40
|
-
}
|
41
|
-
|
42
|
-
exports.getMachineId = getMachineId;
|
@@ -1,43 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var execAsync = require('./execAsync-CZu27rRM.cjs');
|
4
|
-
var require$$0 = require('@opentelemetry/api');
|
5
|
-
require('child_process');
|
6
|
-
require('util');
|
7
|
-
|
8
|
-
/*
|
9
|
-
* Copyright The OpenTelemetry Authors
|
10
|
-
*
|
11
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
12
|
-
* you may not use this file except in compliance with the License.
|
13
|
-
* You may obtain a copy of the License at
|
14
|
-
*
|
15
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
16
|
-
*
|
17
|
-
* Unless required by applicable law or agreed to in writing, software
|
18
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
19
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20
|
-
* See the License for the specific language governing permissions and
|
21
|
-
* limitations under the License.
|
22
|
-
*/
|
23
|
-
async function getMachineId() {
|
24
|
-
try {
|
25
|
-
const result = await execAsync.execAsync('ioreg -rd1 -c "IOPlatformExpertDevice"');
|
26
|
-
const idLine = result.stdout
|
27
|
-
.split('\n')
|
28
|
-
.find(line => line.includes('IOPlatformUUID'));
|
29
|
-
if (!idLine) {
|
30
|
-
return undefined;
|
31
|
-
}
|
32
|
-
const parts = idLine.split('" = "');
|
33
|
-
if (parts.length === 2) {
|
34
|
-
return parts[1].slice(0, -1);
|
35
|
-
}
|
36
|
-
}
|
37
|
-
catch (e) {
|
38
|
-
require$$0.diag.debug(`error reading machine id: ${e}`);
|
39
|
-
}
|
40
|
-
return undefined;
|
41
|
-
}
|
42
|
-
|
43
|
-
exports.getMachineId = getMachineId;
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import { e as execAsync } from './execAsync-DmTy47v9.js';
|
2
|
-
import { diag } from '@opentelemetry/api';
|
3
|
-
import 'child_process';
|
4
|
-
import 'util';
|
5
|
-
|
6
|
-
/*
|
7
|
-
* Copyright The OpenTelemetry Authors
|
8
|
-
*
|
9
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
10
|
-
* you may not use this file except in compliance with the License.
|
11
|
-
* You may obtain a copy of the License at
|
12
|
-
*
|
13
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
14
|
-
*
|
15
|
-
* Unless required by applicable law or agreed to in writing, software
|
16
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
17
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18
|
-
* See the License for the specific language governing permissions and
|
19
|
-
* limitations under the License.
|
20
|
-
*/
|
21
|
-
async function getMachineId() {
|
22
|
-
try {
|
23
|
-
const result = await execAsync('ioreg -rd1 -c "IOPlatformExpertDevice"');
|
24
|
-
const idLine = result.stdout
|
25
|
-
.split('\n')
|
26
|
-
.find(line => line.includes('IOPlatformUUID'));
|
27
|
-
if (!idLine) {
|
28
|
-
return undefined;
|
29
|
-
}
|
30
|
-
const parts = idLine.split('" = "');
|
31
|
-
if (parts.length === 2) {
|
32
|
-
return parts[1].slice(0, -1);
|
33
|
-
}
|
34
|
-
}
|
35
|
-
catch (e) {
|
36
|
-
diag.debug(`error reading machine id: ${e}`);
|
37
|
-
}
|
38
|
-
return undefined;
|
39
|
-
}
|
40
|
-
|
41
|
-
export { getMachineId };
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { promises } from 'fs';
|
2
|
-
import { diag } from '@opentelemetry/api';
|
3
|
-
|
4
|
-
/*
|
5
|
-
* Copyright The OpenTelemetry Authors
|
6
|
-
*
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
* you may not use this file except in compliance with the License.
|
9
|
-
* You may obtain a copy of the License at
|
10
|
-
*
|
11
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
*
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
-
* See the License for the specific language governing permissions and
|
17
|
-
* limitations under the License.
|
18
|
-
*/
|
19
|
-
async function getMachineId() {
|
20
|
-
const paths = ['/etc/machine-id', '/var/lib/dbus/machine-id'];
|
21
|
-
for (const path of paths) {
|
22
|
-
try {
|
23
|
-
const result = await promises.readFile(path, { encoding: 'utf8' });
|
24
|
-
return result.trim();
|
25
|
-
}
|
26
|
-
catch (e) {
|
27
|
-
diag.debug(`error reading machine id: ${e}`);
|
28
|
-
}
|
29
|
-
}
|
30
|
-
return undefined;
|
31
|
-
}
|
32
|
-
|
33
|
-
export { getMachineId };
|
@@ -1,35 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var fs = require('fs');
|
4
|
-
var require$$0 = require('@opentelemetry/api');
|
5
|
-
|
6
|
-
/*
|
7
|
-
* Copyright The OpenTelemetry Authors
|
8
|
-
*
|
9
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
10
|
-
* you may not use this file except in compliance with the License.
|
11
|
-
* You may obtain a copy of the License at
|
12
|
-
*
|
13
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
14
|
-
*
|
15
|
-
* Unless required by applicable law or agreed to in writing, software
|
16
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
17
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18
|
-
* See the License for the specific language governing permissions and
|
19
|
-
* limitations under the License.
|
20
|
-
*/
|
21
|
-
async function getMachineId() {
|
22
|
-
const paths = ['/etc/machine-id', '/var/lib/dbus/machine-id'];
|
23
|
-
for (const path of paths) {
|
24
|
-
try {
|
25
|
-
const result = await fs.promises.readFile(path, { encoding: 'utf8' });
|
26
|
-
return result.trim();
|
27
|
-
}
|
28
|
-
catch (e) {
|
29
|
-
require$$0.diag.debug(`error reading machine id: ${e}`);
|
30
|
-
}
|
31
|
-
}
|
32
|
-
return undefined;
|
33
|
-
}
|
34
|
-
|
35
|
-
exports.getMachineId = getMachineId;
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { diag } from '@opentelemetry/api';
|
2
|
-
|
3
|
-
/*
|
4
|
-
* Copyright The OpenTelemetry Authors
|
5
|
-
*
|
6
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
-
* you may not use this file except in compliance with the License.
|
8
|
-
* You may obtain a copy of the License at
|
9
|
-
*
|
10
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
*
|
12
|
-
* Unless required by applicable law or agreed to in writing, software
|
13
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
* See the License for the specific language governing permissions and
|
16
|
-
* limitations under the License.
|
17
|
-
*/
|
18
|
-
async function getMachineId() {
|
19
|
-
diag.debug('could not read machine-id: unsupported platform');
|
20
|
-
return undefined;
|
21
|
-
}
|
22
|
-
|
23
|
-
export { getMachineId };
|
@@ -1,25 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var require$$0 = require('@opentelemetry/api');
|
4
|
-
|
5
|
-
/*
|
6
|
-
* Copyright The OpenTelemetry Authors
|
7
|
-
*
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
9
|
-
* you may not use this file except in compliance with the License.
|
10
|
-
* You may obtain a copy of the License at
|
11
|
-
*
|
12
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
13
|
-
*
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17
|
-
* See the License for the specific language governing permissions and
|
18
|
-
* limitations under the License.
|
19
|
-
*/
|
20
|
-
async function getMachineId() {
|
21
|
-
require$$0.diag.debug('could not read machine-id: unsupported platform');
|
22
|
-
return undefined;
|
23
|
-
}
|
24
|
-
|
25
|
-
exports.getMachineId = getMachineId;
|
@@ -1,63 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var process = require('process');
|
4
|
-
var execAsync = require('./execAsync-CZu27rRM.cjs');
|
5
|
-
var require$$0 = require('@opentelemetry/api');
|
6
|
-
require('child_process');
|
7
|
-
require('util');
|
8
|
-
|
9
|
-
function _interopNamespace(e) {
|
10
|
-
if (e && e.__esModule) return e;
|
11
|
-
var n = Object.create(null);
|
12
|
-
if (e) {
|
13
|
-
Object.keys(e).forEach(function (k) {
|
14
|
-
if (k !== 'default') {
|
15
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
16
|
-
Object.defineProperty(n, k, d.get ? d : {
|
17
|
-
enumerable: true,
|
18
|
-
get: function () { return e[k]; }
|
19
|
-
});
|
20
|
-
}
|
21
|
-
});
|
22
|
-
}
|
23
|
-
n.default = e;
|
24
|
-
return Object.freeze(n);
|
25
|
-
}
|
26
|
-
|
27
|
-
var process__namespace = /*#__PURE__*/_interopNamespace(process);
|
28
|
-
|
29
|
-
/*
|
30
|
-
* Copyright The OpenTelemetry Authors
|
31
|
-
*
|
32
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
33
|
-
* you may not use this file except in compliance with the License.
|
34
|
-
* You may obtain a copy of the License at
|
35
|
-
*
|
36
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
37
|
-
*
|
38
|
-
* Unless required by applicable law or agreed to in writing, software
|
39
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
40
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
41
|
-
* See the License for the specific language governing permissions and
|
42
|
-
* limitations under the License.
|
43
|
-
*/
|
44
|
-
async function getMachineId() {
|
45
|
-
const args = 'QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid';
|
46
|
-
let command = '%windir%\\System32\\REG.exe';
|
47
|
-
if (process__namespace.arch === 'ia32' && 'PROCESSOR_ARCHITEW6432' in process__namespace.env) {
|
48
|
-
command = '%windir%\\sysnative\\cmd.exe /c ' + command;
|
49
|
-
}
|
50
|
-
try {
|
51
|
-
const result = await execAsync.execAsync(`${command} ${args}`);
|
52
|
-
const parts = result.stdout.split('REG_SZ');
|
53
|
-
if (parts.length === 2) {
|
54
|
-
return parts[1].trim();
|
55
|
-
}
|
56
|
-
}
|
57
|
-
catch (e) {
|
58
|
-
require$$0.diag.debug(`error reading machine id: ${e}`);
|
59
|
-
}
|
60
|
-
return undefined;
|
61
|
-
}
|
62
|
-
|
63
|
-
exports.getMachineId = getMachineId;
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import * as process from 'process';
|
2
|
-
import { e as execAsync } from './execAsync-DmTy47v9.js';
|
3
|
-
import { diag } from '@opentelemetry/api';
|
4
|
-
import 'child_process';
|
5
|
-
import 'util';
|
6
|
-
|
7
|
-
/*
|
8
|
-
* Copyright The OpenTelemetry Authors
|
9
|
-
*
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
-
* you may not use this file except in compliance with the License.
|
12
|
-
* You may obtain a copy of the License at
|
13
|
-
*
|
14
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
15
|
-
*
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
-
* See the License for the specific language governing permissions and
|
20
|
-
* limitations under the License.
|
21
|
-
*/
|
22
|
-
async function getMachineId() {
|
23
|
-
const args = 'QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid';
|
24
|
-
let command = '%windir%\\System32\\REG.exe';
|
25
|
-
if (process.arch === 'ia32' && 'PROCESSOR_ARCHITEW6432' in process.env) {
|
26
|
-
command = '%windir%\\sysnative\\cmd.exe /c ' + command;
|
27
|
-
}
|
28
|
-
try {
|
29
|
-
const result = await execAsync(`${command} ${args}`);
|
30
|
-
const parts = result.stdout.split('REG_SZ');
|
31
|
-
if (parts.length === 2) {
|
32
|
-
return parts[1].trim();
|
33
|
-
}
|
34
|
-
}
|
35
|
-
catch (e) {
|
36
|
-
diag.debug(`error reading machine id: ${e}`);
|
37
|
-
}
|
38
|
-
return undefined;
|
39
|
-
}
|
40
|
-
|
41
|
-
export { getMachineId };
|