@aws-sdk/service-client-documentation-generator
Advanced tools
Comparing version 3.55.0 to 3.58.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28) | ||
**Note:** Version bump only for package @aws-sdk/service-client-documentation-generator | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
@@ -8,0 +16,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
.split("\n") | ||
.filter((line) => line.substr(line.indexOf("*") + 1).trim().length !== 0) | ||
.filter((line) => line.slice(line.indexOf("*") + 1).trim().length !== 0) | ||
.join("\n") | ||
@@ -30,0 +30,0 @@ : comment; |
@@ -29,3 +29,3 @@ import { __decorate, __extends } from "tslib"; | ||
.split("\n") | ||
.filter(function (line) { return line.substr(line.indexOf("*") + 1).trim().length !== 0; }) | ||
.filter(function (line) { return line.slice(line.indexOf("*") + 1).trim().length !== 0; }) | ||
.join("\n") | ||
@@ -32,0 +32,0 @@ : comment; |
{ | ||
"name": "@aws-sdk/service-client-documentation-generator", | ||
"version": "3.55.0", | ||
"version": "3.58.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
62627