@ttsc/banner 0.10.2 → 0.11.0-dev.20260517

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -76,3 +76,11 @@ Existing inline text config remains supported:
76
76
  ```
77
77
 
78
78
  The plugin formats every banner line inside a JSDoc block and adds `@packageDocumentation`. The banner follows TypeScript's normal comment emit policy, so `removeComments: true` removes it.
79
+
80
+ ## Sponsors
81
+
82
+ [![Sponsors](https://raw.githubusercontent.com/samchon/sponsor-images/refs/heads/master/public/circle.svg)](https://github.com/sponsors/samchon)
83
+
84
+ Thanks for your support.
85
+
86
+ Your [donation](https://github.com/sponsors/samchon) encourages `ttsc` development.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/banner",
3
- "version": "0.10.2",
3
+ "version": "0.11.0-dev.20260517",
4
4
  "description": "First-party ttsc plugin that adds package-documentation JSDoc banners during emit.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  ],
33
33
  "devDependencies": {
34
34
  "@types/node": "^25.3.0",
35
- "@typescript/native-preview": "7.0.0-dev.20260510.1",
35
+ "@typescript/native-preview": "7.0.0-dev.20260515.1",
36
36
  "rimraf": "^6.1.2",
37
- "ttsc": "0.10.2"
37
+ "ttsc": "0.11.0-dev.20260517"
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",