@daiyam/artifact-gh-issuehub 0.4.4 → 0.4.5

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.
@@ -40,26 +40,12 @@ body:
40
40
  validations:
41
41
  required: true
42
42
 
43
- - type: input
44
- attributes:
45
- label: Editor Name & Version
46
- placeholder: VSCode v1.110.0
47
- validations:
48
- required: true
49
-
50
- - type: input
51
- attributes:
52
- label: Extension Version
53
- placeholder: v0.11.0
54
- validations:
55
- required: true
56
-
57
43
  - type: textarea
58
44
  attributes:
59
45
  label: Environment
60
- description: Paste the output of `npx envinfo --system` here.
46
+ description: Paste the output of `npx envinfo --system --binaries --npmPackages` here.
61
47
  render: text
62
- placeholder: System
48
+ placeholder: System, Binaries, npmPackages
63
49
  validations:
64
50
  required: true
65
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-gh-issuehub",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/daiyam/artifact-configs/issues"
17
17
  },
18
18
  "keywords": [],
19
- "gitHead": "6d99c83a44c8ad8e07d7173cc43d2b9974fb020f"
19
+ "gitHead": "5e7b7908f4358fd128d49236f5918003cfb10b6e"
20
20
  }