typescript-github-action-template 0.2.3 → 0.2.4

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.
@@ -16791,7 +16791,7 @@ export type PullRequest = Assignable & Closable & Comment & Labelable & Lockable
16791
16791
  closed: Scalars['Boolean']['output'];
16792
16792
  /** Identifies the date and time when the object was closed. */
16793
16793
  closedAt?: Maybe<Scalars['DateTime']['output']>;
16794
- /** List of issues that were may be closed by this pull request */
16794
+ /** List of issues that may be closed by this pull request */
16795
16795
  closingIssuesReferences?: Maybe<IssueConnection>;
16796
16796
  /** A list of comments associated with the pull request. */
16797
16797
  comments: IssueCommentConnection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-github-action-template",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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",