typescript-github-action-template 0.2.2 → 0.2.3
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.
|
@@ -7832,6 +7832,8 @@ export type FundingPlatform =
|
|
|
7832
7832
|
| 'PATREON'
|
|
7833
7833
|
/** Polar funding platform. */
|
|
7834
7834
|
| 'POLAR'
|
|
7835
|
+
/** thanks.dev funding platform. */
|
|
7836
|
+
| 'THANKS_DEV'
|
|
7835
7837
|
/** Tidelift funding platform. */
|
|
7836
7838
|
| 'TIDELIFT';
|
|
7837
7839
|
/** A generic hovercard context with a message and icon */
|
package/package.json
CHANGED