@pie-element/multiple-choice 8.19.1-next.3 → 8.20.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [8.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@8.19.0...@pie-element/multiple-choice@8.20.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [8.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@8.18.0...@pie-element/multiple-choice@8.19.0) (2024-06-19)
7
18
 
8
19
 
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@6.16.0...@pie-element/multiple-choice-configure@6.17.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [6.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@6.15.0...@pie-element/multiple-choice-configure@6.16.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice-configure",
3
- "version": "6.16.0",
3
+ "version": "6.17.0",
4
4
  "private": true,
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@material-ui/icons": "^3.0.1",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "1.23.1",
11
+ "@pie-lib/pie-toolbox": "1.24.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@4.14.0...@pie-element/multiple-choice-controller@4.15.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [4.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@4.13.0...@pie-element/multiple-choice-controller@4.14.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice-controller",
3
3
  "private": true,
4
- "version": "4.14.0",
4
+ "version": "4.15.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@pie-lib/pie-toolbox": "1.23.1",
11
+ "@pie-lib/pie-toolbox": "1.24.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15"
14
14
  }
@@ -110,6 +110,28 @@
110
110
  ]
111
111
  },
112
112
  "title": "customPlugins"
113
+ },
114
+ "blockquote": {
115
+ "title": "EditableHtmlButtonConfigure",
116
+ "type": "object",
117
+ "properties": {
118
+ "disabled": {
119
+ "description": "Indicates if the plugin is disabled or not",
120
+ "type": "boolean",
121
+ "title": "disabled"
122
+ }
123
+ }
124
+ },
125
+ "h3": {
126
+ "title": "EditableHtmlButtonConfigure",
127
+ "type": "object",
128
+ "properties": {
129
+ "disabled": {
130
+ "description": "Indicates if the plugin is disabled or not",
131
+ "type": "boolean",
132
+ "title": "disabled"
133
+ }
134
+ }
113
135
  }
114
136
  }
115
137
  },
@@ -201,6 +223,28 @@
201
223
  ]
202
224
  },
203
225
  "title": "customPlugins"
226
+ },
227
+ "blockquote": {
228
+ "title": "EditableHtmlButtonConfigure",
229
+ "type": "object",
230
+ "properties": {
231
+ "disabled": {
232
+ "description": "Indicates if the plugin is disabled or not",
233
+ "type": "boolean",
234
+ "title": "disabled"
235
+ }
236
+ }
237
+ },
238
+ "h3": {
239
+ "title": "EditableHtmlButtonConfigure",
240
+ "type": "object",
241
+ "properties": {
242
+ "disabled": {
243
+ "description": "Indicates if the plugin is disabled or not",
244
+ "type": "boolean",
245
+ "title": "disabled"
246
+ }
247
+ }
204
248
  }
205
249
  }
206
250
  },
@@ -368,6 +412,28 @@
368
412
  ]
369
413
  },
370
414
  "title": "customPlugins"
415
+ },
416
+ "blockquote": {
417
+ "title": "EditableHtmlButtonConfigure",
418
+ "type": "object",
419
+ "properties": {
420
+ "disabled": {
421
+ "description": "Indicates if the plugin is disabled or not",
422
+ "type": "boolean",
423
+ "title": "disabled"
424
+ }
425
+ }
426
+ },
427
+ "h3": {
428
+ "title": "EditableHtmlButtonConfigure",
429
+ "type": "object",
430
+ "properties": {
431
+ "disabled": {
432
+ "description": "Indicates if the plugin is disabled or not",
433
+ "type": "boolean",
434
+ "title": "disabled"
435
+ }
436
+ }
371
437
  }
372
438
  }
373
439
  },
@@ -556,6 +622,28 @@
556
622
  ]
557
623
  },
558
624
  "title": "customPlugins"
625
+ },
626
+ "blockquote": {
627
+ "title": "EditableHtmlButtonConfigure",
628
+ "type": "object",
629
+ "properties": {
630
+ "disabled": {
631
+ "description": "Indicates if the plugin is disabled or not",
632
+ "type": "boolean",
633
+ "title": "disabled"
634
+ }
635
+ }
636
+ },
637
+ "h3": {
638
+ "title": "EditableHtmlButtonConfigure",
639
+ "type": "object",
640
+ "properties": {
641
+ "disabled": {
642
+ "description": "Indicates if the plugin is disabled or not",
643
+ "type": "boolean",
644
+ "title": "disabled"
645
+ }
646
+ }
559
647
  }
560
648
  }
561
649
  },
@@ -701,6 +789,28 @@
701
789
  ]
702
790
  },
703
791
  "title": "customPlugins"
792
+ },
793
+ "blockquote": {
794
+ "title": "EditableHtmlButtonConfigure",
795
+ "type": "object",
796
+ "properties": {
797
+ "disabled": {
798
+ "description": "Indicates if the plugin is disabled or not",
799
+ "type": "boolean",
800
+ "title": "disabled"
801
+ }
802
+ }
803
+ },
804
+ "h3": {
805
+ "title": "EditableHtmlButtonConfigure",
806
+ "type": "object",
807
+ "properties": {
808
+ "disabled": {
809
+ "description": "Indicates if the plugin is disabled or not",
810
+ "type": "boolean",
811
+ "title": "disabled"
812
+ }
813
+ }
704
814
  }
705
815
  }
706
816
  },
@@ -830,6 +940,28 @@
830
940
  ]
831
941
  },
832
942
  "title": "customPlugins"
943
+ },
944
+ "blockquote": {
945
+ "title": "EditableHtmlButtonConfigure",
946
+ "type": "object",
947
+ "properties": {
948
+ "disabled": {
949
+ "description": "Indicates if the plugin is disabled or not",
950
+ "type": "boolean",
951
+ "title": "disabled"
952
+ }
953
+ }
954
+ },
955
+ "h3": {
956
+ "title": "EditableHtmlButtonConfigure",
957
+ "type": "object",
958
+ "properties": {
959
+ "disabled": {
960
+ "description": "Indicates if the plugin is disabled or not",
961
+ "type": "boolean",
962
+ "title": "disabled"
963
+ }
964
+ }
833
965
  }
834
966
  }
835
967
  },
@@ -1163,6 +1295,28 @@
1163
1295
  ]
1164
1296
  },
1165
1297
  "title": "customPlugins"
1298
+ },
1299
+ "blockquote": {
1300
+ "title": "EditableHtmlButtonConfigure",
1301
+ "type": "object",
1302
+ "properties": {
1303
+ "disabled": {
1304
+ "description": "Indicates if the plugin is disabled or not",
1305
+ "type": "boolean",
1306
+ "title": "disabled"
1307
+ }
1308
+ }
1309
+ },
1310
+ "h3": {
1311
+ "title": "EditableHtmlButtonConfigure",
1312
+ "type": "object",
1313
+ "properties": {
1314
+ "disabled": {
1315
+ "description": "Indicates if the plugin is disabled or not",
1316
+ "type": "boolean",
1317
+ "title": "disabled"
1318
+ }
1319
+ }
1166
1320
  }
1167
1321
  }
1168
1322
  },
@@ -1297,6 +1451,28 @@
1297
1451
  ]
1298
1452
  },
1299
1453
  "title": "customPlugins"
1454
+ },
1455
+ "blockquote": {
1456
+ "title": "EditableHtmlButtonConfigure",
1457
+ "type": "object",
1458
+ "properties": {
1459
+ "disabled": {
1460
+ "description": "Indicates if the plugin is disabled or not",
1461
+ "type": "boolean",
1462
+ "title": "disabled"
1463
+ }
1464
+ }
1465
+ },
1466
+ "h3": {
1467
+ "title": "EditableHtmlButtonConfigure",
1468
+ "type": "object",
1469
+ "properties": {
1470
+ "disabled": {
1471
+ "description": "Indicates if the plugin is disabled or not",
1472
+ "type": "boolean",
1473
+ "title": "disabled"
1474
+ }
1475
+ }
1300
1476
  }
1301
1477
  }
1302
1478
  },
@@ -1400,6 +1576,28 @@
1400
1576
  ]
1401
1577
  },
1402
1578
  "title": "customPlugins"
1579
+ },
1580
+ "blockquote": {
1581
+ "title": "EditableHtmlButtonConfigure",
1582
+ "type": "object",
1583
+ "properties": {
1584
+ "disabled": {
1585
+ "description": "Indicates if the plugin is disabled or not",
1586
+ "type": "boolean",
1587
+ "title": "disabled"
1588
+ }
1589
+ }
1590
+ },
1591
+ "h3": {
1592
+ "title": "EditableHtmlButtonConfigure",
1593
+ "type": "object",
1594
+ "properties": {
1595
+ "disabled": {
1596
+ "description": "Indicates if the plugin is disabled or not",
1597
+ "type": "boolean",
1598
+ "title": "disabled"
1599
+ }
1600
+ }
1403
1601
  }
1404
1602
  }
1405
1603
  },
@@ -89,6 +89,22 @@ Currently, only "SVG" is supported.
89
89
 
90
90
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
91
91
 
92
+ ## `blockquote` (object)
93
+
94
+ Properties of the `blockquote` object:
95
+
96
+ ### `disabled` (boolean)
97
+
98
+ Indicates if the plugin is disabled or not
99
+
100
+ ## `h3` (object)
101
+
102
+ Properties of the `h3` object:
103
+
104
+ ### `disabled` (boolean)
105
+
106
+ Indicates if the plugin is disabled or not
107
+
92
108
  # `choices` (object)
93
109
 
94
110
  Properties of the `choices` object:
@@ -158,6 +174,22 @@ Currently, only "SVG" is supported.
158
174
 
159
175
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
160
176
 
177
+ ### `blockquote` (object)
178
+
179
+ Properties of the `blockquote` object:
180
+
181
+ #### `disabled` (boolean)
182
+
183
+ Indicates if the plugin is disabled or not
184
+
185
+ ### `h3` (object)
186
+
187
+ Properties of the `h3` object:
188
+
189
+ #### `disabled` (boolean)
190
+
191
+ Indicates if the plugin is disabled or not
192
+
161
193
  ## `settings` (boolean)
162
194
 
163
195
  Indicates if the item has to be displayed in the Settings Panel
@@ -283,6 +315,22 @@ Currently, only "SVG" is supported.
283
315
 
284
316
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
285
317
 
318
+ ### `blockquote` (object)
319
+
320
+ Properties of the `blockquote` object:
321
+
322
+ #### `disabled` (boolean)
323
+
324
+ Indicates if the plugin is disabled or not
325
+
326
+ ### `h3` (object)
327
+
328
+ Properties of the `h3` object:
329
+
330
+ #### `disabled` (boolean)
331
+
332
+ Indicates if the plugin is disabled or not
333
+
286
334
  ## `required` (boolean)
287
335
 
288
336
  Indicates if the item is required and the value cannot be empty
@@ -424,6 +472,22 @@ Currently, only "SVG" is supported.
424
472
 
425
473
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
426
474
 
475
+ ### `blockquote` (object)
476
+
477
+ Properties of the `blockquote` object:
478
+
479
+ #### `disabled` (boolean)
480
+
481
+ Indicates if the plugin is disabled or not
482
+
483
+ ### `h3` (object)
484
+
485
+ Properties of the `h3` object:
486
+
487
+ #### `disabled` (boolean)
488
+
489
+ Indicates if the plugin is disabled or not
490
+
427
491
  ## `required` (boolean)
428
492
 
429
493
  Indicates if the item is required and the value cannot be empty
@@ -533,6 +597,22 @@ Currently, only "SVG" is supported.
533
597
 
534
598
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
535
599
 
600
+ ### `blockquote` (object)
601
+
602
+ Properties of the `blockquote` object:
603
+
604
+ #### `disabled` (boolean)
605
+
606
+ Indicates if the plugin is disabled or not
607
+
608
+ ### `h3` (object)
609
+
610
+ Properties of the `h3` object:
611
+
612
+ #### `disabled` (boolean)
613
+
614
+ Indicates if the plugin is disabled or not
615
+
536
616
  ## `required` (boolean)
537
617
 
538
618
  Indicates if the item is required and the value cannot be empty
@@ -631,6 +711,22 @@ Currently, only "SVG" is supported.
631
711
 
632
712
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
633
713
 
714
+ ### `blockquote` (object)
715
+
716
+ Properties of the `blockquote` object:
717
+
718
+ #### `disabled` (boolean)
719
+
720
+ Indicates if the plugin is disabled or not
721
+
722
+ ### `h3` (object)
723
+
724
+ Properties of the `h3` object:
725
+
726
+ #### `disabled` (boolean)
727
+
728
+ Indicates if the plugin is disabled or not
729
+
634
730
  ## `settings` (boolean)
635
731
 
636
732
  Indicates if the item has to be displayed in the Settings Panel
@@ -886,6 +982,22 @@ Currently, only "SVG" is supported.
886
982
 
887
983
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
888
984
 
985
+ ### `blockquote` (object)
986
+
987
+ Properties of the `blockquote` object:
988
+
989
+ #### `disabled` (boolean)
990
+
991
+ Indicates if the plugin is disabled or not
992
+
993
+ ### `h3` (object)
994
+
995
+ Properties of the `h3` object:
996
+
997
+ #### `disabled` (boolean)
998
+
999
+ Indicates if the plugin is disabled or not
1000
+
889
1001
  ## `EditableHtmlButtonConfigure` (object)
890
1002
 
891
1003
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -986,6 +1098,22 @@ Currently, only "SVG" is supported.
986
1098
 
987
1099
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
988
1100
 
1101
+ #### `blockquote` (object)
1102
+
1103
+ Properties of the `blockquote` object:
1104
+
1105
+ ##### `disabled` (boolean)
1106
+
1107
+ Indicates if the plugin is disabled or not
1108
+
1109
+ #### `h3` (object)
1110
+
1111
+ Properties of the `h3` object:
1112
+
1113
+ ##### `disabled` (boolean)
1114
+
1115
+ Indicates if the plugin is disabled or not
1116
+
989
1117
  ### `settings` (boolean)
990
1118
 
991
1119
  Indicates if the item has to be displayed in the Settings Panel
@@ -1063,6 +1191,22 @@ Currently, only "SVG" is supported.
1063
1191
 
1064
1192
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1065
1193
 
1194
+ #### `blockquote` (object)
1195
+
1196
+ Properties of the `blockquote` object:
1197
+
1198
+ ##### `disabled` (boolean)
1199
+
1200
+ Indicates if the plugin is disabled or not
1201
+
1202
+ #### `h3` (object)
1203
+
1204
+ Properties of the `h3` object:
1205
+
1206
+ ##### `disabled` (boolean)
1207
+
1208
+ Indicates if the plugin is disabled or not
1209
+
1066
1210
  ### `required` (boolean)
1067
1211
 
1068
1212
  Indicates if the item is required and the value cannot be empty
@@ -317,6 +317,28 @@
317
317
  ]
318
318
  },
319
319
  "title": "customPlugins"
320
+ },
321
+ "blockquote": {
322
+ "title": "EditableHtmlButtonConfigure",
323
+ "type": "object",
324
+ "properties": {
325
+ "disabled": {
326
+ "description": "Indicates if the plugin is disabled or not",
327
+ "type": "boolean",
328
+ "title": "disabled"
329
+ }
330
+ }
331
+ },
332
+ "h3": {
333
+ "title": "EditableHtmlButtonConfigure",
334
+ "type": "object",
335
+ "properties": {
336
+ "disabled": {
337
+ "description": "Indicates if the plugin is disabled or not",
338
+ "type": "boolean",
339
+ "title": "disabled"
340
+ }
341
+ }
320
342
  }
321
343
  }
322
344
  },
@@ -451,6 +473,28 @@
451
473
  ]
452
474
  },
453
475
  "title": "customPlugins"
476
+ },
477
+ "blockquote": {
478
+ "title": "EditableHtmlButtonConfigure",
479
+ "type": "object",
480
+ "properties": {
481
+ "disabled": {
482
+ "description": "Indicates if the plugin is disabled or not",
483
+ "type": "boolean",
484
+ "title": "disabled"
485
+ }
486
+ }
487
+ },
488
+ "h3": {
489
+ "title": "EditableHtmlButtonConfigure",
490
+ "type": "object",
491
+ "properties": {
492
+ "disabled": {
493
+ "description": "Indicates if the plugin is disabled or not",
494
+ "type": "boolean",
495
+ "title": "disabled"
496
+ }
497
+ }
454
498
  }
455
499
  }
456
500
  },
@@ -554,6 +598,28 @@
554
598
  ]
555
599
  },
556
600
  "title": "customPlugins"
601
+ },
602
+ "blockquote": {
603
+ "title": "EditableHtmlButtonConfigure",
604
+ "type": "object",
605
+ "properties": {
606
+ "disabled": {
607
+ "description": "Indicates if the plugin is disabled or not",
608
+ "type": "boolean",
609
+ "title": "disabled"
610
+ }
611
+ }
612
+ },
613
+ "h3": {
614
+ "title": "EditableHtmlButtonConfigure",
615
+ "type": "object",
616
+ "properties": {
617
+ "disabled": {
618
+ "description": "Indicates if the plugin is disabled or not",
619
+ "type": "boolean",
620
+ "title": "disabled"
621
+ }
622
+ }
557
623
  }
558
624
  }
559
625
  },
@@ -260,6 +260,22 @@ Currently, only "SVG" is supported.
260
260
 
261
261
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
262
262
 
263
+ ### `blockquote` (object)
264
+
265
+ Properties of the `blockquote` object:
266
+
267
+ #### `disabled` (boolean)
268
+
269
+ Indicates if the plugin is disabled or not
270
+
271
+ ### `h3` (object)
272
+
273
+ Properties of the `h3` object:
274
+
275
+ #### `disabled` (boolean)
276
+
277
+ Indicates if the plugin is disabled or not
278
+
263
279
  ## `EditableHtmlButtonConfigure` (object)
264
280
 
265
281
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -360,6 +376,22 @@ Currently, only "SVG" is supported.
360
376
 
361
377
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
362
378
 
379
+ #### `blockquote` (object)
380
+
381
+ Properties of the `blockquote` object:
382
+
383
+ ##### `disabled` (boolean)
384
+
385
+ Indicates if the plugin is disabled or not
386
+
387
+ #### `h3` (object)
388
+
389
+ Properties of the `h3` object:
390
+
391
+ ##### `disabled` (boolean)
392
+
393
+ Indicates if the plugin is disabled or not
394
+
363
395
  ### `settings` (boolean)
364
396
 
365
397
  Indicates if the item has to be displayed in the Settings Panel
@@ -437,6 +469,22 @@ Currently, only "SVG" is supported.
437
469
 
438
470
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
439
471
 
472
+ #### `blockquote` (object)
473
+
474
+ Properties of the `blockquote` object:
475
+
476
+ ##### `disabled` (boolean)
477
+
478
+ Indicates if the plugin is disabled or not
479
+
480
+ #### `h3` (object)
481
+
482
+ Properties of the `h3` object:
483
+
484
+ ##### `disabled` (boolean)
485
+
486
+ Indicates if the plugin is disabled or not
487
+
440
488
  ### `required` (boolean)
441
489
 
442
490
  Indicates if the item is required and the value cannot be empty
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "8.19.1-next.3+555010e55",
4
+ "version": "8.20.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-lib/pie-toolbox": "1.23.1",
10
+ "@pie-lib/pie-toolbox": "1.24.0",
11
11
  "classnames": "^2.2.5",
12
12
  "debug": "^4.1.1",
13
13
  "enzyme-to-json": "^3.3.3",
@@ -18,7 +18,7 @@
18
18
  "react-test-renderer": "^16.3.2",
19
19
  "react-transition-group": "^2.3.1"
20
20
  },
21
- "gitHead": "555010e558a0042d8e508f507210dbfed251dc9c",
21
+ "gitHead": "32f0b3dbc46526a56225b2f3b288ec93dec4dfc1",
22
22
  "scripts": {
23
23
  "postpublish": "../../scripts/postpublish"
24
24
  },