@microsoft/agents-hosting-dialogs 1.3.1 → 1.4.0-beta.12.ga89f5b596d

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.
@@ -3,7 +3,7 @@
3
3
  * This interface provides language-specific formatting rules and translations for
4
4
  * interactive prompts such as choice lists and confirmation dialogs.
5
5
  */
6
- export interface PromptCultureModel {
6
+ interface PromptCultureModel {
7
7
  /**
8
8
  * The locale identifier for this culture model.
9
9
  *
@@ -154,3 +154,4 @@ export declare class PromptCultureModels {
154
154
  */
155
155
  static getSupportedCultures: () => PromptCultureModel[];
156
156
  }
157
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@microsoft/agents-hosting-dialogs",
4
- "version": "1.3.1",
4
+ "version": "1.4.0-beta.12.ga89f5b596d",
5
5
  "homepage": "https://github.com/microsoft/Agents-for-js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -16,9 +16,9 @@
16
16
  "main": "dist/index.js",
17
17
  "types": "dist/src/index.d.ts",
18
18
  "dependencies": {
19
- "@microsoft/agents-hosting": "1.3.1",
20
- "@microsoft/agents-activity": "1.3.1",
21
- "@types/lodash": "^4.17.23",
19
+ "@microsoft/agents-hosting": "1.4.0-beta.12.ga89f5b596d",
20
+ "@microsoft/agents-activity": "1.4.0-beta.12.ga89f5b596d",
21
+ "@types/lodash": "^4.17.24",
22
22
  "dependency-graph": "^1.0.0",
23
23
  "@microsoft/recognizers-text-suite": "^1.3.1",
24
24
  "@microsoft/recognizers-text-number": "^1.3.1",
@@ -5,7 +5,7 @@ import { Culture } from '@microsoft/recognizers-text-suite'
5
5
  * This interface provides language-specific formatting rules and translations for
6
6
  * interactive prompts such as choice lists and confirmation dialogs.
7
7
  */
8
- export interface PromptCultureModel {
8
+ interface PromptCultureModel {
9
9
  /**
10
10
  * The locale identifier for this culture model.
11
11
  *