@cloudbase/node-sdk
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -103,3 +103,3 @@ "use strict"; | ||
this.opts = args.opts || {}; | ||
this.tracingInfo = (0, tracing_1.generateTracingInfo)((_b = (_a = args.config) === null || _a === void 0 ? void 0 : _a.context) === null || _b === void 0 ? void 0 : _b.eventId); | ||
this.tracingInfo = (0, tracing_1.generateTracingInfo)((_b = (_a = args.config) === null || _a === void 0 ? void 0 : _a.context) === null || _b === void 0 ? void 0 : _b.eventID); | ||
} | ||
@@ -106,0 +106,0 @@ async request() { |
{ | ||
"name": "@cloudbase/node-sdk", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "tencent cloud base server sdk for node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -109,3 +109,3 @@ import http from 'http' | ||
this.opts = args.opts || {} | ||
this.tracingInfo = generateTracingInfo(args.config?.context?.eventId) | ||
this.tracingInfo = generateTracingInfo(args.config?.context?.eventID) | ||
} | ||
@@ -112,0 +112,0 @@ |
@@ -201,3 +201,3 @@ import fs from 'fs' | ||
context?: { | ||
eventId: string | ||
eventID: string | ||
extendedContext: { | ||
@@ -204,0 +204,0 @@ envId: string |