@hypertestco/node-sdk-v3 0.0.1-37 → 0.0.1-37-qemu-3
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/index.cjs +1 -1
- package/index.mjs +1 -1
- package/instrumentation/libraries/grpc/utils.d.ts +1 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -147448,7 +147448,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
147448
147448
|
var import_register = __toESM(require_register());
|
|
147449
147449
|
|
|
147450
147450
|
// ../../package.json
|
|
147451
|
-
var version = "0.0.1-37";
|
|
147451
|
+
var version = "0.0.1-37-qemu-3";
|
|
147452
147452
|
|
|
147453
147453
|
// ../utils/syncSleep/index.ts
|
|
147454
147454
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -154929,7 +154929,7 @@ import fs2 from "fs";
|
|
|
154929
154929
|
import path3 from "path";
|
|
154930
154930
|
|
|
154931
154931
|
// ../../package.json
|
|
154932
|
-
var version = "0.0.1-37";
|
|
154932
|
+
var version = "0.0.1-37-qemu-3";
|
|
154933
154933
|
|
|
154934
154934
|
// ../utils/syncSleep/index.ts
|
|
154935
154935
|
function synchronousBlock(seconds) {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Metadata } from '@grpc/grpc-js';
|
|
2
|
-
import type { Metadata as MetadataOfDeprGrpc } from 'grpc';
|
|
3
2
|
import type { BufferMap, GrpcClientInputMeta, GrpcClientReadableInput, GrpcReadableMetadata, GrpcServerInputMeta, GrpcServerReadableInput, JsonableStringMap } from '../../../../../utils/types/index';
|
|
4
3
|
import { SamplingMode } from '../../helpers/samplingLogic';
|
|
5
4
|
export declare const getReadableMetadata: (metadata: Metadata | undefined) => GrpcReadableMetadata;
|
|
@@ -25,7 +24,7 @@ export declare const getRealPayload: (readablePayload: unknown, bufferMap: Buffe
|
|
|
25
24
|
export declare const setSamplingModeHeaderInServerMetadata: (metadata: Metadata, samplingMode: SamplingMode) => void;
|
|
26
25
|
export type ClassStore = {
|
|
27
26
|
Metadata: typeof Metadata;
|
|
28
|
-
MetadataOfDeprGrpc: typeof
|
|
27
|
+
MetadataOfDeprGrpc: typeof Metadata;
|
|
29
28
|
};
|
|
30
29
|
declare const classStore: Map<string, Partial<ClassStore>>;
|
|
31
30
|
export declare function insertInClassStore(version: string, classStoreObj: Partial<ClassStore>): void;
|