@smithy/service-client-documentation-generator 2.1.0 → 2.2.0

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/dist-cjs/index.js CHANGED
@@ -178,6 +178,8 @@ function load(app) {
178
178
  }
179
179
  __name(load, "load");
180
180
  // Annotate the CommonJS export names for ESM import in node:
181
+
181
182
  0 && (module.exports = {
182
183
  load
183
184
  });
185
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-client-documentation-generator",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-client-documentation-generator",
@@ -25,7 +25,7 @@
25
25
  "typedocplugin"
26
26
  ],
27
27
  "dependencies": {
28
- "tslib": "^2.5.0"
28
+ "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@tsconfig/recommended": "1.0.1",