@voiceflow/common 8.2.5 → 8.2.7-RC1

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 (410) hide show
  1. package/CHANGELOG.md +373 -0
  2. package/build/cjs/constants/environment.d.ts +1 -0
  3. package/build/cjs/constants/environment.d.ts.map +1 -0
  4. package/build/cjs/constants/environment.js +0 -1
  5. package/build/cjs/constants/index.d.ts +1 -0
  6. package/build/cjs/constants/index.d.ts.map +1 -0
  7. package/build/cjs/constants/index.js +0 -1
  8. package/build/cjs/constants/intent.d.ts +1 -0
  9. package/build/cjs/constants/intent.d.ts.map +1 -0
  10. package/build/cjs/constants/intent.js +0 -1
  11. package/build/cjs/constants/regexp.d.ts +1 -0
  12. package/build/cjs/constants/regexp.d.ts.map +1 -0
  13. package/build/cjs/constants/regexp.js +0 -1
  14. package/build/cjs/constants/runtime.d.ts +1 -0
  15. package/build/cjs/constants/runtime.d.ts.map +1 -0
  16. package/build/cjs/constants/runtime.js +0 -1
  17. package/build/cjs/constants/slot.d.ts +1 -0
  18. package/build/cjs/constants/slot.d.ts.map +1 -0
  19. package/build/cjs/constants/slot.js +0 -1
  20. package/build/cjs/crypto/base64.d.ts +1 -0
  21. package/build/cjs/crypto/base64.d.ts.map +1 -0
  22. package/build/cjs/crypto/base64.js +0 -1
  23. package/build/cjs/crypto/hex2abc.d.ts +1 -0
  24. package/build/cjs/crypto/hex2abc.d.ts.map +1 -0
  25. package/build/cjs/crypto/hex2abc.js +0 -1
  26. package/build/cjs/crypto/hex2abc.test.d.ts +2 -0
  27. package/build/cjs/crypto/hex2abc.test.d.ts.map +1 -0
  28. package/build/cjs/crypto/hex2abc.test.js +12 -0
  29. package/build/cjs/crypto/index.d.ts +1 -0
  30. package/build/cjs/crypto/index.d.ts.map +1 -0
  31. package/build/cjs/crypto/index.js +0 -1
  32. package/build/cjs/crypto/murmurhash.d.ts +1 -0
  33. package/build/cjs/crypto/murmurhash.d.ts.map +1 -0
  34. package/build/cjs/crypto/murmurhash.js +1 -2
  35. package/build/cjs/crypto/murmurhash.test.d.ts +2 -0
  36. package/build/cjs/crypto/murmurhash.test.d.ts.map +1 -0
  37. package/build/cjs/crypto/murmurhash.test.js +23 -0
  38. package/build/cjs/crypto/synchronous.d.ts +2 -0
  39. package/build/cjs/crypto/synchronous.d.ts.map +1 -0
  40. package/build/cjs/crypto/synchronous.js +0 -1
  41. package/build/cjs/index.d.ts +1 -0
  42. package/build/cjs/index.d.ts.map +1 -0
  43. package/build/cjs/index.js +0 -1
  44. package/build/cjs/types.d.ts +1 -0
  45. package/build/cjs/types.d.ts.map +1 -0
  46. package/build/cjs/types.js +0 -1
  47. package/build/cjs/utils/__fixtures__/name.json +64 -0
  48. package/build/cjs/utils/array.d.ts +1 -0
  49. package/build/cjs/utils/array.d.ts.map +1 -0
  50. package/build/cjs/utils/array.js +0 -1
  51. package/build/cjs/utils/array.test.d.ts +2 -0
  52. package/build/cjs/utils/array.test.d.ts.map +1 -0
  53. package/build/cjs/utils/array.test.js +237 -0
  54. package/build/cjs/utils/email.test.d.ts +2 -0
  55. package/build/cjs/utils/email.test.d.ts.map +1 -0
  56. package/build/cjs/utils/email.test.js +22 -0
  57. package/build/cjs/utils/emails.d.ts +1 -0
  58. package/build/cjs/utils/emails.d.ts.map +1 -0
  59. package/build/cjs/utils/emails.js +0 -1
  60. package/build/cjs/utils/functional.d.ts +1 -0
  61. package/build/cjs/utils/functional.d.ts.map +1 -0
  62. package/build/cjs/utils/functional.js +8 -11
  63. package/build/cjs/utils/functional.test.d.ts +2 -0
  64. package/build/cjs/utils/functional.test.d.ts.map +1 -0
  65. package/build/cjs/utils/functional.test.js +139 -0
  66. package/build/cjs/utils/generate.d.ts +1 -0
  67. package/build/cjs/utils/generate.d.ts.map +1 -0
  68. package/build/cjs/utils/generate.js +0 -1
  69. package/build/cjs/utils/id.d.ts +1 -0
  70. package/build/cjs/utils/id.d.ts.map +1 -0
  71. package/build/cjs/utils/id.js +2 -3
  72. package/build/cjs/utils/id.test.d.ts +2 -0
  73. package/build/cjs/utils/id.test.d.ts.map +1 -0
  74. package/build/cjs/utils/id.test.js +66 -0
  75. package/build/cjs/utils/index.d.ts +1 -0
  76. package/build/cjs/utils/index.d.ts.map +1 -0
  77. package/build/cjs/utils/index.js +0 -1
  78. package/build/cjs/utils/intent.d.ts +6 -5
  79. package/build/cjs/utils/intent.d.ts.map +1 -0
  80. package/build/cjs/utils/intent.js +10 -14
  81. package/build/cjs/utils/intent.test.d.ts +2 -0
  82. package/build/cjs/utils/intent.test.d.ts.map +1 -0
  83. package/build/cjs/utils/intent.test.js +100 -0
  84. package/build/cjs/utils/map.d.ts +1 -0
  85. package/build/cjs/utils/map.d.ts.map +1 -0
  86. package/build/cjs/utils/map.js +0 -1
  87. package/build/cjs/utils/map.test.d.ts +2 -0
  88. package/build/cjs/utils/map.test.d.ts.map +1 -0
  89. package/build/cjs/utils/map.test.js +22 -0
  90. package/build/cjs/utils/mathjs.d.ts +1 -0
  91. package/build/cjs/utils/mathjs.d.ts.map +1 -0
  92. package/build/cjs/utils/mathjs.js +0 -1
  93. package/build/cjs/utils/normalized.d.ts +1 -0
  94. package/build/cjs/utils/normalized.d.ts.map +1 -0
  95. package/build/cjs/utils/normalized.js +18 -21
  96. package/build/cjs/utils/number.d.ts +1 -0
  97. package/build/cjs/utils/number.d.ts.map +1 -0
  98. package/build/cjs/utils/number.js +0 -1
  99. package/build/cjs/utils/object/common.d.ts +1 -0
  100. package/build/cjs/utils/object/common.d.ts.map +1 -0
  101. package/build/cjs/utils/object/common.js +2 -3
  102. package/build/cjs/utils/object/common.test.d.ts +2 -0
  103. package/build/cjs/utils/object/common.test.d.ts.map +1 -0
  104. package/build/cjs/utils/object/common.test.js +175 -0
  105. package/build/cjs/utils/object/deepMap.d.ts +1 -0
  106. package/build/cjs/utils/object/deepMap.d.ts.map +1 -0
  107. package/build/cjs/utils/object/deepMap.js +0 -1
  108. package/build/cjs/utils/object/deepMap.test.d.ts +2 -0
  109. package/build/cjs/utils/object/deepMap.test.d.ts.map +1 -0
  110. package/build/cjs/utils/object/deepMap.test.js +111 -0
  111. package/build/cjs/utils/object/diff.d.ts +1 -0
  112. package/build/cjs/utils/object/diff.d.ts.map +1 -0
  113. package/build/cjs/utils/object/diff.js +0 -1
  114. package/build/cjs/utils/object/diff.test.d.ts +2 -0
  115. package/build/cjs/utils/object/diff.test.d.ts.map +1 -0
  116. package/build/cjs/utils/object/diff.test.js +19 -0
  117. package/build/cjs/utils/object/index.d.ts +1 -0
  118. package/build/cjs/utils/object/index.d.ts.map +1 -0
  119. package/build/cjs/utils/object/index.js +0 -1
  120. package/build/cjs/utils/object/keys.d.ts +1 -0
  121. package/build/cjs/utils/object/keys.d.ts.map +1 -0
  122. package/build/cjs/utils/object/keys.js +0 -1
  123. package/build/cjs/utils/object/keys.test.d.ts +2 -0
  124. package/build/cjs/utils/object/keys.test.d.ts.map +1 -0
  125. package/build/cjs/utils/object/keys.test.js +15 -0
  126. package/build/cjs/utils/promise.d.ts +1 -0
  127. package/build/cjs/utils/promise.d.ts.map +1 -0
  128. package/build/cjs/utils/promise.js +0 -1
  129. package/build/cjs/utils/promise.test.d.ts +2 -0
  130. package/build/cjs/utils/promise.test.d.ts.map +1 -0
  131. package/build/cjs/utils/promise.test.js +25 -0
  132. package/build/cjs/utils/protocol.d.ts +1 -0
  133. package/build/cjs/utils/protocol.d.ts.map +1 -0
  134. package/build/cjs/utils/protocol.js +2 -6
  135. package/build/cjs/utils/protocol.test.d.ts +2 -0
  136. package/build/cjs/utils/protocol.test.d.ts.map +1 -0
  137. package/build/cjs/utils/protocol.test.js +40 -0
  138. package/build/cjs/utils/slot.d.ts +1 -0
  139. package/build/cjs/utils/slot.d.ts.map +1 -0
  140. package/build/cjs/utils/slot.js +4 -2
  141. package/build/cjs/utils/slot.test.d.ts +2 -0
  142. package/build/cjs/utils/slot.test.d.ts.map +1 -0
  143. package/build/cjs/utils/slot.test.js +38 -0
  144. package/build/cjs/utils/string.d.ts +1 -0
  145. package/build/cjs/utils/string.d.ts.map +1 -0
  146. package/build/cjs/utils/string.js +0 -1
  147. package/build/cjs/utils/string.test.d.ts +2 -0
  148. package/build/cjs/utils/string.test.d.ts.map +1 -0
  149. package/build/cjs/utils/string.test.js +53 -0
  150. package/build/cjs/utils/time.d.ts +1 -0
  151. package/build/cjs/utils/time.d.ts.map +1 -0
  152. package/build/cjs/utils/time.js +0 -1
  153. package/build/cjs/utils/timezones.d.ts +1 -0
  154. package/build/cjs/utils/timezones.d.ts.map +1 -0
  155. package/build/cjs/utils/timezones.js +0 -1
  156. package/build/cjs/utils/timezones.test.d.ts +2 -0
  157. package/build/cjs/utils/timezones.test.d.ts.map +1 -0
  158. package/build/cjs/utils/timezones.test.js +12 -0
  159. package/build/cjs/utils/typeguard.d.ts +1 -0
  160. package/build/cjs/utils/typeguard.d.ts.map +1 -0
  161. package/build/cjs/utils/typeguard.js +0 -1
  162. package/build/cjs/utils/typeguard.test.d.ts +2 -0
  163. package/build/cjs/utils/typeguard.test.d.ts.map +1 -0
  164. package/build/cjs/utils/typeguard.test.js +55 -0
  165. package/build/cjs/utils/variables.d.ts +2 -1
  166. package/build/cjs/utils/variables.d.ts.map +1 -0
  167. package/build/cjs/utils/variables.js +1 -2
  168. package/build/esm/constants/environment.d.ts +1 -0
  169. package/build/esm/constants/environment.d.ts.map +1 -0
  170. package/build/esm/constants/environment.js +0 -1
  171. package/build/esm/constants/index.d.ts +1 -0
  172. package/build/esm/constants/index.d.ts.map +1 -0
  173. package/build/esm/constants/index.js +0 -1
  174. package/build/esm/constants/intent.d.ts +1 -0
  175. package/build/esm/constants/intent.d.ts.map +1 -0
  176. package/build/esm/constants/intent.js +0 -1
  177. package/build/esm/constants/regexp.d.ts +1 -0
  178. package/build/esm/constants/regexp.d.ts.map +1 -0
  179. package/build/esm/constants/regexp.js +0 -1
  180. package/build/esm/constants/runtime.d.ts +1 -0
  181. package/build/esm/constants/runtime.d.ts.map +1 -0
  182. package/build/esm/constants/runtime.js +0 -1
  183. package/build/esm/constants/slot.d.ts +1 -0
  184. package/build/esm/constants/slot.d.ts.map +1 -0
  185. package/build/esm/constants/slot.js +0 -1
  186. package/build/esm/crypto/base64.d.ts +1 -0
  187. package/build/esm/crypto/base64.d.ts.map +1 -0
  188. package/build/esm/crypto/base64.js +0 -1
  189. package/build/esm/crypto/hex2abc.d.ts +1 -0
  190. package/build/esm/crypto/hex2abc.d.ts.map +1 -0
  191. package/build/esm/crypto/hex2abc.js +0 -1
  192. package/build/esm/crypto/hex2abc.test.d.ts +2 -0
  193. package/build/esm/crypto/hex2abc.test.d.ts.map +1 -0
  194. package/build/esm/crypto/hex2abc.test.js +10 -0
  195. package/build/esm/crypto/index.d.ts +1 -0
  196. package/build/esm/crypto/index.d.ts.map +1 -0
  197. package/build/esm/crypto/index.js +0 -1
  198. package/build/esm/crypto/murmurhash.d.ts +1 -0
  199. package/build/esm/crypto/murmurhash.d.ts.map +1 -0
  200. package/build/esm/crypto/murmurhash.js +1 -2
  201. package/build/esm/crypto/murmurhash.test.d.ts +2 -0
  202. package/build/esm/crypto/murmurhash.test.d.ts.map +1 -0
  203. package/build/esm/crypto/murmurhash.test.js +21 -0
  204. package/build/esm/crypto/synchronous.d.ts +2 -0
  205. package/build/esm/crypto/synchronous.d.ts.map +1 -0
  206. package/build/esm/crypto/synchronous.js +0 -1
  207. package/build/esm/index.d.ts +1 -0
  208. package/build/esm/index.d.ts.map +1 -0
  209. package/build/esm/index.js +0 -1
  210. package/build/esm/types.d.ts +1 -0
  211. package/build/esm/types.d.ts.map +1 -0
  212. package/build/esm/types.js +0 -1
  213. package/build/esm/utils/__fixtures__/name.json +64 -0
  214. package/build/esm/utils/array.d.ts +1 -0
  215. package/build/esm/utils/array.d.ts.map +1 -0
  216. package/build/esm/utils/array.js +0 -1
  217. package/build/esm/utils/array.test.d.ts +2 -0
  218. package/build/esm/utils/array.test.d.ts.map +1 -0
  219. package/build/esm/utils/array.test.js +235 -0
  220. package/build/esm/utils/email.test.d.ts +2 -0
  221. package/build/esm/utils/email.test.d.ts.map +1 -0
  222. package/build/esm/utils/email.test.js +20 -0
  223. package/build/esm/utils/emails.d.ts +1 -0
  224. package/build/esm/utils/emails.d.ts.map +1 -0
  225. package/build/esm/utils/emails.js +0 -1
  226. package/build/esm/utils/functional.d.ts +1 -0
  227. package/build/esm/utils/functional.d.ts.map +1 -0
  228. package/build/esm/utils/functional.js +8 -11
  229. package/build/esm/utils/functional.test.d.ts +2 -0
  230. package/build/esm/utils/functional.test.d.ts.map +1 -0
  231. package/build/esm/utils/functional.test.js +137 -0
  232. package/build/esm/utils/generate.d.ts +1 -0
  233. package/build/esm/utils/generate.d.ts.map +1 -0
  234. package/build/esm/utils/generate.js +0 -1
  235. package/build/esm/utils/id.d.ts +1 -0
  236. package/build/esm/utils/id.d.ts.map +1 -0
  237. package/build/esm/utils/id.js +1 -2
  238. package/build/esm/utils/id.test.d.ts +2 -0
  239. package/build/esm/utils/id.test.d.ts.map +1 -0
  240. package/build/esm/utils/id.test.js +64 -0
  241. package/build/esm/utils/index.d.ts +1 -0
  242. package/build/esm/utils/index.d.ts.map +1 -0
  243. package/build/esm/utils/index.js +0 -1
  244. package/build/esm/utils/intent.d.ts +6 -5
  245. package/build/esm/utils/intent.d.ts.map +1 -0
  246. package/build/esm/utils/intent.js +10 -14
  247. package/build/esm/utils/intent.test.d.ts +2 -0
  248. package/build/esm/utils/intent.test.d.ts.map +1 -0
  249. package/build/esm/utils/intent.test.js +75 -0
  250. package/build/esm/utils/map.d.ts +1 -0
  251. package/build/esm/utils/map.d.ts.map +1 -0
  252. package/build/esm/utils/map.js +0 -1
  253. package/build/esm/utils/map.test.d.ts +2 -0
  254. package/build/esm/utils/map.test.d.ts.map +1 -0
  255. package/build/esm/utils/map.test.js +20 -0
  256. package/build/esm/utils/mathjs.d.ts +1 -0
  257. package/build/esm/utils/mathjs.d.ts.map +1 -0
  258. package/build/esm/utils/mathjs.js +0 -1
  259. package/build/esm/utils/normalized.d.ts +1 -0
  260. package/build/esm/utils/normalized.d.ts.map +1 -0
  261. package/build/esm/utils/normalized.js +18 -21
  262. package/build/esm/utils/number.d.ts +1 -0
  263. package/build/esm/utils/number.d.ts.map +1 -0
  264. package/build/esm/utils/number.js +0 -1
  265. package/build/esm/utils/object/common.d.ts +1 -0
  266. package/build/esm/utils/object/common.d.ts.map +1 -0
  267. package/build/esm/utils/object/common.js +2 -3
  268. package/build/esm/utils/object/common.test.d.ts +2 -0
  269. package/build/esm/utils/object/common.test.d.ts.map +1 -0
  270. package/build/esm/utils/object/common.test.js +173 -0
  271. package/build/esm/utils/object/deepMap.d.ts +1 -0
  272. package/build/esm/utils/object/deepMap.d.ts.map +1 -0
  273. package/build/esm/utils/object/deepMap.js +0 -1
  274. package/build/esm/utils/object/deepMap.test.d.ts +2 -0
  275. package/build/esm/utils/object/deepMap.test.d.ts.map +1 -0
  276. package/build/esm/utils/object/deepMap.test.js +109 -0
  277. package/build/esm/utils/object/diff.d.ts +1 -0
  278. package/build/esm/utils/object/diff.d.ts.map +1 -0
  279. package/build/esm/utils/object/diff.js +0 -1
  280. package/build/esm/utils/object/diff.test.d.ts +2 -0
  281. package/build/esm/utils/object/diff.test.d.ts.map +1 -0
  282. package/build/esm/utils/object/diff.test.js +17 -0
  283. package/build/esm/utils/object/index.d.ts +1 -0
  284. package/build/esm/utils/object/index.d.ts.map +1 -0
  285. package/build/esm/utils/object/index.js +0 -1
  286. package/build/esm/utils/object/keys.d.ts +1 -0
  287. package/build/esm/utils/object/keys.d.ts.map +1 -0
  288. package/build/esm/utils/object/keys.js +0 -1
  289. package/build/esm/utils/object/keys.test.d.ts +2 -0
  290. package/build/esm/utils/object/keys.test.d.ts.map +1 -0
  291. package/build/esm/utils/object/keys.test.js +13 -0
  292. package/build/esm/utils/promise.d.ts +1 -0
  293. package/build/esm/utils/promise.d.ts.map +1 -0
  294. package/build/esm/utils/promise.js +0 -1
  295. package/build/esm/utils/promise.test.d.ts +2 -0
  296. package/build/esm/utils/promise.test.d.ts.map +1 -0
  297. package/build/esm/utils/promise.test.js +23 -0
  298. package/build/esm/utils/protocol.d.ts +1 -0
  299. package/build/esm/utils/protocol.d.ts.map +1 -0
  300. package/build/esm/utils/protocol.js +1 -2
  301. package/build/esm/utils/protocol.test.d.ts +2 -0
  302. package/build/esm/utils/protocol.test.d.ts.map +1 -0
  303. package/build/esm/utils/protocol.test.js +38 -0
  304. package/build/esm/utils/slot.d.ts +1 -0
  305. package/build/esm/utils/slot.d.ts.map +1 -0
  306. package/build/esm/utils/slot.js +4 -2
  307. package/build/esm/utils/slot.test.d.ts +2 -0
  308. package/build/esm/utils/slot.test.d.ts.map +1 -0
  309. package/build/esm/utils/slot.test.js +13 -0
  310. package/build/esm/utils/string.d.ts +1 -0
  311. package/build/esm/utils/string.d.ts.map +1 -0
  312. package/build/esm/utils/string.js +0 -1
  313. package/build/esm/utils/string.test.d.ts +2 -0
  314. package/build/esm/utils/string.test.d.ts.map +1 -0
  315. package/build/esm/utils/string.test.js +51 -0
  316. package/build/esm/utils/time.d.ts +1 -0
  317. package/build/esm/utils/time.d.ts.map +1 -0
  318. package/build/esm/utils/time.js +0 -1
  319. package/build/esm/utils/timezones.d.ts +1 -0
  320. package/build/esm/utils/timezones.d.ts.map +1 -0
  321. package/build/esm/utils/timezones.js +0 -1
  322. package/build/esm/utils/timezones.test.d.ts +2 -0
  323. package/build/esm/utils/timezones.test.d.ts.map +1 -0
  324. package/build/esm/utils/timezones.test.js +10 -0
  325. package/build/esm/utils/typeguard.d.ts +1 -0
  326. package/build/esm/utils/typeguard.d.ts.map +1 -0
  327. package/build/esm/utils/typeguard.js +0 -1
  328. package/build/esm/utils/typeguard.test.d.ts +2 -0
  329. package/build/esm/utils/typeguard.test.d.ts.map +1 -0
  330. package/build/esm/utils/typeguard.test.js +53 -0
  331. package/build/esm/utils/variables.d.ts +2 -1
  332. package/build/esm/utils/variables.d.ts.map +1 -0
  333. package/build/esm/utils/variables.js +1 -2
  334. package/package.json +12 -10
  335. package/build/cjs/constants/environment.js.map +0 -1
  336. package/build/cjs/constants/index.js.map +0 -1
  337. package/build/cjs/constants/intent.js.map +0 -1
  338. package/build/cjs/constants/regexp.js.map +0 -1
  339. package/build/cjs/constants/runtime.js.map +0 -1
  340. package/build/cjs/constants/slot.js.map +0 -1
  341. package/build/cjs/crypto/base64.js.map +0 -1
  342. package/build/cjs/crypto/hex2abc.js.map +0 -1
  343. package/build/cjs/crypto/index.js.map +0 -1
  344. package/build/cjs/crypto/murmurhash.js.map +0 -1
  345. package/build/cjs/crypto/synchronous.js.map +0 -1
  346. package/build/cjs/index.js.map +0 -1
  347. package/build/cjs/types.js.map +0 -1
  348. package/build/cjs/utils/array.js.map +0 -1
  349. package/build/cjs/utils/emails.js.map +0 -1
  350. package/build/cjs/utils/functional.js.map +0 -1
  351. package/build/cjs/utils/generate.js.map +0 -1
  352. package/build/cjs/utils/id.js.map +0 -1
  353. package/build/cjs/utils/index.js.map +0 -1
  354. package/build/cjs/utils/intent.js.map +0 -1
  355. package/build/cjs/utils/map.js.map +0 -1
  356. package/build/cjs/utils/mathjs.js.map +0 -1
  357. package/build/cjs/utils/normalized.js.map +0 -1
  358. package/build/cjs/utils/number.js.map +0 -1
  359. package/build/cjs/utils/object/common.js.map +0 -1
  360. package/build/cjs/utils/object/deepMap.js.map +0 -1
  361. package/build/cjs/utils/object/diff.js.map +0 -1
  362. package/build/cjs/utils/object/index.js.map +0 -1
  363. package/build/cjs/utils/object/keys.js.map +0 -1
  364. package/build/cjs/utils/promise.js.map +0 -1
  365. package/build/cjs/utils/protocol.js.map +0 -1
  366. package/build/cjs/utils/slot.js.map +0 -1
  367. package/build/cjs/utils/string.js.map +0 -1
  368. package/build/cjs/utils/time.js.map +0 -1
  369. package/build/cjs/utils/timezones.js.map +0 -1
  370. package/build/cjs/utils/typeguard.js.map +0 -1
  371. package/build/cjs/utils/variables.js.map +0 -1
  372. package/build/esm/constants/environment.js.map +0 -1
  373. package/build/esm/constants/index.js.map +0 -1
  374. package/build/esm/constants/intent.js.map +0 -1
  375. package/build/esm/constants/regexp.js.map +0 -1
  376. package/build/esm/constants/runtime.js.map +0 -1
  377. package/build/esm/constants/slot.js.map +0 -1
  378. package/build/esm/crypto/base64.js.map +0 -1
  379. package/build/esm/crypto/hex2abc.js.map +0 -1
  380. package/build/esm/crypto/index.js.map +0 -1
  381. package/build/esm/crypto/murmurhash.js.map +0 -1
  382. package/build/esm/crypto/synchronous.js.map +0 -1
  383. package/build/esm/index.js.map +0 -1
  384. package/build/esm/types.js.map +0 -1
  385. package/build/esm/utils/array.js.map +0 -1
  386. package/build/esm/utils/emails.js.map +0 -1
  387. package/build/esm/utils/functional.js.map +0 -1
  388. package/build/esm/utils/generate.js.map +0 -1
  389. package/build/esm/utils/id.js.map +0 -1
  390. package/build/esm/utils/index.js.map +0 -1
  391. package/build/esm/utils/intent.js.map +0 -1
  392. package/build/esm/utils/map.js.map +0 -1
  393. package/build/esm/utils/mathjs.js.map +0 -1
  394. package/build/esm/utils/normalized.js.map +0 -1
  395. package/build/esm/utils/number.js.map +0 -1
  396. package/build/esm/utils/object/common.js.map +0 -1
  397. package/build/esm/utils/object/deepMap.js.map +0 -1
  398. package/build/esm/utils/object/diff.js.map +0 -1
  399. package/build/esm/utils/object/index.js.map +0 -1
  400. package/build/esm/utils/object/keys.js.map +0 -1
  401. package/build/esm/utils/promise.js.map +0 -1
  402. package/build/esm/utils/protocol.js.map +0 -1
  403. package/build/esm/utils/slot.js.map +0 -1
  404. package/build/esm/utils/string.js.map +0 -1
  405. package/build/esm/utils/time.js.map +0 -1
  406. package/build/esm/utils/timezones.js.map +0 -1
  407. package/build/esm/utils/typeguard.js.map +0 -1
  408. package/build/esm/utils/variables.js.map +0 -1
  409. package/build/tsconfig.build.tsbuildinfo +0 -1
  410. package/build/tsconfig.esm.tsbuildinfo +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,373 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [8.2.7](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.6...@voiceflow/common@8.2.7) (2024-01-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ * typescript fsa (CT-000) ([199cee5](https://github.com/voiceflow/libs/commit/199cee581edabc8cc4351e8a6f3cd8835c419287))
11
+
12
+ ## [8.2.6](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.5...@voiceflow/common@8.2.6) (2024-01-05)
13
+
14
+ ### Bug Fixes
15
+
16
+ * working ESM build (DX-903) ([#492](https://github.com/voiceflow/libs/issues/492)) ([ab7c8b4](https://github.com/voiceflow/libs/commit/ab7c8b407344c77ac3716921360e27eedcfb8d04))
17
+
18
+ ## [8.2.5](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.4...@voiceflow/common@8.2.5) (2024-01-04)
19
+
20
+ **Note:** Version bump only for package @voiceflow/common
21
+
22
+ ## [8.2.4](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.3...@voiceflow/common@8.2.4) (2023-12-13)
23
+
24
+ **Note:** Version bump only for package @voiceflow/common
25
+
26
+ ## [8.2.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.2...@voiceflow/common@8.2.3) (2023-11-23)
27
+
28
+ ### Bug Fixes
29
+
30
+ * do not do variable uri replacement ([458e6ac](https://github.com/voiceflow/libs/commit/458e6acd061d0b32df28259464363753abad91da))
31
+
32
+ ## [8.2.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.1...@voiceflow/common@8.2.2) (2023-10-30)
33
+
34
+ ### Bug Fixes
35
+
36
+ * deep map (CT-000) ([#465](https://github.com/voiceflow/libs/issues/465)) ([0a626f7](https://github.com/voiceflow/libs/commit/0a626f724a5d9bfa6a14a3f5ff5ce58c816fac1b))
37
+
38
+ ## [8.2.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.2.0...@voiceflow/common@8.2.1) (2023-08-21)
39
+
40
+ ### Bug Fixes
41
+
42
+ * potential fix for the (CV3-267) ([1c95eaa](https://github.com/voiceflow/libs/commit/1c95eaa3605961e79b084fdea102466eafb0592a))
43
+
44
+ # [8.2.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.5...@voiceflow/common@8.2.0) (2023-01-21)
45
+
46
+ ### Features
47
+
48
+ * improve pick/omit utils (CT-000) ([#415](https://github.com/voiceflow/libs/issues/415)) ([9dda450](https://github.com/voiceflow/libs/commit/9dda450028bbaf406b9614f72140cc5d86b8eb60))
49
+
50
+ ## [8.1.5](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.4...@voiceflow/common@8.1.5) (2022-09-05)
51
+
52
+ ### Bug Fixes
53
+
54
+ * dialogflow cx (PL-152) ([#362](https://github.com/voiceflow/libs/issues/362)) ([f14b962](https://github.com/voiceflow/libs/commit/f14b962846e72d77299f8d657d17fc1fc33af15f))
55
+
56
+ ## [8.1.4](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.3...@voiceflow/common@8.1.4) (2022-08-12)
57
+
58
+ ### Bug Fixes
59
+
60
+ * get samples should be optional ([71f302b](https://github.com/voiceflow/libs/commit/71f302b5bdeee754e5cc66a02a5ff009dac26f51))
61
+
62
+ ## [8.1.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.2...@voiceflow/common@8.1.3) (2022-08-12)
63
+
64
+ ### Bug Fixes
65
+
66
+ * utterance replacer (PL-000) ([#352](https://github.com/voiceflow/libs/issues/352)) ([e948345](https://github.com/voiceflow/libs/commit/e9483452742f038fabe8eea021aa1f9401378843))
67
+
68
+ ## [8.1.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.1...@voiceflow/common@8.1.2) (2022-07-21)
69
+
70
+ ### Bug Fixes
71
+
72
+ * common ([2041f27](https://github.com/voiceflow/libs/commit/2041f272b1918a655428379997cc0c3c99629ab3))
73
+
74
+ ## [8.1.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.1.0...@voiceflow/common@8.1.1) (2022-07-21)
75
+
76
+ ### Bug Fixes
77
+
78
+ * esm build ([34463cb](https://github.com/voiceflow/libs/commit/34463cbe196ddd65653bcf3945d00cc257dc5f9e))
79
+
80
+ # [8.1.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.0.1...@voiceflow/common@8.1.0) (2022-07-20)
81
+
82
+ ### Features
83
+
84
+ * add mapEntry object util (vf-000) ([#335](https://github.com/voiceflow/libs/issues/335)) ([a58311c](https://github.com/voiceflow/libs/commit/a58311cc72044bbd84a3bb8df5bc5514a9b3a3a5))
85
+
86
+ ## [8.0.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.0.0...@voiceflow/common@8.0.1) (2022-07-19)
87
+
88
+ ### Bug Fixes
89
+
90
+ * reference types in published directory (VF-000) ([#329](https://github.com/voiceflow/libs/issues/329)) ([9012106](https://github.com/voiceflow/libs/commit/9012106d697d26a9878ba427df56b07fa05c7e60))
91
+
92
+ # [8.0.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.28.0...@voiceflow/common@8.0.0) (2022-07-19)
93
+
94
+ ### Features
95
+
96
+ * add missing unit tests to common (vf-000) ([#326](https://github.com/voiceflow/libs/issues/326)) ([3d082c7](https://github.com/voiceflow/libs/commit/3d082c79ccf38229bef83dcc5d0e756416468825))
97
+
98
+ ### BREAKING CHANGES
99
+
100
+ * removes unused utility functions
101
+
102
+ Co-authored-by: Ben Teichman <ben@voiceflow.com>
103
+
104
+ # [7.28.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.27.3...@voiceflow/common@7.28.0) (2022-07-18)
105
+
106
+ ### Features
107
+
108
+ * improve typescript monorepo configuration (DX-37) ([#323](https://github.com/voiceflow/libs/issues/323)) ([98dfa98](https://github.com/voiceflow/libs/commit/98dfa98cf64f1dc7705cbc94a3a5dd3c3e825900))
109
+
110
+ ## [7.27.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.27.2...@voiceflow/common@7.27.3) (2022-06-24)
111
+
112
+ ### Bug Fixes
113
+
114
+ * new email regex (VF-3921) ([#314](https://github.com/voiceflow/libs/issues/314)) ([1fea4b5](https://github.com/voiceflow/libs/commit/1fea4b5d78c15407ddf59eab6c4141a4398c5d03))
115
+
116
+ ## [7.27.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.27.1...@voiceflow/common@7.27.2) (2022-06-24)
117
+
118
+ ### Bug Fixes
119
+
120
+ * shallowequal types ([fda5067](https://github.com/voiceflow/libs/commit/fda50678957775d510a926cea7a99f7de494b8f7))
121
+
122
+ ## [7.27.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.27.0...@voiceflow/common@7.27.1) (2022-06-22)
123
+
124
+ ### Bug Fixes
125
+
126
+ * shallow partial equals (VF-3887) ([#310](https://github.com/voiceflow/libs/issues/310)) ([56b4392](https://github.com/voiceflow/libs/commit/56b439284c7bba6ca36d7d29de9cf1cb50457d4e))
127
+
128
+ # [7.27.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.26.1...@voiceflow/common@7.27.0) (2022-05-25)
129
+
130
+ ### Features
131
+
132
+ * add ports.out.byKey type definition (VF-3575) ([#285](https://github.com/voiceflow/libs/issues/285)) ([f9f1595](https://github.com/voiceflow/libs/commit/f9f159598f5e42a52b22525ce193b3d4942f0ef5))
133
+
134
+ ## [7.26.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.26.0...@voiceflow/common@7.26.1) (2022-05-05)
135
+
136
+ ### Bug Fixes
137
+
138
+ * add short-form for month (VF-3432) ([#260](https://github.com/voiceflow/libs/issues/260)) ([fcce55b](https://github.com/voiceflow/libs/commit/fcce55b4690d5e58325a5db0206e17d4a073af4f))
139
+
140
+ # [7.26.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.25.3...@voiceflow/common@7.26.0) (2022-04-08)
141
+
142
+ ### Features
143
+
144
+ * array merge utility method (VF-000) ([#243](https://github.com/voiceflow/libs/issues/243)) ([60bf56d](https://github.com/voiceflow/libs/commit/60bf56de2d43c2f3c305df272f88a3a009219c6b))
145
+ * slot annotation map utility (VF-000) ([#244](https://github.com/voiceflow/libs/issues/244)) ([1c32f11](https://github.com/voiceflow/libs/commit/1c32f114aa5ef4e227a4adbdffe006eef722ea01))
146
+
147
+ ## [7.25.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.25.2...@voiceflow/common@7.25.3) (2022-04-07)
148
+
149
+ ### Bug Fixes
150
+
151
+ * write tests for Utils.array.reorder (VF-000) ([#242](https://github.com/voiceflow/libs/issues/242)) ([2ce42f8](https://github.com/voiceflow/libs/commit/2ce42f84d248ab1d2cda1efb32485c6934f592e5))
152
+
153
+ ## [7.25.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.25.1...@voiceflow/common@7.25.2) (2022-04-07)
154
+
155
+ ### Bug Fixes
156
+
157
+ * expose tuple types (VF-3082) ([#241](https://github.com/voiceflow/libs/issues/241)) ([f6bb230](https://github.com/voiceflow/libs/commit/f6bb230e6edc12a1ccc960928954b9944d49b85c)), closes [voiceflow/general-service#295](https://github.com/voiceflow/general-service/issues/295)
158
+
159
+ ## [7.25.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.25.0...@voiceflow/common@7.25.1) (2022-03-29)
160
+
161
+ ### Bug Fixes
162
+
163
+ * moving slot annotation regex (VF-3190) ([#233](https://github.com/voiceflow/libs/issues/233)) ([82abcfe](https://github.com/voiceflow/libs/commit/82abcfe3a99fdafec292ff04f1a0e6fd6809ea59))
164
+
165
+ # [7.25.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.24.0...@voiceflow/common@7.25.0) (2022-03-25)
166
+
167
+ ### Features
168
+
169
+ * **common:** add `toArray()` function (VF-000) ([#231](https://github.com/voiceflow/libs/issues/231)) ([6740a40](https://github.com/voiceflow/libs/commit/6740a40f25f045f440a5cf0efd91eb6c90e27075))
170
+
171
+ # [7.24.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.23.0...@voiceflow/common@7.24.0) (2022-03-17)
172
+
173
+ ### Features
174
+
175
+ * allow function as default value for map get (VF-000) ([#225](https://github.com/voiceflow/libs/issues/225)) ([64eb1e5](https://github.com/voiceflow/libs/commit/64eb1e5cd4ee8ce1492d7a47ecd8e559addd9cd9))
176
+
177
+ # [7.23.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.22.1...@voiceflow/common@7.23.0) (2022-03-16)
178
+
179
+ ### Features
180
+
181
+ * map util, get value or set default (VF-000) ([#223](https://github.com/voiceflow/libs/issues/223)) ([601d17f](https://github.com/voiceflow/libs/commit/601d17f1ef74f3cb3e98930c38b4083f71929806))
182
+
183
+ ## [7.22.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.22.0...@voiceflow/common@7.22.1) (2022-03-09)
184
+
185
+ ### Bug Fixes
186
+
187
+ * lock dayjs version (VF-3038) ([880585e](https://github.com/voiceflow/libs/commit/880585e6b4582fc7087c40c80c88b7c0e6863518))
188
+
189
+ # [7.22.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.21.0...@voiceflow/common@7.22.0) (2022-03-01)
190
+
191
+ ### Features
192
+
193
+ * reduce build time (VF-2968) ([#208](https://github.com/voiceflow/libs/issues/208)) ([aa2a41c](https://github.com/voiceflow/libs/commit/aa2a41c777f80f58e0f452551f18b1c967c545cb))
194
+
195
+ # [7.21.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.20.2...@voiceflow/common@7.21.0) (2022-02-16)
196
+
197
+ ### Features
198
+
199
+ * reimplement deepMap and deepMapKeys to fix vite build (VF-000) ([#196](https://github.com/voiceflow/libs/issues/196)) ([fd1998f](https://github.com/voiceflow/libs/commit/fd1998fe5939783677a048f2c272e07ab5bad93d))
200
+
201
+ ## [7.20.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.20.1...@voiceflow/common@7.20.2) (2022-02-13)
202
+
203
+ ### Bug Fixes
204
+
205
+ * dep check dependency ([2f6cb51](https://github.com/voiceflow/libs/commit/2f6cb51f802dcf63e8e8c4cb7a6a8005ff318d08))
206
+ * remap object id strings (VF-2914) ([#192](https://github.com/voiceflow/libs/issues/192)) ([c9884b9](https://github.com/voiceflow/libs/commit/c9884b96b6a24af07eff8e1c7fb7f877846dbb24))
207
+
208
+ ## [7.20.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.20.0...@voiceflow/common@7.20.1) (2022-02-11)
209
+
210
+ ### Bug Fixes
211
+
212
+ * make all packages public on npm registry (VF-000) ([#194](https://github.com/voiceflow/libs/issues/194)) ([1b7c1d0](https://github.com/voiceflow/libs/commit/1b7c1d017adbd8695b3cf6e9921bae1de3cdbee8))
213
+
214
+ # [7.20.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.19.3...@voiceflow/common@7.20.0) (2022-02-10)
215
+
216
+ ### Features
217
+
218
+ * improve typings, add object utils (VF-000) ([#191](https://github.com/voiceflow/libs/issues/191)) ([e91d812](https://github.com/voiceflow/libs/commit/e91d81274aade8cd218941330bcc2907dfcf636c))
219
+
220
+ ## [7.19.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.19.2...@voiceflow/common@7.19.3) (2022-02-08)
221
+
222
+ ### Bug Fixes
223
+
224
+ * fix types on inferUnion function ([#187](https://github.com/voiceflow/libs/issues/187)) ([7016607](https://github.com/voiceflow/libs/commit/701660780b325aac45e045fca4c8458d94e29c6b))
225
+
226
+ ## [7.19.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.19.1...@voiceflow/common@7.19.2) (2022-02-08)
227
+
228
+ **Note:** Version bump only for package @voiceflow/common
229
+
230
+ ## [7.19.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.19.0...@voiceflow/common@7.19.1) (2022-02-08)
231
+
232
+ **Note:** Version bump only for package @voiceflow/common
233
+
234
+ # [7.19.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.17.0...@voiceflow/common@7.19.0) (2022-02-07)
235
+
236
+ ### Features
237
+
238
+ * shared types (VF-000) ([#177](https://github.com/voiceflow/libs/issues/177)) ([375d0c1](https://github.com/voiceflow/libs/commit/375d0c1d0e2ac58c0117feda85a439f2701a336d)), closes [#185](https://github.com/voiceflow/libs/issues/185) [#186](https://github.com/voiceflow/libs/issues/186)
239
+
240
+ ## [7.18.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.18.1...@voiceflow/common@7.18.2) (2022-02-07)
241
+
242
+ ### Bug Fixes
243
+
244
+ * union types generic (VF-000) ([#186](https://github.com/voiceflow/libs/issues/186)) ([bdc6825](https://github.com/voiceflow/libs/commit/bdc6825c709af78d6f124e8e71667109045c2030))
245
+
246
+ ## [7.18.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.18.0...@voiceflow/common@7.18.1) (2022-02-07)
247
+
248
+ ### Bug Fixes
249
+
250
+ * typescript build (VF-000) ([e057406](https://github.com/voiceflow/libs/commit/e057406930641e68500d2c87b55c8abbf939bb59))
251
+ * update typescript (VF-000) ([#185](https://github.com/voiceflow/libs/issues/185)) ([09645cc](https://github.com/voiceflow/libs/commit/09645cc96202e05e3722d358cbc4dc1d97058209))
252
+
253
+ # [7.18.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.17.0...@voiceflow/common@7.18.0) (2022-02-07)
254
+
255
+ ### Features
256
+
257
+ * shared types (VF-000) ([#177](https://github.com/voiceflow/libs/issues/177)) ([3e1a206](https://github.com/voiceflow/libs/commit/3e1a2062599fea4c8b4961afcad25699742dd34f))
258
+
259
+ # [7.17.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.16.0...@voiceflow/common@7.17.0) (2022-02-01)
260
+
261
+ ### Features
262
+
263
+ * added export line in constants file for dm (VF-2810) ([#182](https://github.com/voiceflow/libs/issues/182)) ([6009d8f](https://github.com/voiceflow/libs/commit/6009d8f84584b292a4cb8de31347deb0e74d32af))
264
+
265
+ # [7.16.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.15.4...@voiceflow/common@7.16.0) (2022-02-01)
266
+
267
+ ### Features
268
+
269
+ * adding a 'dm_' variable to constants (VF-2810) ([#180](https://github.com/voiceflow/libs/issues/180)) ([75574a2](https://github.com/voiceflow/libs/commit/75574a25d92bb72700080021a80305bfa04cb237))
270
+
271
+ ## [7.15.4](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.15.3...@voiceflow/common@7.15.4) (2022-01-24)
272
+
273
+ ### Bug Fixes
274
+
275
+ * mapping and utilities (VF-2613) ([#175](https://github.com/voiceflow/libs/issues/175)) ([2d2e59d](https://github.com/voiceflow/libs/commit/2d2e59da6cd2076ed2b157d47731d521c0e78b7d))
276
+
277
+ ## [7.15.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.15.2...@voiceflow/common@7.15.3) (2022-01-24)
278
+
279
+ ### Bug Fixes
280
+
281
+ * utterance permutations (VF-000) ([#172](https://github.com/voiceflow/libs/issues/172)) ([c65566f](https://github.com/voiceflow/libs/commit/c65566ff0dcb826b941527ac8c8b190ef87c9c07))
282
+
283
+ ## [7.15.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.15.1...@voiceflow/common@7.15.2) (2022-01-20)
284
+
285
+ ### Bug Fixes
286
+
287
+ * updated murmurhash version, changed hash function and test file name (VF-2617) ([#170](https://github.com/voiceflow/libs/issues/170)) ([3faf037](https://github.com/voiceflow/libs/commit/3faf037a1ffc53c233ea0bc70a285b4b5d7bc9c7))
288
+
289
+ ## [7.15.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.15.0...@voiceflow/common@7.15.1) (2022-01-20)
290
+
291
+ ### Bug Fixes
292
+
293
+ * added murmurhash export ([#169](https://github.com/voiceflow/libs/issues/169)) ([06ade96](https://github.com/voiceflow/libs/commit/06ade96be821453327dd09a60593c5df3542b1ee))
294
+
295
+ # [7.15.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.14.0...@voiceflow/common@7.15.0) (2022-01-20)
296
+
297
+ ### Features
298
+
299
+ * added a murmurhash3 hash method to common (VF-2617) ([#163](https://github.com/voiceflow/libs/issues/163)) ([29b47dc](https://github.com/voiceflow/libs/commit/29b47dc2b5c7eaa92ba68e0fa45d71755fee443e))
300
+
301
+ # [7.14.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.13.4...@voiceflow/common@7.14.0) (2022-01-19)
302
+
303
+ ### Features
304
+
305
+ * add `hex2abc` function (VF-000) ([#167](https://github.com/voiceflow/libs/issues/167)) ([318c5d4](https://github.com/voiceflow/libs/commit/318c5d41bf204d7414c301558615d4d71642e8f8))
306
+
307
+ ## [7.13.4](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.13.3...@voiceflow/common@7.13.4) (2022-01-14)
308
+
309
+ **Note:** Version bump only for package @voiceflow/common
310
+
311
+ ## [7.13.3](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.13.2...@voiceflow/common@7.13.3) (2022-01-11)
312
+
313
+ **Note:** Version bump only for package @voiceflow/common
314
+
315
+ ## [7.13.2](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.13.1...@voiceflow/common@7.13.2) (2022-01-06)
316
+
317
+ ### Bug Fixes
318
+
319
+ * widen type of async action error ([96711d8](https://github.com/voiceflow/libs/commit/96711d81ef16a5e9b245b9a3f003428ebee7ff4d))
320
+
321
+ ## [7.13.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.13.0...@voiceflow/common@7.13.1) (2022-01-06)
322
+
323
+ ### Bug Fixes
324
+
325
+ * avoid recursive call on async action creation (VF-000) ([#145](https://github.com/voiceflow/libs/issues/145)) ([16c1efa](https://github.com/voiceflow/libs/commit/16c1efac09fe6c10e1d1974abb7069d7dd89be8e))
326
+
327
+ # [7.13.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.12.1...@voiceflow/common@7.13.0) (2022-01-06)
328
+
329
+ ### Features
330
+
331
+ * add custom async error type ([#144](https://github.com/voiceflow/libs/issues/144)) ([cbf0d01](https://github.com/voiceflow/libs/commit/cbf0d01f1715cad65b2377123c3bcf5f3d3c9cd7))
332
+
333
+ ## [7.12.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.12.0...@voiceflow/common@7.12.1) (2022-01-03)
334
+
335
+ ### Bug Fixes
336
+
337
+ * filterAndRemoveLastValue (VF-000) ([ee55d99](https://github.com/voiceflow/libs/commit/ee55d9963b2f491696ab8643e78f166b9c6134e3))
338
+
339
+ # [7.12.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.11.0...@voiceflow/common@7.12.0) (2021-12-14)
340
+
341
+ ### Features
342
+
343
+ * add safe normalized get all ([#139](https://github.com/voiceflow/libs/issues/139)) ([ee1ff19](https://github.com/voiceflow/libs/commit/ee1ff194d9a573f6865e959f79d7e2a48477a5c9))
344
+
345
+ # [7.11.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.10.0...@voiceflow/common@7.11.0) (2021-12-10)
346
+
347
+ ### Features
348
+
349
+ * utils updates (VF-000) ([#134](https://github.com/voiceflow/libs/issues/134)) ([0d6f6a9](https://github.com/voiceflow/libs/commit/0d6f6a9f190b3c07fa93ff1728d2f77ca3826903))
350
+
351
+ # [7.10.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.9.0...@voiceflow/common@7.10.0) (2021-11-24)
352
+
353
+ ### Features
354
+
355
+ * update noReply/noMatch types (VF-2014) ([#115](https://github.com/voiceflow/libs/issues/115)) ([abdd6b4](https://github.com/voiceflow/libs/commit/abdd6b4f301b48a2c1bca6402b88692b170fc4b2))
356
+
357
+ # [7.9.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.8.1...@voiceflow/common@7.9.0) (2021-11-23)
358
+
359
+ ### Features
360
+
361
+ * add generate utils (VF-2339) ([#125](https://github.com/voiceflow/libs/issues/125)) ([e8d1739](https://github.com/voiceflow/libs/commit/e8d1739559a588967643fcdd7dbb9dbcc70c739c))
362
+
363
+ ## [7.8.1](https://github.com/voiceflow/libs/compare/@voiceflow/common@7.8.0...@voiceflow/common@7.8.1) (2021-11-16)
364
+
365
+ ### Bug Fixes
366
+
367
+ * testing with a fix commit ([99b0161](https://github.com/voiceflow/libs/commit/99b0161eeed29782c354be6f66f5ee89deecd6d3))
368
+
369
+ # 7.8.0 (2021-11-16)
370
+
371
+ ### Features
372
+
373
+ * added common lib ([#122](https://github.com/voiceflow/libs/issues/122)) ([67a201e](https://github.com/voiceflow/libs/commit/67a201e7809d219fd9ccaae84d78afce1333fc65))
@@ -7,3 +7,4 @@ export declare enum Environment {
7
7
  /** @deprecated Voiceflow dev envs now use {@link Environment.DEVELOPMENT} */
8
8
  STAGING = "staging"
9
9
  }
10
+ //# sourceMappingURL=environment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../../src/constants/environment.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,8EAA8E;IAC9E,OAAO,YAAY;CACpB"}
@@ -11,4 +11,3 @@ var Environment;
11
11
  /** @deprecated Voiceflow dev envs now use {@link Environment.DEVELOPMENT} */
12
12
  Environment["STAGING"] = "staging";
13
13
  })(Environment = exports.Environment || (exports.Environment = {}));
14
- //# sourceMappingURL=environment.js.map
@@ -3,3 +3,4 @@ export * from './intent';
3
3
  export * from './regexp';
4
4
  export * from './runtime';
5
5
  export * from './slot';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
@@ -19,4 +19,3 @@ __exportStar(require("./intent"), exports);
19
19
  __exportStar(require("./regexp"), exports);
20
20
  __exportStar(require("./runtime"), exports);
21
21
  __exportStar(require("./slot"), exports);
22
- //# sourceMappingURL=index.js.map
@@ -2,3 +2,4 @@ export interface BuiltinIntent {
2
2
  name: string;
3
3
  slots: string[];
4
4
  }
5
+ //# sourceMappingURL=intent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intent.d.ts","sourceRoot":"","sources":["../../../src/constants/intent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB"}
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=intent.js.map
@@ -9,3 +9,4 @@ export declare const VALID_SPOKEN_CHARACTER: string;
9
9
  export declare const VALID_SAMPLE_CHARACTERS_WITHOUT_CURLY_BRACES_OR_SPACES: string;
10
10
  export declare const VALID_SAMPLE_CHARACTERS: string;
11
11
  export declare const VALID_SAMPLE_UTTERANCE: string;
12
+ //# sourceMappingURL=regexp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"regexp.d.ts","sourceRoot":"","sources":["../../../src/constants/regexp.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,QAAO,CAAC;AAEjC,eAAO,MAAM,WAAW,QAA2C,CAAC;AAEpE,eAAO,MAAM,4BAA4B,QAAsB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,QAAW,CAAC;AAE3C,eAAO,MAAM,wBAAwB,QAAkB,CAAC;AAExD,eAAO,MAAM,eAAe,WAAW,CAAC;AAGxC,eAAO,MAAM,qBAAqB,QAA6C,CAAC;AAKhF,eAAO,MAAM,sBAAsB,QAAqI,CAAC;AAEzK,eAAO,MAAM,sDAAsD,QAAoC,CAAC;AAExG,eAAO,MAAM,uBAAuB,QAAqE,CAAC;AAG1G,eAAO,MAAM,sBAAsB,QAAmC,CAAC"}
@@ -17,4 +17,3 @@ exports.VALID_SAMPLE_CHARACTERS_WITHOUT_CURLY_BRACES_OR_SPACES = `${exports.VALI
17
17
  exports.VALID_SAMPLE_CHARACTERS = `${exports.VALID_SAMPLE_CHARACTERS_WITHOUT_CURLY_BRACES_OR_SPACES} \\[\\]`;
18
18
  // TYLER: lmao I decompiled the ADC front end source code so these regexes are good as it gets 👌
19
19
  exports.VALID_SAMPLE_UTTERANCE = `[^${exports.VALID_SAMPLE_CHARACTERS}|]`;
20
- //# sourceMappingURL=regexp.js.map
@@ -1 +1,2 @@
1
1
  export declare const VF_DM_PREFIX = "dm_";
2
+ //# sourceMappingURL=runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../../src/constants/runtime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,QAAQ,CAAC"}
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VF_DM_PREFIX = void 0;
4
4
  exports.VF_DM_PREFIX = 'dm_';
5
- //# sourceMappingURL=runtime.js.map
@@ -7,3 +7,4 @@ export interface BuiltinSlot<T extends string, L extends string = string> {
7
7
  export declare const CUSTOM_SLOT_TYPE = "Custom";
8
8
  export declare const LOWER_CASE_CUSTOM_SLOT_TYPE: string;
9
9
  export declare const CustomSlot: BuiltinSlot<string>;
10
+ //# sourceMappingURL=slot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slot.d.ts","sourceRoot":"","sources":["../../../src/constants/slot.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM;IACtE,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,gBAAgB,WAAW,CAAC;AACzC,eAAO,MAAM,2BAA2B,QAAiC,CAAC;AAE1E,eAAO,MAAM,UAAU,EAAE,WAAW,CAAC,MAAM,CAG1C,CAAC"}
@@ -7,4 +7,3 @@ exports.CustomSlot = {
7
7
  type: exports.CUSTOM_SLOT_TYPE,
8
8
  label: exports.CUSTOM_SLOT_TYPE,
9
9
  };
10
- //# sourceMappingURL=slot.js.map
@@ -5,3 +5,4 @@ declare class Base64 {
5
5
  static decodeJSON<T>(data?: string): T;
6
6
  }
7
7
  export default Base64;
8
+ //# sourceMappingURL=base64.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../../src/crypto/base64.ts"],"names":[],"mappings":"AAGA,cAAM,MAAM;WACI,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;WAI5B,UAAU,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;WAIjC,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;WAI5B,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC;CAG9C;AAED,eAAe,MAAM,CAAC"}
@@ -20,4 +20,3 @@ class Base64 {
20
20
  }
21
21
  }
22
22
  exports.default = Base64;
23
- //# sourceMappingURL=base64.js.map
@@ -5,3 +5,4 @@
5
5
  * @returns A string of lowercase alphabetical characters
6
6
  */
7
7
  export declare const hex2abc: (hex: string) => string;
8
+ //# sourceMappingURL=hex2abc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hex2abc.d.ts","sourceRoot":"","sources":["../../../src/crypto/hex2abc.ts"],"names":[],"mappings":"AAsBA;;;;;GAKG;AACH,eAAO,MAAM,OAAO,QAAS,MAAM,KAAG,MAA+G,CAAC"}
@@ -29,4 +29,3 @@ const mapping = {
29
29
  */
30
30
  const hex2abc = (hex) => Array.prototype.map.call(hex.toLowerCase(), (char) => mapping[char]).join('');
31
31
  exports.hex2abc = hex2abc;
32
- //# sourceMappingURL=hex2abc.js.map
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=hex2abc.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hex2abc.test.d.ts","sourceRoot":"","sources":["../../../src/crypto/hex2abc.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const hex2abc_1 = require("./hex2abc");
4
+ describe('hex2abc()', () => {
5
+ it('works', () => {
6
+ expect((0, hex2abc_1.hex2abc)('abcdef')).toBe('abcdef');
7
+ expect((0, hex2abc_1.hex2abc)('0123456789')).toBe('ghijklmnop');
8
+ });
9
+ it('works with 0x prefixes', () => {
10
+ expect((0, hex2abc_1.hex2abc)('0xabc123')).toBe('gxabchij');
11
+ });
12
+ });
@@ -1,3 +1,4 @@
1
1
  export { default as Base64 } from './base64';
2
2
  export { default as MurmurHash } from './murmurhash';
3
3
  export { default as Synchronous } from './synchronous';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/crypto/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -10,4 +10,3 @@ var murmurhash_1 = require("./murmurhash");
10
10
  Object.defineProperty(exports, "MurmurHash", { enumerable: true, get: function () { return __importDefault(murmurhash_1).default; } });
11
11
  var synchronous_1 = require("./synchronous");
12
12
  Object.defineProperty(exports, "Synchronous", { enumerable: true, get: function () { return __importDefault(synchronous_1).default; } });
13
- //# sourceMappingURL=index.js.map
@@ -2,3 +2,4 @@ export declare class MurmurHash {
2
2
  static hash(key: string, seed?: number): string;
3
3
  }
4
4
  export default MurmurHash;
5
+ //# sourceMappingURL=murmurhash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"murmurhash.d.ts","sourceRoot":"","sources":["../../../src/crypto/murmurhash.ts"],"names":[],"mappings":"AAIA,qBAAa,UAAU;WACP,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,SAAI,GAAG,MAAM;CAOlD;AAED,eAAe,UAAU,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MurmurHash = void 0;
4
- const hex2abc_1 = require("../crypto/hex2abc");
5
4
  const murmurhash_wasm_1 = require("murmurhash-wasm");
5
+ const hex2abc_1 = require("./hex2abc");
6
6
  class MurmurHash {
7
7
  static hash(key, seed = 0) {
8
8
  const hash = murmurhash_wasm_1.MurmurHash3.hash32(key, seed);
@@ -13,4 +13,3 @@ class MurmurHash {
13
13
  }
14
14
  exports.MurmurHash = MurmurHash;
15
15
  exports.default = MurmurHash;
16
- //# sourceMappingURL=murmurhash.js.map
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=murmurhash.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"murmurhash.test.d.ts","sourceRoot":"","sources":["../../../src/crypto/murmurhash.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const murmurhash_1 = require("./murmurhash");
4
+ // for second test check (4 byte chunk)
5
+ // const buf_left = Buffer.of(0xff, 0xff, 0xff, 0xff);
6
+ // const buf_right = Buffer.of(0x76, 0x29, 0x3b, 0x50);
7
+ // for third test check (correct endian order)
8
+ // const buf_left_two = Buffer.of(0x21, 0x43, 0x65, 0x87);
9
+ // const buf_right_two = Buffer.of(0xf5, 0x5b, 0x51, 0x6b);
10
+ describe('hash()', () => {
11
+ it('return a 32-bit hash resulting from the murmurhash3 algorithm', () => {
12
+ expect(murmurhash_1.MurmurHash.hash('hello', 0)).toBe('lokkdakm');
13
+ expect(murmurhash_1.MurmurHash.hash('hello world', 0)).toBe('kkehkpgl');
14
+ expect(murmurhash_1.MurmurHash.hash('helloworld', 0)).toBe('holkilfm');
15
+ expect(murmurhash_1.MurmurHash.hash('HELLOWORLD', 0)).toBe('dohkopda');
16
+ expect(murmurhash_1.MurmurHash.hash('', 0)).toBe('g'); // not sure why '0000 0000' fails as a test
17
+ expect(murmurhash_1.MurmurHash.hash('abc', 0)).toBe('bjddpjfa');
18
+ expect(murmurhash_1.MurmurHash.hash('ABC', 0)).toBe('kjchcljl');
19
+ // from https://github.com/jonahsnider/murmurhash-wasm/blob/main/test/murmur-hash3/hash-32.test.ts
20
+ // expect(MurmurHash.hash(buf_left.toString('hex'), 0)).to.eql(buf_right.toString('hex'));
21
+ // expect(MurmurHash.hash(buf_left_two.toString('hex'), 0)).to.eql(buf_right_two.toString('hex'));
22
+ });
23
+ });
@@ -1,3 +1,4 @@
1
+ /// <reference types="crypto-js" />
1
2
  import type CipherHelper from 'crypto-js/aes';
2
3
  interface SynchronousOptions {
3
4
  alg: typeof CipherHelper;
@@ -13,3 +14,4 @@ declare class Synchronous {
13
14
  decryptJSON<T>(data: string): T;
14
15
  }
15
16
  export default Synchronous;
17
+ //# sourceMappingURL=synchronous.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"synchronous.d.ts","sourceRoot":"","sources":["../../../src/crypto/synchronous.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;AAG9C,UAAU,kBAAkB;IAC1B,GAAG,EAAE,OAAO,YAAY,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,cAAM,WAAW;;gBAKH,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,kBAAkB;IAK5C,SAAS,CAAC,MAAM,IAAI,MAAM;IAInB,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,GAAE,MAAkB,GAAG,MAAM;IAItD,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;IAIlC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAY,GAAG,MAAM;IAI9C,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,CAAC;CAGvC;AAED,eAAe,WAAW,CAAC"}
@@ -41,4 +41,3 @@ class Synchronous {
41
41
  }
42
42
  _Synchronous_alg = new WeakMap(), _Synchronous_key = new WeakMap();
43
43
  exports.default = Synchronous;
44
- //# sourceMappingURL=synchronous.js.map
@@ -3,3 +3,4 @@ export * as Crypto from './crypto';
3
3
  export * from './types';
4
4
  export * as Utils from './utils';
5
5
  export * from './utils';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAGjC,cAAc,SAAS,CAAC"}