tencentcloud-sdk-nodejs-tcb 4.1.36 → 4.1.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcb",
3
- "version": "4.1.36",
3
+ "version": "4.1.37",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1344,7 +1344,7 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1344
1344
  */
1345
1345
  Remark?: string;
1346
1346
  /**
1347
- * Dockefile的路径
1347
+ * Dockerfile的路径
1348
1348
  */
1349
1349
  DockerfilePath?: string;
1350
1350
  /**
@@ -4328,7 +4328,7 @@ export interface DescribeCbrServerVersionResponse {
4328
4328
  */
4329
4329
  Remark?: string;
4330
4330
  /**
4331
- * Dockefile的路径
4331
+ * Dockerfile的路径
4332
4332
  */
4333
4333
  DockerfilePath?: string;
4334
4334
  /**