typescript-github-action-template 0.2.7 → 0.2.8
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.
|
@@ -5115,8 +5115,10 @@ export type SetUserInteractionLimitInput = {
|
|
|
5115
5115
|
};
|
|
5116
5116
|
/** Software or company that hosts social media accounts. */
|
|
5117
5117
|
export type SocialAccountProvider =
|
|
5118
|
+
/** Decentralized microblogging social platform. */
|
|
5119
|
+
'BLUESKY'
|
|
5118
5120
|
/** Social media and networking website. */
|
|
5119
|
-
'FACEBOOK'
|
|
5121
|
+
| 'FACEBOOK'
|
|
5120
5122
|
/** Catch-all for social media providers that do not yet have specific handling. */
|
|
5121
5123
|
| 'GENERIC'
|
|
5122
5124
|
/** Fork of Mastodon with a greater focus on local posting. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-github-action-template",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "A template to create custom GitHub Action with TypeScript/JavaScript.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@eslint/js": "^9.2.0",
|
|
33
33
|
"@graphql-codegen/cli": "5.0.3",
|
|
34
34
|
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
|
|
35
|
-
"@graphql-codegen/typescript": "4.1.
|
|
36
|
-
"@graphql-codegen/typescript-document-nodes": "4.0.
|
|
35
|
+
"@graphql-codegen/typescript": "4.1.1",
|
|
36
|
+
"@graphql-codegen/typescript-document-nodes": "4.0.11",
|
|
37
37
|
"@serverless-guru/prettier-plugin-import-order": "^0.4.2",
|
|
38
38
|
"@types/node": "^22.0.0",
|
|
39
39
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|