@voiceflow/chat-types 2.6.10 → 2.6.13

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.
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.defaultSettings = exports.defaultMessageDelay = void 0;
15
15
  const utils_1 = require("../utils");
16
16
  const base_types_1 = require("@voiceflow/base-types");
17
- const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({
17
+ const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({
18
18
  durationMilliseconds,
19
19
  });
20
20
  exports.defaultMessageDelay = defaultMessageDelay;
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { prompt } from "../utils";
13
13
  import { BaseVersion } from '@voiceflow/base-types';
14
- export const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({
14
+ export const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({
15
15
  durationMilliseconds,
16
16
  });
17
17
  export const defaultSettings = (_a = {}) => {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@voiceflow/chat-types",
3
3
  "description": "Voiceflow chat project types",
4
- "version": "2.6.10",
4
+ "version": "2.6.13",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@voiceflow/base-types": "^2.20.1"
10
+ "@voiceflow/base-types": "^2.21.0"
11
11
  },
12
12
  "files": [
13
13
  "build"
@@ -41,5 +41,5 @@
41
41
  "test:integration": "exit 0",
42
42
  "test:unit": "exit 0"
43
43
  },
44
- "gitHead": "13bae0c256520e18682b0b3f1e4c16693f092c68"
44
+ "gitHead": "ac3f80025f06fbd03673f8200e0254e63c33c950"
45
45
  }