@ssets/dts 1.0.0 → 1.0.1

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.
@@ -1265,8 +1265,8 @@ function generateOutput(params, options = {}) {
1265
1265
  const authorLine = pkg.author ? `
1266
1266
  * @author ${pkg.author}` : "";
1267
1267
  resultOutputParts.push(`/**
1268
- * ${pkg.name} v${pkg.version}${authorLine}
1269
- *
1268
+ * ${pkg.name} v${pkg.version}
1269
+ * ${authorLine}
1270
1270
  * @license ${pkg.license}
1271
1271
  * This source code is licensed under the ${pkg.license} license found in the
1272
1272
  * LICENSE file in the root directory of this source tree.
@@ -1231,8 +1231,8 @@ function generateOutput(params, options = {}) {
1231
1231
  const authorLine = pkg.author ? `
1232
1232
  * @author ${pkg.author}` : "";
1233
1233
  resultOutputParts.push(`/**
1234
- * ${pkg.name} v${pkg.version}${authorLine}
1235
- *
1234
+ * ${pkg.name} v${pkg.version}
1235
+ * ${authorLine}
1236
1236
  * @license ${pkg.license}
1237
1237
  * This source code is licensed under the ${pkg.license} license found in the
1238
1238
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssets/dts",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Simple and focuses on the action of merging multiple declaration files into one.",
5
5
  "type": "module",
6
6
  "main": "dist/bundle-generator.cjs",