itube-specs 0.0.751 → 0.0.753

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.
@@ -223,6 +223,12 @@ export const reportFormsScheme: Array<IReportScheme> = [
223
223
  wide: true,
224
224
  marginClass: '_mb-16'
225
225
  },
226
+ {
227
+ type: 'heading',
228
+ value: 'malwareReasonHeading',
229
+ text: 'malware_reason_text',
230
+ wide: true
231
+ },
226
232
  ...(reportMalwareItems).map((value, index)=> ({
227
233
  type: 'radio',
228
234
  value,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.751",
4
+ "version": "0.0.753",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {