@lvce-editor/eslint-plugin-github-actions 8.0.0 → 8.2.0

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/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -217,6 +217,7 @@ const create$d = context => {
217
217
  node,
218
218
  messageId: 'unsupportedMatrix',
219
219
  data: {
220
+ // @ts-ignore
220
221
  value: node.value
221
222
  }
222
223
  });
@@ -551,6 +552,7 @@ const create$6 = context => {
551
552
  node: pair.key,
552
553
  messageId: 'unsupportedPermission',
553
554
  data: {
555
+ // @ts-ignore
554
556
  value: pair
555
557
  }
556
558
  });
@@ -562,6 +564,7 @@ const create$6 = context => {
562
564
  node,
563
565
  messageId: 'unsupportedPermission',
564
566
  data: {
567
+ // @ts-ignore
565
568
  value: pair.value
566
569
  }
567
570
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-plugin-github-actions",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "keywords": [],