@pie-element/explicit-constructed-response 11.1.0-next.19 → 11.1.1-next.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 (280) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +4 -0
  2. package/dist/author/alternateResponses.d.ts +34 -0
  3. package/dist/author/alternateResponses.js +116 -0
  4. package/dist/author/alternateSection.d.ts +58 -0
  5. package/dist/author/alternateSection.js +215 -0
  6. package/dist/author/defaults.d.ts +186 -0
  7. package/dist/author/defaults.js +128 -0
  8. package/dist/author/ecr-toolbar.d.ts +41 -0
  9. package/dist/author/ecr-toolbar.js +100 -0
  10. package/dist/author/index.d.ts +42 -0
  11. package/dist/author/index.js +97 -0
  12. package/dist/author/main.d.ts +38 -0
  13. package/dist/author/main.js +294 -0
  14. package/dist/author/markupUtils.d.ts +14 -0
  15. package/dist/author/markupUtils.js +13 -0
  16. package/dist/author/utils.d.ts +9 -0
  17. package/dist/author/utils.js +7 -0
  18. package/dist/controller/defaults.d.ts +25 -0
  19. package/dist/controller/defaults.js +19 -0
  20. package/dist/controller/index.d.ts +64 -0
  21. package/dist/controller/index.js +142 -0
  22. package/dist/delivery/index.d.ts +20 -0
  23. package/dist/delivery/index.js +66 -0
  24. package/dist/delivery/main.d.ts +48 -0
  25. package/dist/delivery/main.js +117 -0
  26. package/dist/explicit-constructed-response.css +2 -0
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.iife.d.ts +8 -0
  29. package/dist/index.iife.js +394 -0
  30. package/dist/index.js +2 -0
  31. package/dist/node_modules/.bun/he@1.2.0/node_modules/he/he.js +3993 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayReduce.js +8 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEach.js +6 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseExtremum.js +11 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseForOwn.js +8 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGt.js +6 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +26 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +11 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMap.js +11 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +12 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePick.js +10 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePickBy.js +13 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyOf.js +8 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseReduce.js +8 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseEach.js +12 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +19 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_escapeHtmlChar.js +11 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_flatRest.js +9 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +16 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +7 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  174. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  175. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  176. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  177. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  178. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  179. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
  180. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
  181. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  182. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
  183. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  184. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  185. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +50 -0
  186. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
  187. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  188. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/escape.js +9 -0
  189. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/find.js +6 -0
  190. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +13 -0
  191. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/flatten.js +7 -0
  192. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
  193. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
  194. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  195. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  196. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  197. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  198. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  199. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  200. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
  201. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  202. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  203. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  204. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  205. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  206. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  207. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  208. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  209. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  210. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  211. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/map.js +10 -0
  212. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/max.js +9 -0
  213. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
  214. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/now.js +7 -0
  215. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/pick.js +8 -0
  216. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -0
  217. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/reduce.js +12 -0
  218. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  219. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  220. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/throttle.js +15 -0
  221. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +8 -0
  222. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +8 -0
  223. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
  224. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
  225. package/dist/print/index.d.ts +15 -0
  226. package/dist/print/index.js +40 -0
  227. package/package.json +62 -25
  228. package/CHANGELOG.json +0 -1102
  229. package/CHANGELOG.md +0 -2175
  230. package/LICENSE.md +0 -5
  231. package/README.md +0 -1
  232. package/configure/CHANGELOG.json +0 -652
  233. package/configure/CHANGELOG.md +0 -1917
  234. package/configure/lib/alternateResponses.js +0 -199
  235. package/configure/lib/alternateResponses.js.map +0 -1
  236. package/configure/lib/alternateSection.js +0 -329
  237. package/configure/lib/alternateSection.js.map +0 -1
  238. package/configure/lib/defaults.js +0 -184
  239. package/configure/lib/defaults.js.map +0 -1
  240. package/configure/lib/ecr-toolbar.js +0 -181
  241. package/configure/lib/ecr-toolbar.js.map +0 -1
  242. package/configure/lib/index.js +0 -161
  243. package/configure/lib/index.js.map +0 -1
  244. package/configure/lib/main.js +0 -514
  245. package/configure/lib/main.js.map +0 -1
  246. package/configure/lib/markupUtils.js +0 -70
  247. package/configure/lib/markupUtils.js.map +0 -1
  248. package/configure/lib/utils.js +0 -15
  249. package/configure/lib/utils.js.map +0 -1
  250. package/configure/package.json +0 -22
  251. package/controller/CHANGELOG.json +0 -517
  252. package/controller/CHANGELOG.md +0 -1333
  253. package/controller/lib/defaults.js +0 -23
  254. package/controller/lib/defaults.js.map +0 -1
  255. package/controller/lib/index.js +0 -368
  256. package/controller/lib/index.js.map +0 -1
  257. package/controller/package.json +0 -18
  258. package/docs/config-schema.json +0 -2629
  259. package/docs/config-schema.json.md +0 -1941
  260. package/docs/demo/config.js +0 -8
  261. package/docs/demo/generate.js +0 -20
  262. package/docs/demo/index.html +0 -1
  263. package/docs/demo/session.js +0 -10
  264. package/docs/pie-schema.json +0 -1130
  265. package/docs/pie-schema.json.md +0 -814
  266. package/lib/index.js +0 -91
  267. package/lib/index.js.map +0 -1
  268. package/lib/main.js +0 -205
  269. package/lib/main.js.map +0 -1
  270. package/lib/print.js +0 -71
  271. package/lib/print.js.map +0 -1
  272. package/module/configure.js +0 -1
  273. package/module/controller.js +0 -6534
  274. package/module/demo.js +0 -45
  275. package/module/element.js +0 -1
  276. package/module/index.html +0 -21
  277. package/module/manifest.json +0 -18
  278. package/module/print-demo.js +0 -83
  279. package/module/print.html +0 -18
  280. package/module/print.js +0 -1
package/CHANGELOG.json DELETED
@@ -1,1102 +0,0 @@
1
- [
2
- {
3
- "type": "chore",
4
- "scope": "version",
5
- "subject": "bumped the versions",
6
- "merge": null,
7
- "header": "chore(version): bumped the versions",
8
- "body": null,
9
- "footer": null,
10
- "notes": [],
11
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
12
- "gitTags": " (origin/feat/mask-markup-elements)",
13
- "committerDate": "2019-06-06 01:15:50 +0300",
14
- "isTagged": true,
15
- "tag": "@pie-element/explicit-constructed-response@1.1.0"
16
- },
17
- {
18
- "type": "feat",
19
- "scope": "mask-markup-elements",
20
- "subject": "major changes to all 3 elements",
21
- "merge": null,
22
- "header": "feat(mask-markup-elements): major changes to all 3 elements",
23
- "body": null,
24
- "footer": null,
25
- "notes": [],
26
- "hash": "039a33e23496f96bbd75f3615d9a2b661a9bb47e",
27
- "gitTags": "",
28
- "committerDate": "2019-06-05 17:45:57 +0300",
29
- "isTagged": true,
30
- "tag": "@pie-element/explicit-constructed-response@1.1.0"
31
- },
32
- {
33
- "type": "feat",
34
- "scope": "mask-markup-elements",
35
- "subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
36
- "merge": null,
37
- "header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
38
- "body": null,
39
- "footer": null,
40
- "notes": [],
41
- "hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
42
- "gitTags": "",
43
- "committerDate": "2019-05-16 15:55:08 +0300",
44
- "isTagged": true,
45
- "tag": "@pie-element/explicit-constructed-response@1.1.0"
46
- },
47
- {
48
- "type": "chore",
49
- "scope": "version",
50
- "subject": "bumped the packages that depend on the editable-html",
51
- "merge": null,
52
- "header": "chore(version): bumped the packages that depend on the editable-html",
53
- "body": null,
54
- "footer": null,
55
- "notes": [],
56
- "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
57
- "gitTags": " (develop)",
58
- "committerDate": "2019-06-06 13:16:05 +0300",
59
- "isTagged": true,
60
- "tag": "@pie-element/explicit-constructed-response@1.1.1"
61
- },
62
- {
63
- "type": "chore",
64
- "scope": "merge",
65
- "subject": "merged develop into master",
66
- "merge": null,
67
- "header": "chore(merge): merged develop into master",
68
- "body": null,
69
- "footer": null,
70
- "notes": [],
71
- "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
72
- "gitTags": " (develop)",
73
- "committerDate": "2019-06-07 23:29:44 +0300",
74
- "isTagged": true,
75
- "tag": "@pie-element/explicit-constructed-response@1.2.0"
76
- },
77
- {
78
- "type": "feat",
79
- "scope": "mask-markup-elements",
80
- "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
81
- "merge": null,
82
- "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
83
- "body": null,
84
- "footer": null,
85
- "notes": [],
86
- "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
87
- "gitTags": "",
88
- "committerDate": "2019-06-07 23:05:19 +0300",
89
- "isTagged": true,
90
- "tag": "@pie-element/explicit-constructed-response@1.2.0"
91
- },
92
- {
93
- "type": "feat",
94
- "scope": "mask-markup-elements",
95
- "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
96
- "merge": null,
97
- "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
98
- "body": null,
99
- "footer": null,
100
- "notes": [],
101
- "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
102
- "gitTags": "",
103
- "committerDate": "2019-06-07 23:05:19 +0300",
104
- "isTagged": true,
105
- "tag": "@pie-element/explicit-constructed-response@1.2.0"
106
- },
107
- {
108
- "type": "feat",
109
- "scope": "correct-responses",
110
- "subject": "updated elements with showing correct responses when needed",
111
- "merge": null,
112
- "header": "feat(correct-responses): updated elements with showing correct responses when needed",
113
- "body": null,
114
- "footer": null,
115
- "notes": [],
116
- "hash": "8ea0d12d4dd3cb1c847a6643ec57668bcd62bc51",
117
- "gitTags": "",
118
- "committerDate": "2019-06-12 19:51:23 +0300",
119
- "isTagged": true,
120
- "tag": "@pie-element/explicit-constructed-response@1.3.0"
121
- },
122
- {
123
- "type": "chore",
124
- "scope": "merged",
125
- "subject": "merged develop",
126
- "merge": null,
127
- "header": "chore(merged): merged develop",
128
- "body": null,
129
- "footer": null,
130
- "notes": [],
131
- "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
132
- "gitTags": " (develop)",
133
- "committerDate": "2019-06-13 16:26:43 +0300",
134
- "isTagged": true,
135
- "tag": "@pie-element/explicit-constructed-response@1.3.1"
136
- },
137
- {
138
- "type": "fix",
139
- "scope": "general",
140
- "subject": "fixed some general issues",
141
- "merge": null,
142
- "header": "fix(general): fixed some general issues",
143
- "body": null,
144
- "footer": null,
145
- "notes": [],
146
- "hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
147
- "gitTags": "",
148
- "committerDate": "2019-06-19 17:57:41 -0500",
149
- "isTagged": true,
150
- "tag": "@pie-element/explicit-constructed-response@1.3.3"
151
- },
152
- {
153
- "type": "chore",
154
- "scope": null,
155
- "subject": "add missing docs (#255)",
156
- "merge": null,
157
- "header": "chore: add missing docs (#255)",
158
- "body": null,
159
- "footer": null,
160
- "notes": [],
161
- "hash": "054257a1255bb219c32ffd587461395d6396a57e",
162
- "gitTags": "",
163
- "committerDate": "2019-06-19 14:20:15 -0400",
164
- "isTagged": true,
165
- "tag": "@pie-element/explicit-constructed-response@1.3.3"
166
- },
167
- {
168
- "type": "fix",
169
- "scope": "general",
170
- "subject": "fixed some general issues",
171
- "merge": null,
172
- "header": "fix(general): fixed some general issues",
173
- "body": null,
174
- "footer": null,
175
- "notes": [],
176
- "hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
177
- "gitTags": "",
178
- "committerDate": "2019-06-19 17:57:41 -0500",
179
- "isTagged": true,
180
- "tag": "@pie-element/explicit-constructed-response@1.3.3"
181
- },
182
- {
183
- "type": "chore",
184
- "scope": null,
185
- "subject": "add missing docs (#255)",
186
- "merge": null,
187
- "header": "chore: add missing docs (#255)",
188
- "body": null,
189
- "footer": null,
190
- "notes": [],
191
- "hash": "054257a1255bb219c32ffd587461395d6396a57e",
192
- "gitTags": "",
193
- "committerDate": "2019-06-19 14:20:15 -0400",
194
- "isTagged": true,
195
- "tag": "@pie-element/explicit-constructed-response@1.3.3"
196
- },
197
- {
198
- "type": "feat",
199
- "scope": "general",
200
- "subject": "updated all the packages that have the config-ui as a dependency",
201
- "merge": null,
202
- "header": "feat(general): updated all the packages that have the config-ui as a dependency",
203
- "body": null,
204
- "footer": null,
205
- "notes": [],
206
- "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
207
- "gitTags": "",
208
- "committerDate": "2019-06-20 22:32:48 -0400",
209
- "isTagged": true,
210
- "tag": "@pie-element/explicit-constructed-response@1.4.0"
211
- },
212
- {
213
- "type": "feat",
214
- "scope": "general",
215
- "subject": "added choice position select to ditb, fixed ecr markup processing",
216
- "merge": null,
217
- "header": "feat(general): added choice position select to ditb, fixed ecr markup processing",
218
- "body": null,
219
- "footer": null,
220
- "notes": [],
221
- "hash": "9376dac3e73e13bd2032a5cc4a33d388ce1cc10b",
222
- "gitTags": "",
223
- "committerDate": "2019-06-20 08:37:40 -0400",
224
- "isTagged": true,
225
- "tag": "@pie-element/explicit-constructed-response@1.4.0"
226
- },
227
- {
228
- "type": "feat",
229
- "scope": "settings-panel",
230
- "subject": "updated the settings panel design and changes needed for [ch2242]",
231
- "merge": null,
232
- "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
233
- "body": null,
234
- "footer": null,
235
- "notes": [],
236
- "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
237
- "gitTags": "",
238
- "committerDate": "2019-06-25 23:42:15 -0400",
239
- "isTagged": true,
240
- "tag": "@pie-element/explicit-constructed-response@1.5.0"
241
- },
242
- {
243
- "type": "fix",
244
- "scope": "rendering",
245
- "subject": "made sure all the items are rendered properly [c1935]",
246
- "merge": null,
247
- "header": "fix(rendering): made sure all the items are rendered properly [c1935]",
248
- "body": null,
249
- "footer": null,
250
- "notes": [],
251
- "hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
252
- "gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
253
- "committerDate": "2019-06-26 13:02:43 -0400",
254
- "isTagged": true,
255
- "tag": "@pie-element/explicit-constructed-response@1.5.2"
256
- },
257
- {
258
- "type": "feat",
259
- "scope": "mask-markup-elements",
260
- "subject": "refactored the elements and version bumped the necessary files",
261
- "merge": null,
262
- "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
263
- "body": null,
264
- "footer": null,
265
- "notes": [],
266
- "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
267
- "gitTags": "",
268
- "committerDate": "2019-07-02 13:38:48 -0400",
269
- "isTagged": true,
270
- "tag": "@pie-element/explicit-constructed-response@1.6.0"
271
- },
272
- {
273
- "type": "chore",
274
- "scope": "editable-html",
275
- "subject": "version bumped the necessary packages",
276
- "merge": null,
277
- "header": "chore(editable-html): version bumped the necessary packages",
278
- "body": null,
279
- "footer": null,
280
- "notes": [],
281
- "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
282
- "gitTags": "",
283
- "committerDate": "2019-07-02 15:13:55 -0400",
284
- "isTagged": true,
285
- "tag": "@pie-element/explicit-constructed-response@1.6.1"
286
- },
287
- {
288
- "type": "chore",
289
- "scope": "version",
290
- "subject": "version bumped the editable-html dependent packages",
291
- "merge": null,
292
- "header": "chore(version): version bumped the editable-html dependent packages",
293
- "body": null,
294
- "footer": null,
295
- "notes": [],
296
- "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
297
- "gitTags": "",
298
- "committerDate": "2019-07-03 15:57:58 -0400",
299
- "isTagged": true,
300
- "tag": "@pie-element/explicit-constructed-response@1.6.3"
301
- },
302
- {
303
- "type": "chore",
304
- "scope": "editable-html",
305
- "subject": "version bumped",
306
- "merge": null,
307
- "header": "chore(editable-html): version bumped",
308
- "body": null,
309
- "footer": null,
310
- "notes": [],
311
- "hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
312
- "gitTags": "",
313
- "committerDate": "2019-07-04 12:21:53 -0400",
314
- "isTagged": true,
315
- "tag": "@pie-element/explicit-constructed-response@1.6.4"
316
- },
317
- {
318
- "type": "fix",
319
- "scope": "template-els",
320
- "subject": "fixed some ditb issues",
321
- "merge": null,
322
- "header": "fix(template-els): fixed some ditb issues",
323
- "body": null,
324
- "footer": null,
325
- "notes": [],
326
- "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
327
- "gitTags": "",
328
- "committerDate": "2019-07-04 11:45:23 -0400",
329
- "isTagged": true,
330
- "tag": "@pie-element/explicit-constructed-response@1.6.4"
331
- },
332
- {
333
- "type": "fix",
334
- "scope": "editable-html",
335
- "subject": "fixed lots of stuff regarding the editable-html",
336
- "merge": null,
337
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
338
- "body": null,
339
- "footer": null,
340
- "notes": [],
341
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
342
- "gitTags": " (origin/andrei/fixes)",
343
- "committerDate": "2019-07-07 14:16:34 -0400",
344
- "isTagged": true,
345
- "tag": "@pie-element/explicit-constructed-response@1.6.6"
346
- },
347
- {
348
- "type": "chore",
349
- "scope": "config-ui",
350
- "subject": "bumped dependent packages",
351
- "merge": null,
352
- "header": "chore(config-ui): bumped dependent packages",
353
- "body": null,
354
- "footer": null,
355
- "notes": [],
356
- "hash": "645756c242868cf21e36a73227b355affb5f957a",
357
- "gitTags": "",
358
- "committerDate": "2019-07-07 15:44:44 -0400",
359
- "isTagged": true,
360
- "tag": "@pie-element/explicit-constructed-response@1.6.7"
361
- },
362
- {
363
- "type": "chore",
364
- "scope": "editable-html",
365
- "subject": "version bumped some dependant packages",
366
- "merge": null,
367
- "header": "chore(editable-html): version bumped some dependant packages",
368
- "body": null,
369
- "footer": null,
370
- "notes": [],
371
- "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
372
- "gitTags": "",
373
- "committerDate": "2019-07-09 13:38:59 +0300",
374
- "isTagged": true,
375
- "tag": "@pie-element/explicit-constructed-response@1.6.8"
376
- },
377
- {
378
- "type": "feat",
379
- "scope": "template-elements",
380
- "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
381
- "merge": null,
382
- "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
383
- "body": null,
384
- "footer": null,
385
- "notes": [],
386
- "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
387
- "gitTags": "",
388
- "committerDate": "2019-07-11 16:57:13 +0300",
389
- "isTagged": true,
390
- "tag": "@pie-element/explicit-constructed-response@1.7.0"
391
- },
392
- {
393
- "type": "fix",
394
- "scope": "rendering",
395
- "subject": "implemented rendering for math elements [ch1915], [ch1935]",
396
- "merge": null,
397
- "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
398
- "body": null,
399
- "footer": null,
400
- "notes": [],
401
- "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
402
- "gitTags": "",
403
- "committerDate": "2019-07-12 15:45:27 +0300",
404
- "isTagged": true,
405
- "tag": "@pie-element/explicit-constructed-response@1.7.2"
406
- },
407
- {
408
- "type": "fix",
409
- "scope": "package",
410
- "subject": "updated ui packages",
411
- "merge": null,
412
- "header": "fix(package): updated ui packages",
413
- "body": null,
414
- "footer": null,
415
- "notes": [],
416
- "hash": "d6684253b29dd9a7ab5e956c64075aff952998a1",
417
- "gitTags": "",
418
- "committerDate": "2019-07-12 16:47:44 +0300",
419
- "isTagged": true,
420
- "tag": "@pie-element/explicit-constructed-response@1.7.3"
421
- },
422
- {
423
- "type": "fix",
424
- "scope": null,
425
- "subject": "evaluate mode works if session empty",
426
- "merge": null,
427
- "header": "fix: evaluate mode works if session empty",
428
- "body": null,
429
- "footer": null,
430
- "notes": [],
431
- "hash": "4fe917bee92fc03826586708adc8a66423b346cc",
432
- "gitTags": "",
433
- "committerDate": "2019-07-12 20:26:57 +0100",
434
- "isTagged": true,
435
- "tag": "@pie-element/explicit-constructed-response@1.7.5"
436
- },
437
- {
438
- "type": "fix",
439
- "scope": "template-areas",
440
- "subject": "fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
441
- "merge": null,
442
- "header": "fix(template-areas): fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
443
- "body": null,
444
- "footer": null,
445
- "notes": [],
446
- "hash": "1fbce9d1bbe2022612adc86790f8d193cc2b5cff",
447
- "gitTags": "",
448
- "committerDate": "2019-07-13 21:48:38 +0300",
449
- "isTagged": true,
450
- "tag": "@pie-element/explicit-constructed-response@1.7.7"
451
- },
452
- {
453
- "type": "fix",
454
- "scope": null,
455
- "subject": "support rationale",
456
- "merge": null,
457
- "header": "fix: support rationale",
458
- "body": null,
459
- "footer": null,
460
- "notes": [],
461
- "hash": "36e3376e08cd061b9cf38e1bc0c2ea743b028897",
462
- "gitTags": "",
463
- "committerDate": "2019-07-15 18:39:10 +0300",
464
- "isTagged": true,
465
- "tag": "@pie-element/explicit-constructed-response@1.7.9"
466
- },
467
- {
468
- "type": "fix",
469
- "scope": "elements",
470
- "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
471
- "merge": null,
472
- "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
473
- "body": null,
474
- "footer": null,
475
- "notes": [],
476
- "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
477
- "gitTags": "",
478
- "committerDate": "2019-08-01 12:43:53 +0300",
479
- "isTagged": true,
480
- "tag": "@pie-element/explicit-constructed-response@1.7.13"
481
- },
482
- {
483
- "type": "fix",
484
- "scope": "elements",
485
- "subject": "version bumped the editable-html packages [ch1738]",
486
- "merge": null,
487
- "header": "fix(elements): version bumped the editable-html packages [ch1738]",
488
- "body": null,
489
- "footer": null,
490
- "notes": [],
491
- "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
492
- "gitTags": "",
493
- "committerDate": "2019-08-08 08:40:11 +0300",
494
- "isTagged": true,
495
- "tag": "@pie-element/explicit-constructed-response@1.7.14"
496
- },
497
- {
498
- "type": "fix",
499
- "scope": "math-rendering",
500
- "subject": "updated all dependent packages [ch3365]",
501
- "merge": null,
502
- "header": "fix(math-rendering): updated all dependent packages [ch3365]",
503
- "body": null,
504
- "footer": null,
505
- "notes": [],
506
- "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
507
- "gitTags": "",
508
- "committerDate": "2019-08-16 23:04:42 +0300",
509
- "isTagged": true,
510
- "tag": "@pie-element/explicit-constructed-response@1.7.15"
511
- },
512
- {
513
- "type": "fix",
514
- "scope": null,
515
- "subject": "set default values to configuration properties",
516
- "merge": null,
517
- "header": "fix: set default values to configuration properties",
518
- "body": null,
519
- "footer": null,
520
- "notes": [],
521
- "hash": "3f767918625163170517eb11c6359e3f9af1e7dc",
522
- "gitTags": "",
523
- "committerDate": "2019-08-15 13:56:13 +0300",
524
- "isTagged": true,
525
- "tag": "@pie-element/explicit-constructed-response@1.7.15"
526
- },
527
- {
528
- "type": "fix",
529
- "scope": "math-rendering",
530
- "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
531
- "merge": null,
532
- "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
533
- "body": null,
534
- "footer": null,
535
- "notes": [],
536
- "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
537
- "gitTags": "",
538
- "committerDate": "2019-08-19 19:37:56 +0300",
539
- "isTagged": true,
540
- "tag": "@pie-element/explicit-constructed-response@1.7.16"
541
- },
542
- {
543
- "type": "feat",
544
- "scope": "mask-markup",
545
- "subject": "made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
546
- "merge": null,
547
- "header": "feat(mask-markup): made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
548
- "body": null,
549
- "footer": null,
550
- "notes": [],
551
- "hash": "d0a343b93a68672fc9dd3673d1b50e335ee53f61",
552
- "gitTags": "",
553
- "committerDate": "2019-08-22 09:18:44 +0300",
554
- "isTagged": true,
555
- "tag": "@pie-element/explicit-constructed-response@1.8.0"
556
- },
557
- {
558
- "type": "feat",
559
- "scope": null,
560
- "subject": "Session null/empty check",
561
- "merge": null,
562
- "header": "feat: Session null/empty check",
563
- "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [ebsr, explicit-constructed-response, function-entry, hotspot]",
564
- "footer": null,
565
- "notes": [],
566
- "hash": "0538211b44e793dc34ff385226ee7278cc042384",
567
- "gitTags": "",
568
- "committerDate": "2019-08-23 11:07:39 +0300",
569
- "isTagged": true,
570
- "tag": "@pie-element/explicit-constructed-response@1.9.0"
571
- },
572
- {
573
- "type": "fix",
574
- "scope": null,
575
- "subject": "bump pie-lib/controller-utils",
576
- "merge": null,
577
- "header": "fix: bump pie-lib/controller-utils",
578
- "body": null,
579
- "footer": null,
580
- "notes": [],
581
- "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
582
- "gitTags": "",
583
- "committerDate": "2019-08-30 23:15:07 +0300",
584
- "isTagged": true,
585
- "tag": "@pie-element/explicit-constructed-response@1.10.0"
586
- },
587
- {
588
- "type": "feat",
589
- "scope": null,
590
- "subject": "make use of updateSession callback",
591
- "merge": null,
592
- "header": "feat: make use of updateSession callback",
593
- "body": null,
594
- "footer": null,
595
- "notes": [],
596
- "hash": "e11bb0f2918aed45ce874b9a2a7b592a18bc3266",
597
- "gitTags": "",
598
- "committerDate": "2019-08-23 18:17:29 +0300",
599
- "isTagged": true,
600
- "tag": "@pie-element/explicit-constructed-response@1.10.0"
601
- },
602
- {
603
- "type": "feat",
604
- "scope": null,
605
- "subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
606
- "merge": null,
607
- "header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
608
- "body": null,
609
- "footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
610
- "notes": [
611
- {
612
- "title": "BREAKING CHANGE",
613
- "text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
614
- }
615
- ],
616
- "hash": "4fb4c5bf40a5c973af0dab4b2d6eb10225909ac4",
617
- "gitTags": "",
618
- "committerDate": "2019-09-16 19:16:32 +0300",
619
- "isTagged": true,
620
- "tag": "@pie-element/explicit-constructed-response@2.0.0"
621
- },
622
- {
623
- "type": "fix",
624
- "scope": null,
625
- "subject": "State not updating at choice change + bug found when having 3 alternates, deleting the 2nd one and adding a new one (#332)",
626
- "merge": null,
627
- "header": "fix: State not updating at choice change + bug found when having 3 alternates, deleting the 2nd one and adding a new one (#332)",
628
- "body": null,
629
- "footer": null,
630
- "notes": [],
631
- "hash": "3da260f93047d1fc14b0be3637023f28a04f89ef",
632
- "gitTags": "",
633
- "committerDate": "2019-09-18 07:28:19 -0400",
634
- "isTagged": true,
635
- "tag": "@pie-element/explicit-constructed-response@2.0.1"
636
- },
637
- {
638
- "type": "feat",
639
- "scope": "explicit-constructed-response",
640
- "subject": "model based prompt",
641
- "merge": null,
642
- "header": "feat(explicit-constructed-response): model based prompt",
643
- "body": null,
644
- "footer": null,
645
- "notes": [],
646
- "hash": "9da37ac0520657c132067d2e4ad5959298f8ae38",
647
- "gitTags": "",
648
- "committerDate": "2019-09-24 17:33:23 +0300",
649
- "isTagged": true,
650
- "tag": "@pie-element/explicit-constructed-response@2.1.0"
651
- },
652
- {
653
- "type": "feat",
654
- "scope": "controller",
655
- "subject": "made sure that prepareVal works on environments that are not dom based [ch4599]",
656
- "merge": null,
657
- "header": "feat(controller): made sure that prepareVal works on environments that are not dom based [ch4599]",
658
- "body": null,
659
- "footer": null,
660
- "notes": [],
661
- "hash": "c887e75c2389d1f2b1360d4ad805eecd3496f423",
662
- "gitTags": " (origin/develop, origin/HEAD)",
663
- "committerDate": "2019-10-03 10:53:44 +0300",
664
- "isTagged": true,
665
- "tag": "@pie-element/explicit-constructed-response@2.2.0"
666
- },
667
- {
668
- "type": "feat",
669
- "scope": "controller",
670
- "subject": "made sure that prepareVal works on environments that are not dom based [ch4599]",
671
- "merge": null,
672
- "header": "feat(controller): made sure that prepareVal works on environments that are not dom based [ch4599]",
673
- "body": null,
674
- "footer": null,
675
- "notes": [],
676
- "hash": "c887e75c2389d1f2b1360d4ad805eecd3496f423",
677
- "gitTags": "",
678
- "committerDate": "2019-10-03 10:53:44 +0300",
679
- "isTagged": true,
680
- "tag": "@pie-element/explicit-constructed-response@2.2.0"
681
- },
682
- {
683
- "type": "feat",
684
- "scope": "alternateSection",
685
- "subject": "removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
686
- "merge": null,
687
- "header": "feat(alternateSection): removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
688
- "body": null,
689
- "footer": null,
690
- "notes": [],
691
- "hash": "ab4478e10fc33aa3bbb604cae120f98d530ef5d7",
692
- "gitTags": "",
693
- "committerDate": "2019-10-03 14:46:28 +0300",
694
- "isTagged": true,
695
- "tag": "@pie-element/explicit-constructed-response@2.3.0"
696
- },
697
- {
698
- "type": "feat",
699
- "scope": "alternateSection",
700
- "subject": "removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
701
- "merge": null,
702
- "header": "feat(alternateSection): removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
703
- "body": null,
704
- "footer": null,
705
- "notes": [],
706
- "hash": "01dc1515fe32d5ef4567b3086a1480382087f672",
707
- "gitTags": "",
708
- "committerDate": "2019-10-03 14:24:41 +0300",
709
- "isTagged": true,
710
- "tag": "@pie-element/explicit-constructed-response@2.3.0"
711
- },
712
- {
713
- "type": "fix",
714
- "scope": null,
715
- "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
716
- "merge": null,
717
- "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
718
- "body": null,
719
- "footer": null,
720
- "notes": [],
721
- "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
722
- "gitTags": "",
723
- "committerDate": "2019-10-11 12:38:26 +0100",
724
- "isTagged": true,
725
- "tag": "@pie-element/explicit-constructed-response@3.0.1"
726
- },
727
- {
728
- "type": "fix",
729
- "scope": null,
730
- "subject": "remove shuffling - redundant in this component [ch4723]",
731
- "merge": null,
732
- "header": "fix: remove shuffling - redundant in this component [ch4723]",
733
- "body": null,
734
- "footer": null,
735
- "notes": [],
736
- "hash": "b3423056dff2b7ecbe12383856627c71678b17dc",
737
- "gitTags": "",
738
- "committerDate": "2019-10-11 12:26:31 +0100",
739
- "isTagged": true,
740
- "tag": "@pie-element/explicit-constructed-response@3.0.1"
741
- },
742
- {
743
- "type": "fix",
744
- "scope": null,
745
- "subject": "item details disappear if we click correct answer button [ch4723]",
746
- "merge": null,
747
- "header": "fix: item details disappear if we click correct answer button [ch4723]",
748
- "body": null,
749
- "footer": null,
750
- "notes": [],
751
- "hash": "8e401e6e941ef0cfd256065de11264429c0f415c",
752
- "gitTags": "",
753
- "committerDate": "2019-10-11 12:25:42 +0100",
754
- "isTagged": true,
755
- "tag": "@pie-element/explicit-constructed-response@3.0.1"
756
- },
757
- {
758
- "type": "fix",
759
- "scope": null,
760
- "subject": "Updated docs.",
761
- "merge": null,
762
- "header": "fix: Updated docs.",
763
- "body": null,
764
- "footer": null,
765
- "notes": [],
766
- "hash": "378761951767284187b663c2a271a5d4917af654",
767
- "gitTags": " (origin/fix/updated-docs)",
768
- "committerDate": "2019-10-11 12:01:13 +0300",
769
- "isTagged": true,
770
- "tag": "@pie-element/explicit-constructed-response@3.0.1"
771
- },
772
- {
773
- "type": "fix",
774
- "scope": null,
775
- "subject": "bump @pie-lib/controller-utils@^0.2.2",
776
- "merge": null,
777
- "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
778
- "body": null,
779
- "footer": null,
780
- "notes": [],
781
- "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
782
- "gitTags": "",
783
- "committerDate": "2019-10-15 12:11:16 +0100",
784
- "isTagged": true,
785
- "tag": "@pie-element/explicit-constructed-response@3.0.2"
786
- },
787
- {
788
- "type": "fix",
789
- "scope": null,
790
- "subject": "ch2766 fix unresolved promise (#366)",
791
- "merge": null,
792
- "header": "fix: ch2766 fix unresolved promise (#366)",
793
- "body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
794
- "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
795
- "notes": [],
796
- "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
797
- "gitTags": " (origin/develop, origin/HEAD)",
798
- "committerDate": "2019-10-16 15:50:55 -0400",
799
- "isTagged": true,
800
- "tag": "@pie-element/explicit-constructed-response@3.0.4"
801
- },
802
- {
803
- "type": "feat",
804
- "scope": null,
805
- "subject": "Added tests for configure.",
806
- "merge": null,
807
- "header": "feat: Added tests for configure.",
808
- "body": "(WIP)",
809
- "footer": null,
810
- "notes": [],
811
- "hash": "3c26889669ebe93eb17bdb481588c4cc6c23da3a",
812
- "gitTags": "",
813
- "committerDate": "2019-10-25 13:23:18 +0300",
814
- "isTagged": true,
815
- "tag": "@pie-element/explicit-constructed-response@3.1.0"
816
- },
817
- {
818
- "type": "fix",
819
- "scope": null,
820
- "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
821
- "merge": null,
822
- "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
823
- "body": null,
824
- "footer": null,
825
- "notes": [],
826
- "hash": "1d0f617741d88756dd9861647981b1121e04963f",
827
- "gitTags": "",
828
- "committerDate": "2019-11-06 09:57:11 +0200",
829
- "isTagged": true,
830
- "tag": "@pie-element/explicit-constructed-response@3.2.0"
831
- },
832
- {
833
- "type": "feat",
834
- "scope": "markupUtils",
835
- "subject": "added tests for the new and old functionality [PIE-110]",
836
- "merge": null,
837
- "header": "feat(markupUtils): added tests for the new and old functionality [PIE-110]",
838
- "body": null,
839
- "footer": null,
840
- "notes": [],
841
- "hash": "ea90524f9599904faec4514d66f9d12851cf0045",
842
- "gitTags": " (origin/PIE-110/br-causes-editable-html-break)",
843
- "committerDate": "2019-11-05 12:24:52 +0200",
844
- "isTagged": true,
845
- "tag": "@pie-element/explicit-constructed-response@3.2.0"
846
- },
847
- {
848
- "type": "feat",
849
- "scope": "markupUtils",
850
- "subject": "removed brs from the markup [PIE-110]",
851
- "merge": null,
852
- "header": "feat(markupUtils): removed brs from the markup [PIE-110]",
853
- "body": null,
854
- "footer": null,
855
- "notes": [],
856
- "hash": "9595e9bceee31f37ab9d8c95415b776d0c19d39e",
857
- "gitTags": "",
858
- "committerDate": "2019-11-05 07:15:03 +0200",
859
- "isTagged": true,
860
- "tag": "@pie-element/explicit-constructed-response@3.2.0"
861
- },
862
- {
863
- "type": "fix",
864
- "scope": null,
865
- "subject": "PIE-110 upgrade @pie-ui package/mask-markup",
866
- "merge": null,
867
- "header": "fix: PIE-110 upgrade @pie-ui package/mask-markup",
868
- "body": null,
869
- "footer": null,
870
- "notes": [],
871
- "hash": "e9b692a63421b655b305dc8d354c95b91b2512e8",
872
- "gitTags": "",
873
- "committerDate": "2019-11-07 12:54:17 +0000",
874
- "isTagged": true,
875
- "tag": "@pie-element/explicit-constructed-response@3.2.1"
876
- },
877
- {
878
- "type": "fix",
879
- "scope": null,
880
- "subject": "PIE-201 - store prompts and answers in session, fix",
881
- "merge": null,
882
- "header": "fix: PIE-201 - store prompts and answers in session, fix",
883
- "body": "controller-utils to use 0 as key",
884
- "footer": null,
885
- "notes": [],
886
- "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
887
- "gitTags": "",
888
- "committerDate": "2019-11-18 20:35:06 +0000",
889
- "isTagged": true,
890
- "tag": "@pie-element/explicit-constructed-response@3.2.2"
891
- },
892
- {
893
- "type": "fix",
894
- "scope": null,
895
- "subject": "bump pie-ui version",
896
- "merge": null,
897
- "header": "fix: bump pie-ui version",
898
- "body": null,
899
- "footer": null,
900
- "notes": [],
901
- "hash": "0520285fb1fc93859938ac5bbf085289e57e60a4",
902
- "gitTags": "",
903
- "committerDate": "2019-12-18 12:08:39 +0000",
904
- "isTagged": true,
905
- "tag": "@pie-element/explicit-constructed-response@3.2.3"
906
- },
907
- {
908
- "type": "feat",
909
- "scope": "choices",
910
- "subject": "made sure choices is array [ch6652]",
911
- "merge": null,
912
- "header": "feat(choices): made sure choices is array [ch6652]",
913
- "body": null,
914
- "footer": null,
915
- "notes": [],
916
- "hash": "6eacdb0e072115f72bdfbd5f48382b0f29907e5c",
917
- "gitTags": " (origin/ch6652/ecr-choices-not-array)",
918
- "committerDate": "2019-12-24 13:55:02 +0200",
919
- "isTagged": true,
920
- "tag": "@pie-element/explicit-constructed-response@3.3.0"
921
- },
922
- {
923
- "type": "feat",
924
- "scope": "test",
925
- "subject": "added tests [ch5684]",
926
- "merge": null,
927
- "header": "feat(test): added tests [ch5684]",
928
- "body": null,
929
- "footer": null,
930
- "notes": [],
931
- "hash": "097dc1366d4200c370125310b5e55f3471a7eb37",
932
- "gitTags": " (origin/andrei/ch5684/drag-in-the-blank-image-in-choices)",
933
- "committerDate": "2020-01-22 20:14:03 +0200",
934
- "isTagged": true,
935
- "tag": "@pie-element/explicit-constructed-response@3.4.0"
936
- },
937
- {
938
- "type": "feat",
939
- "scope": "choices",
940
- "subject": "handled html tags in choices to allow images [ch5684]",
941
- "merge": null,
942
- "header": "feat(choices): handled html tags in choices to allow images [ch5684]",
943
- "body": null,
944
- "footer": null,
945
- "notes": [],
946
- "hash": "39b774972cc3928cd288acdf92d13892192cab45",
947
- "gitTags": "",
948
- "committerDate": "2020-01-20 09:47:44 +0200",
949
- "isTagged": true,
950
- "tag": "@pie-element/explicit-constructed-response@3.4.0"
951
- },
952
- {
953
- "type": "feat",
954
- "scope": null,
955
- "subject": "PIE-200 add partialScoring",
956
- "merge": null,
957
- "header": "feat: PIE-200 add partialScoring",
958
- "body": null,
959
- "footer": null,
960
- "notes": [],
961
- "hash": "5378cf655e676d30571c040f4ac0d2aeed3c83fa",
962
- "gitTags": "",
963
- "committerDate": "2019-12-06 12:22:05 +0000",
964
- "isTagged": true,
965
- "tag": "@pie-element/explicit-constructed-response@3.4.0"
966
- },
967
- {
968
- "type": "fix",
969
- "scope": null,
970
- "subject": "bump ui versions",
971
- "merge": null,
972
- "header": "fix: bump ui versions",
973
- "body": null,
974
- "footer": null,
975
- "notes": [],
976
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
977
- "gitTags": "",
978
- "committerDate": "2020-03-31 19:25:13 +0100",
979
- "isTagged": true,
980
- "tag": "@pie-element/explicit-constructed-response@3.5.0"
981
- },
982
- {
983
- "type": "fix",
984
- "scope": null,
985
- "subject": "bump version",
986
- "merge": null,
987
- "header": "fix: bump version",
988
- "body": null,
989
- "footer": null,
990
- "notes": [],
991
- "hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
992
- "gitTags": "",
993
- "committerDate": "2020-04-10 17:14:19 +0100",
994
- "isTagged": true,
995
- "tag": "@pie-element/explicit-constructed-response@3.6.1"
996
- },
997
- {
998
- "type": "fix",
999
- "scope": null,
1000
- "subject": "bump lib and ui versions",
1001
- "merge": null,
1002
- "header": "fix: bump lib and ui versions",
1003
- "body": null,
1004
- "footer": null,
1005
- "notes": [],
1006
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
1007
- "gitTags": "",
1008
- "committerDate": "2020-04-10 17:13:24 +0100",
1009
- "isTagged": true,
1010
- "tag": "@pie-element/explicit-constructed-response@3.6.1"
1011
- },
1012
- {
1013
- "type": "fix",
1014
- "scope": null,
1015
- "subject": "bump all packages to avoid tag conflict",
1016
- "merge": null,
1017
- "header": "fix: bump all packages to avoid tag conflict",
1018
- "body": null,
1019
- "footer": null,
1020
- "notes": [],
1021
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
1022
- "gitTags": "",
1023
- "committerDate": "2020-04-10 20:01:37 +0100",
1024
- "isTagged": true,
1025
- "tag": "@pie-element/explicit-constructed-response@3.6.1"
1026
- },
1027
- {
1028
- "type": "fix",
1029
- "scope": null,
1030
- "subject": "bump version to avoid tag conflict",
1031
- "merge": null,
1032
- "header": "fix: bump version to avoid tag conflict",
1033
- "body": null,
1034
- "footer": null,
1035
- "notes": [],
1036
- "hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
1037
- "gitTags": "",
1038
- "committerDate": "2020-04-10 17:39:16 +0100",
1039
- "isTagged": true,
1040
- "tag": "@pie-element/explicit-constructed-response@3.6.1"
1041
- },
1042
- {
1043
- "type": "fix",
1044
- "scope": null,
1045
- "subject": "bump ui/lib versions",
1046
- "merge": null,
1047
- "header": "fix: bump ui/lib versions",
1048
- "body": null,
1049
- "footer": null,
1050
- "notes": [],
1051
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
1052
- "gitTags": "",
1053
- "committerDate": "2020-04-14 15:36:44 +0100",
1054
- "isTagged": true,
1055
- "tag": "@pie-element/explicit-constructed-response@3.6.3"
1056
- },
1057
- {
1058
- "type": "fix",
1059
- "scope": null,
1060
- "subject": "bump ui/lib versions",
1061
- "merge": null,
1062
- "header": "fix: bump ui/lib versions",
1063
- "body": null,
1064
- "footer": null,
1065
- "notes": [],
1066
- "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
1067
- "gitTags": "",
1068
- "committerDate": "2020-04-28 14:57:57 +0100",
1069
- "isTagged": true,
1070
- "tag": "@pie-element/explicit-constructed-response@3.6.4"
1071
- },
1072
- {
1073
- "type": "fix",
1074
- "scope": null,
1075
- "subject": "update ui/lib versions",
1076
- "merge": null,
1077
- "header": "fix: update ui/lib versions",
1078
- "body": null,
1079
- "footer": null,
1080
- "notes": [],
1081
- "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
1082
- "gitTags": "",
1083
- "committerDate": "2020-04-28 14:20:37 +0100",
1084
- "isTagged": true,
1085
- "tag": "@pie-element/explicit-constructed-response@3.6.4"
1086
- },
1087
- {
1088
- "type": "fix",
1089
- "scope": null,
1090
- "subject": "ui+libs update",
1091
- "merge": null,
1092
- "header": "fix: ui+libs update",
1093
- "body": null,
1094
- "footer": null,
1095
- "notes": [],
1096
- "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
1097
- "gitTags": "",
1098
- "committerDate": "2020-04-27 19:52:07 +0100",
1099
- "isTagged": true,
1100
- "tag": "@pie-element/explicit-constructed-response@3.6.4"
1101
- }
1102
- ]