@builderbot/contexts-dialogflow 1.1.7-alpha.6 → 1.1.7

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.
@@ -1,5 +1,4 @@
1
1
  import { CoreClass } from '@builderbot/bot';
2
-
3
2
  import type { DialogFlowContextOptions, MessageContextIncoming } from '../types';
4
3
  export declare class DialogFlowContext extends CoreClass {
5
4
  optionsDX: DialogFlowContextOptions;
@@ -1,4 +1,4 @@
1
- import type { DialogFlowContext } from './dialogflow.class';
1
+ import { DialogFlowContext } from './dialogflow.class';
2
2
  import type { ParamsDialogFlow } from '../types';
3
3
  /**
4
4
  * Crear instancia de clase Bot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/contexts-dialogflow",
3
- "version": "1.1.7-alpha.6",
3
+ "version": "1.1.7",
4
4
  "description": "contexts typescript",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/codigoencasa/bot-whatsapp/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@builderbot/bot": "^1.1.7-alpha.6",
32
+ "@builderbot/bot": "^1.1.7",
33
33
  "@google-cloud/dialogflow": "^6.5.0"
34
34
  },
35
35
  "devDependencies": {
@@ -44,5 +44,5 @@
44
44
  "rollup-plugin-typescript2": "^0.36.0",
45
45
  "sinon": "^17.0.1"
46
46
  },
47
- "gitHead": "aa66f08a449f462a924847450743a94319c57729"
47
+ "gitHead": "381a75b285fff98deb94fdbfbffafb6292e93b00"
48
48
  }