@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.
- package/CHANGELOG.md +373 -0
- package/build/cjs/constants/environment.d.ts +1 -0
- package/build/cjs/constants/environment.d.ts.map +1 -0
- package/build/cjs/constants/environment.js +0 -1
- package/build/cjs/constants/index.d.ts +1 -0
- package/build/cjs/constants/index.d.ts.map +1 -0
- package/build/cjs/constants/index.js +0 -1
- package/build/cjs/constants/intent.d.ts +1 -0
- package/build/cjs/constants/intent.d.ts.map +1 -0
- package/build/cjs/constants/intent.js +0 -1
- package/build/cjs/constants/regexp.d.ts +1 -0
- package/build/cjs/constants/regexp.d.ts.map +1 -0
- package/build/cjs/constants/regexp.js +0 -1
- package/build/cjs/constants/runtime.d.ts +1 -0
- package/build/cjs/constants/runtime.d.ts.map +1 -0
- package/build/cjs/constants/runtime.js +0 -1
- package/build/cjs/constants/slot.d.ts +1 -0
- package/build/cjs/constants/slot.d.ts.map +1 -0
- package/build/cjs/constants/slot.js +0 -1
- package/build/cjs/crypto/base64.d.ts +1 -0
- package/build/cjs/crypto/base64.d.ts.map +1 -0
- package/build/cjs/crypto/base64.js +0 -1
- package/build/cjs/crypto/hex2abc.d.ts +1 -0
- package/build/cjs/crypto/hex2abc.d.ts.map +1 -0
- package/build/cjs/crypto/hex2abc.js +0 -1
- package/build/cjs/crypto/hex2abc.test.d.ts +2 -0
- package/build/cjs/crypto/hex2abc.test.d.ts.map +1 -0
- package/build/cjs/crypto/hex2abc.test.js +12 -0
- package/build/cjs/crypto/index.d.ts +1 -0
- package/build/cjs/crypto/index.d.ts.map +1 -0
- package/build/cjs/crypto/index.js +0 -1
- package/build/cjs/crypto/murmurhash.d.ts +1 -0
- package/build/cjs/crypto/murmurhash.d.ts.map +1 -0
- package/build/cjs/crypto/murmurhash.js +1 -2
- package/build/cjs/crypto/murmurhash.test.d.ts +2 -0
- package/build/cjs/crypto/murmurhash.test.d.ts.map +1 -0
- package/build/cjs/crypto/murmurhash.test.js +23 -0
- package/build/cjs/crypto/synchronous.d.ts +2 -0
- package/build/cjs/crypto/synchronous.d.ts.map +1 -0
- package/build/cjs/crypto/synchronous.js +0 -1
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.d.ts.map +1 -0
- package/build/cjs/index.js +0 -1
- package/build/cjs/types.d.ts +1 -0
- package/build/cjs/types.d.ts.map +1 -0
- package/build/cjs/types.js +0 -1
- package/build/cjs/utils/__fixtures__/name.json +64 -0
- package/build/cjs/utils/array.d.ts +1 -0
- package/build/cjs/utils/array.d.ts.map +1 -0
- package/build/cjs/utils/array.js +0 -1
- package/build/cjs/utils/array.test.d.ts +2 -0
- package/build/cjs/utils/array.test.d.ts.map +1 -0
- package/build/cjs/utils/array.test.js +237 -0
- package/build/cjs/utils/email.test.d.ts +2 -0
- package/build/cjs/utils/email.test.d.ts.map +1 -0
- package/build/cjs/utils/email.test.js +22 -0
- package/build/cjs/utils/emails.d.ts +1 -0
- package/build/cjs/utils/emails.d.ts.map +1 -0
- package/build/cjs/utils/emails.js +0 -1
- package/build/cjs/utils/functional.d.ts +1 -0
- package/build/cjs/utils/functional.d.ts.map +1 -0
- package/build/cjs/utils/functional.js +8 -11
- package/build/cjs/utils/functional.test.d.ts +2 -0
- package/build/cjs/utils/functional.test.d.ts.map +1 -0
- package/build/cjs/utils/functional.test.js +139 -0
- package/build/cjs/utils/generate.d.ts +1 -0
- package/build/cjs/utils/generate.d.ts.map +1 -0
- package/build/cjs/utils/generate.js +0 -1
- package/build/cjs/utils/id.d.ts +1 -0
- package/build/cjs/utils/id.d.ts.map +1 -0
- package/build/cjs/utils/id.js +2 -3
- package/build/cjs/utils/id.test.d.ts +2 -0
- package/build/cjs/utils/id.test.d.ts.map +1 -0
- package/build/cjs/utils/id.test.js +66 -0
- package/build/cjs/utils/index.d.ts +1 -0
- package/build/cjs/utils/index.d.ts.map +1 -0
- package/build/cjs/utils/index.js +0 -1
- package/build/cjs/utils/intent.d.ts +6 -5
- package/build/cjs/utils/intent.d.ts.map +1 -0
- package/build/cjs/utils/intent.js +10 -14
- package/build/cjs/utils/intent.test.d.ts +2 -0
- package/build/cjs/utils/intent.test.d.ts.map +1 -0
- package/build/cjs/utils/intent.test.js +100 -0
- package/build/cjs/utils/map.d.ts +1 -0
- package/build/cjs/utils/map.d.ts.map +1 -0
- package/build/cjs/utils/map.js +0 -1
- package/build/cjs/utils/map.test.d.ts +2 -0
- package/build/cjs/utils/map.test.d.ts.map +1 -0
- package/build/cjs/utils/map.test.js +22 -0
- package/build/cjs/utils/mathjs.d.ts +1 -0
- package/build/cjs/utils/mathjs.d.ts.map +1 -0
- package/build/cjs/utils/mathjs.js +0 -1
- package/build/cjs/utils/normalized.d.ts +1 -0
- package/build/cjs/utils/normalized.d.ts.map +1 -0
- package/build/cjs/utils/normalized.js +18 -21
- package/build/cjs/utils/number.d.ts +1 -0
- package/build/cjs/utils/number.d.ts.map +1 -0
- package/build/cjs/utils/number.js +0 -1
- package/build/cjs/utils/object/common.d.ts +1 -0
- package/build/cjs/utils/object/common.d.ts.map +1 -0
- package/build/cjs/utils/object/common.js +2 -3
- package/build/cjs/utils/object/common.test.d.ts +2 -0
- package/build/cjs/utils/object/common.test.d.ts.map +1 -0
- package/build/cjs/utils/object/common.test.js +175 -0
- package/build/cjs/utils/object/deepMap.d.ts +1 -0
- package/build/cjs/utils/object/deepMap.d.ts.map +1 -0
- package/build/cjs/utils/object/deepMap.js +0 -1
- package/build/cjs/utils/object/deepMap.test.d.ts +2 -0
- package/build/cjs/utils/object/deepMap.test.d.ts.map +1 -0
- package/build/cjs/utils/object/deepMap.test.js +111 -0
- package/build/cjs/utils/object/diff.d.ts +1 -0
- package/build/cjs/utils/object/diff.d.ts.map +1 -0
- package/build/cjs/utils/object/diff.js +0 -1
- package/build/cjs/utils/object/diff.test.d.ts +2 -0
- package/build/cjs/utils/object/diff.test.d.ts.map +1 -0
- package/build/cjs/utils/object/diff.test.js +19 -0
- package/build/cjs/utils/object/index.d.ts +1 -0
- package/build/cjs/utils/object/index.d.ts.map +1 -0
- package/build/cjs/utils/object/index.js +0 -1
- package/build/cjs/utils/object/keys.d.ts +1 -0
- package/build/cjs/utils/object/keys.d.ts.map +1 -0
- package/build/cjs/utils/object/keys.js +0 -1
- package/build/cjs/utils/object/keys.test.d.ts +2 -0
- package/build/cjs/utils/object/keys.test.d.ts.map +1 -0
- package/build/cjs/utils/object/keys.test.js +15 -0
- package/build/cjs/utils/promise.d.ts +1 -0
- package/build/cjs/utils/promise.d.ts.map +1 -0
- package/build/cjs/utils/promise.js +0 -1
- package/build/cjs/utils/promise.test.d.ts +2 -0
- package/build/cjs/utils/promise.test.d.ts.map +1 -0
- package/build/cjs/utils/promise.test.js +25 -0
- package/build/cjs/utils/protocol.d.ts +1 -0
- package/build/cjs/utils/protocol.d.ts.map +1 -0
- package/build/cjs/utils/protocol.js +2 -6
- package/build/cjs/utils/protocol.test.d.ts +2 -0
- package/build/cjs/utils/protocol.test.d.ts.map +1 -0
- package/build/cjs/utils/protocol.test.js +40 -0
- package/build/cjs/utils/slot.d.ts +1 -0
- package/build/cjs/utils/slot.d.ts.map +1 -0
- package/build/cjs/utils/slot.js +4 -2
- package/build/cjs/utils/slot.test.d.ts +2 -0
- package/build/cjs/utils/slot.test.d.ts.map +1 -0
- package/build/cjs/utils/slot.test.js +38 -0
- package/build/cjs/utils/string.d.ts +1 -0
- package/build/cjs/utils/string.d.ts.map +1 -0
- package/build/cjs/utils/string.js +0 -1
- package/build/cjs/utils/string.test.d.ts +2 -0
- package/build/cjs/utils/string.test.d.ts.map +1 -0
- package/build/cjs/utils/string.test.js +53 -0
- package/build/cjs/utils/time.d.ts +1 -0
- package/build/cjs/utils/time.d.ts.map +1 -0
- package/build/cjs/utils/time.js +0 -1
- package/build/cjs/utils/timezones.d.ts +1 -0
- package/build/cjs/utils/timezones.d.ts.map +1 -0
- package/build/cjs/utils/timezones.js +0 -1
- package/build/cjs/utils/timezones.test.d.ts +2 -0
- package/build/cjs/utils/timezones.test.d.ts.map +1 -0
- package/build/cjs/utils/timezones.test.js +12 -0
- package/build/cjs/utils/typeguard.d.ts +1 -0
- package/build/cjs/utils/typeguard.d.ts.map +1 -0
- package/build/cjs/utils/typeguard.js +0 -1
- package/build/cjs/utils/typeguard.test.d.ts +2 -0
- package/build/cjs/utils/typeguard.test.d.ts.map +1 -0
- package/build/cjs/utils/typeguard.test.js +55 -0
- package/build/cjs/utils/variables.d.ts +2 -1
- package/build/cjs/utils/variables.d.ts.map +1 -0
- package/build/cjs/utils/variables.js +1 -2
- package/build/esm/constants/environment.d.ts +1 -0
- package/build/esm/constants/environment.d.ts.map +1 -0
- package/build/esm/constants/environment.js +0 -1
- package/build/esm/constants/index.d.ts +1 -0
- package/build/esm/constants/index.d.ts.map +1 -0
- package/build/esm/constants/index.js +0 -1
- package/build/esm/constants/intent.d.ts +1 -0
- package/build/esm/constants/intent.d.ts.map +1 -0
- package/build/esm/constants/intent.js +0 -1
- package/build/esm/constants/regexp.d.ts +1 -0
- package/build/esm/constants/regexp.d.ts.map +1 -0
- package/build/esm/constants/regexp.js +0 -1
- package/build/esm/constants/runtime.d.ts +1 -0
- package/build/esm/constants/runtime.d.ts.map +1 -0
- package/build/esm/constants/runtime.js +0 -1
- package/build/esm/constants/slot.d.ts +1 -0
- package/build/esm/constants/slot.d.ts.map +1 -0
- package/build/esm/constants/slot.js +0 -1
- package/build/esm/crypto/base64.d.ts +1 -0
- package/build/esm/crypto/base64.d.ts.map +1 -0
- package/build/esm/crypto/base64.js +0 -1
- package/build/esm/crypto/hex2abc.d.ts +1 -0
- package/build/esm/crypto/hex2abc.d.ts.map +1 -0
- package/build/esm/crypto/hex2abc.js +0 -1
- package/build/esm/crypto/hex2abc.test.d.ts +2 -0
- package/build/esm/crypto/hex2abc.test.d.ts.map +1 -0
- package/build/esm/crypto/hex2abc.test.js +10 -0
- package/build/esm/crypto/index.d.ts +1 -0
- package/build/esm/crypto/index.d.ts.map +1 -0
- package/build/esm/crypto/index.js +0 -1
- package/build/esm/crypto/murmurhash.d.ts +1 -0
- package/build/esm/crypto/murmurhash.d.ts.map +1 -0
- package/build/esm/crypto/murmurhash.js +1 -2
- package/build/esm/crypto/murmurhash.test.d.ts +2 -0
- package/build/esm/crypto/murmurhash.test.d.ts.map +1 -0
- package/build/esm/crypto/murmurhash.test.js +21 -0
- package/build/esm/crypto/synchronous.d.ts +2 -0
- package/build/esm/crypto/synchronous.d.ts.map +1 -0
- package/build/esm/crypto/synchronous.js +0 -1
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.d.ts.map +1 -0
- package/build/esm/index.js +0 -1
- package/build/esm/types.d.ts +1 -0
- package/build/esm/types.d.ts.map +1 -0
- package/build/esm/types.js +0 -1
- package/build/esm/utils/__fixtures__/name.json +64 -0
- package/build/esm/utils/array.d.ts +1 -0
- package/build/esm/utils/array.d.ts.map +1 -0
- package/build/esm/utils/array.js +0 -1
- package/build/esm/utils/array.test.d.ts +2 -0
- package/build/esm/utils/array.test.d.ts.map +1 -0
- package/build/esm/utils/array.test.js +235 -0
- package/build/esm/utils/email.test.d.ts +2 -0
- package/build/esm/utils/email.test.d.ts.map +1 -0
- package/build/esm/utils/email.test.js +20 -0
- package/build/esm/utils/emails.d.ts +1 -0
- package/build/esm/utils/emails.d.ts.map +1 -0
- package/build/esm/utils/emails.js +0 -1
- package/build/esm/utils/functional.d.ts +1 -0
- package/build/esm/utils/functional.d.ts.map +1 -0
- package/build/esm/utils/functional.js +8 -11
- package/build/esm/utils/functional.test.d.ts +2 -0
- package/build/esm/utils/functional.test.d.ts.map +1 -0
- package/build/esm/utils/functional.test.js +137 -0
- package/build/esm/utils/generate.d.ts +1 -0
- package/build/esm/utils/generate.d.ts.map +1 -0
- package/build/esm/utils/generate.js +0 -1
- package/build/esm/utils/id.d.ts +1 -0
- package/build/esm/utils/id.d.ts.map +1 -0
- package/build/esm/utils/id.js +1 -2
- package/build/esm/utils/id.test.d.ts +2 -0
- package/build/esm/utils/id.test.d.ts.map +1 -0
- package/build/esm/utils/id.test.js +64 -0
- package/build/esm/utils/index.d.ts +1 -0
- package/build/esm/utils/index.d.ts.map +1 -0
- package/build/esm/utils/index.js +0 -1
- package/build/esm/utils/intent.d.ts +6 -5
- package/build/esm/utils/intent.d.ts.map +1 -0
- package/build/esm/utils/intent.js +10 -14
- package/build/esm/utils/intent.test.d.ts +2 -0
- package/build/esm/utils/intent.test.d.ts.map +1 -0
- package/build/esm/utils/intent.test.js +75 -0
- package/build/esm/utils/map.d.ts +1 -0
- package/build/esm/utils/map.d.ts.map +1 -0
- package/build/esm/utils/map.js +0 -1
- package/build/esm/utils/map.test.d.ts +2 -0
- package/build/esm/utils/map.test.d.ts.map +1 -0
- package/build/esm/utils/map.test.js +20 -0
- package/build/esm/utils/mathjs.d.ts +1 -0
- package/build/esm/utils/mathjs.d.ts.map +1 -0
- package/build/esm/utils/mathjs.js +0 -1
- package/build/esm/utils/normalized.d.ts +1 -0
- package/build/esm/utils/normalized.d.ts.map +1 -0
- package/build/esm/utils/normalized.js +18 -21
- package/build/esm/utils/number.d.ts +1 -0
- package/build/esm/utils/number.d.ts.map +1 -0
- package/build/esm/utils/number.js +0 -1
- package/build/esm/utils/object/common.d.ts +1 -0
- package/build/esm/utils/object/common.d.ts.map +1 -0
- package/build/esm/utils/object/common.js +2 -3
- package/build/esm/utils/object/common.test.d.ts +2 -0
- package/build/esm/utils/object/common.test.d.ts.map +1 -0
- package/build/esm/utils/object/common.test.js +173 -0
- package/build/esm/utils/object/deepMap.d.ts +1 -0
- package/build/esm/utils/object/deepMap.d.ts.map +1 -0
- package/build/esm/utils/object/deepMap.js +0 -1
- package/build/esm/utils/object/deepMap.test.d.ts +2 -0
- package/build/esm/utils/object/deepMap.test.d.ts.map +1 -0
- package/build/esm/utils/object/deepMap.test.js +109 -0
- package/build/esm/utils/object/diff.d.ts +1 -0
- package/build/esm/utils/object/diff.d.ts.map +1 -0
- package/build/esm/utils/object/diff.js +0 -1
- package/build/esm/utils/object/diff.test.d.ts +2 -0
- package/build/esm/utils/object/diff.test.d.ts.map +1 -0
- package/build/esm/utils/object/diff.test.js +17 -0
- package/build/esm/utils/object/index.d.ts +1 -0
- package/build/esm/utils/object/index.d.ts.map +1 -0
- package/build/esm/utils/object/index.js +0 -1
- package/build/esm/utils/object/keys.d.ts +1 -0
- package/build/esm/utils/object/keys.d.ts.map +1 -0
- package/build/esm/utils/object/keys.js +0 -1
- package/build/esm/utils/object/keys.test.d.ts +2 -0
- package/build/esm/utils/object/keys.test.d.ts.map +1 -0
- package/build/esm/utils/object/keys.test.js +13 -0
- package/build/esm/utils/promise.d.ts +1 -0
- package/build/esm/utils/promise.d.ts.map +1 -0
- package/build/esm/utils/promise.js +0 -1
- package/build/esm/utils/promise.test.d.ts +2 -0
- package/build/esm/utils/promise.test.d.ts.map +1 -0
- package/build/esm/utils/promise.test.js +23 -0
- package/build/esm/utils/protocol.d.ts +1 -0
- package/build/esm/utils/protocol.d.ts.map +1 -0
- package/build/esm/utils/protocol.js +1 -2
- package/build/esm/utils/protocol.test.d.ts +2 -0
- package/build/esm/utils/protocol.test.d.ts.map +1 -0
- package/build/esm/utils/protocol.test.js +38 -0
- package/build/esm/utils/slot.d.ts +1 -0
- package/build/esm/utils/slot.d.ts.map +1 -0
- package/build/esm/utils/slot.js +4 -2
- package/build/esm/utils/slot.test.d.ts +2 -0
- package/build/esm/utils/slot.test.d.ts.map +1 -0
- package/build/esm/utils/slot.test.js +13 -0
- package/build/esm/utils/string.d.ts +1 -0
- package/build/esm/utils/string.d.ts.map +1 -0
- package/build/esm/utils/string.js +0 -1
- package/build/esm/utils/string.test.d.ts +2 -0
- package/build/esm/utils/string.test.d.ts.map +1 -0
- package/build/esm/utils/string.test.js +51 -0
- package/build/esm/utils/time.d.ts +1 -0
- package/build/esm/utils/time.d.ts.map +1 -0
- package/build/esm/utils/time.js +0 -1
- package/build/esm/utils/timezones.d.ts +1 -0
- package/build/esm/utils/timezones.d.ts.map +1 -0
- package/build/esm/utils/timezones.js +0 -1
- package/build/esm/utils/timezones.test.d.ts +2 -0
- package/build/esm/utils/timezones.test.d.ts.map +1 -0
- package/build/esm/utils/timezones.test.js +10 -0
- package/build/esm/utils/typeguard.d.ts +1 -0
- package/build/esm/utils/typeguard.d.ts.map +1 -0
- package/build/esm/utils/typeguard.js +0 -1
- package/build/esm/utils/typeguard.test.d.ts +2 -0
- package/build/esm/utils/typeguard.test.d.ts.map +1 -0
- package/build/esm/utils/typeguard.test.js +53 -0
- package/build/esm/utils/variables.d.ts +2 -1
- package/build/esm/utils/variables.d.ts.map +1 -0
- package/build/esm/utils/variables.js +1 -2
- package/package.json +12 -10
- package/build/cjs/constants/environment.js.map +0 -1
- package/build/cjs/constants/index.js.map +0 -1
- package/build/cjs/constants/intent.js.map +0 -1
- package/build/cjs/constants/regexp.js.map +0 -1
- package/build/cjs/constants/runtime.js.map +0 -1
- package/build/cjs/constants/slot.js.map +0 -1
- package/build/cjs/crypto/base64.js.map +0 -1
- package/build/cjs/crypto/hex2abc.js.map +0 -1
- package/build/cjs/crypto/index.js.map +0 -1
- package/build/cjs/crypto/murmurhash.js.map +0 -1
- package/build/cjs/crypto/synchronous.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/types.js.map +0 -1
- package/build/cjs/utils/array.js.map +0 -1
- package/build/cjs/utils/emails.js.map +0 -1
- package/build/cjs/utils/functional.js.map +0 -1
- package/build/cjs/utils/generate.js.map +0 -1
- package/build/cjs/utils/id.js.map +0 -1
- package/build/cjs/utils/index.js.map +0 -1
- package/build/cjs/utils/intent.js.map +0 -1
- package/build/cjs/utils/map.js.map +0 -1
- package/build/cjs/utils/mathjs.js.map +0 -1
- package/build/cjs/utils/normalized.js.map +0 -1
- package/build/cjs/utils/number.js.map +0 -1
- package/build/cjs/utils/object/common.js.map +0 -1
- package/build/cjs/utils/object/deepMap.js.map +0 -1
- package/build/cjs/utils/object/diff.js.map +0 -1
- package/build/cjs/utils/object/index.js.map +0 -1
- package/build/cjs/utils/object/keys.js.map +0 -1
- package/build/cjs/utils/promise.js.map +0 -1
- package/build/cjs/utils/protocol.js.map +0 -1
- package/build/cjs/utils/slot.js.map +0 -1
- package/build/cjs/utils/string.js.map +0 -1
- package/build/cjs/utils/time.js.map +0 -1
- package/build/cjs/utils/timezones.js.map +0 -1
- package/build/cjs/utils/typeguard.js.map +0 -1
- package/build/cjs/utils/variables.js.map +0 -1
- package/build/esm/constants/environment.js.map +0 -1
- package/build/esm/constants/index.js.map +0 -1
- package/build/esm/constants/intent.js.map +0 -1
- package/build/esm/constants/regexp.js.map +0 -1
- package/build/esm/constants/runtime.js.map +0 -1
- package/build/esm/constants/slot.js.map +0 -1
- package/build/esm/crypto/base64.js.map +0 -1
- package/build/esm/crypto/hex2abc.js.map +0 -1
- package/build/esm/crypto/index.js.map +0 -1
- package/build/esm/crypto/murmurhash.js.map +0 -1
- package/build/esm/crypto/synchronous.js.map +0 -1
- package/build/esm/index.js.map +0 -1
- package/build/esm/types.js.map +0 -1
- package/build/esm/utils/array.js.map +0 -1
- package/build/esm/utils/emails.js.map +0 -1
- package/build/esm/utils/functional.js.map +0 -1
- package/build/esm/utils/generate.js.map +0 -1
- package/build/esm/utils/id.js.map +0 -1
- package/build/esm/utils/index.js.map +0 -1
- package/build/esm/utils/intent.js.map +0 -1
- package/build/esm/utils/map.js.map +0 -1
- package/build/esm/utils/mathjs.js.map +0 -1
- package/build/esm/utils/normalized.js.map +0 -1
- package/build/esm/utils/number.js.map +0 -1
- package/build/esm/utils/object/common.js.map +0 -1
- package/build/esm/utils/object/deepMap.js.map +0 -1
- package/build/esm/utils/object/diff.js.map +0 -1
- package/build/esm/utils/object/index.js.map +0 -1
- package/build/esm/utils/object/keys.js.map +0 -1
- package/build/esm/utils/promise.js.map +0 -1
- package/build/esm/utils/protocol.js.map +0 -1
- package/build/esm/utils/slot.js.map +0 -1
- package/build/esm/utils/string.js.map +0 -1
- package/build/esm/utils/time.js.map +0 -1
- package/build/esm/utils/timezones.js.map +0 -1
- package/build/esm/utils/typeguard.js.map +0 -1
- package/build/esm/utils/variables.js.map +0 -1
- package/build/tsconfig.build.tsbuildinfo +0 -1
- 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))
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../../src/constants/runtime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,QAAQ,CAAC"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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
|
+
});
|
|
@@ -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
|
|
@@ -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 @@
|
|
|
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"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -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"}
|