typescript-github-action-template 0.2.27 → 0.2.29

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.
@@ -9972,6 +9972,8 @@ export type Mannequin = Actor & Node & UniformResourceLocatable & {
9972
9972
  id: Scalars['ID']['output'];
9973
9973
  /** The username of the actor. */
9974
9974
  login: Scalars['String']['output'];
9975
+ /** The display name of the imported mannequin. */
9976
+ name?: Maybe<Scalars['String']['output']>;
9975
9977
  /** The HTML path to this resource. */
9976
9978
  resourcePath: Scalars['URI']['output'];
9977
9979
  /** Identifies the date and time when the object was last updated. */
@@ -21496,6 +21498,8 @@ export type Release = Node & Reactable & UniformResourceLocatable & {
21496
21498
  descriptionHTML?: Maybe<Scalars['HTML']['output']>;
21497
21499
  /** The Node ID of the Release object */
21498
21500
  id: Scalars['ID']['output'];
21501
+ /** Whether or not the release is immutable */
21502
+ immutable: Scalars['Boolean']['output'];
21499
21503
  /** Whether or not the release is a draft */
21500
21504
  isDraft: Scalars['Boolean']['output'];
21501
21505
  /** Whether or not the release is the latest releast */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-github-action-template",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
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",