botbuilder-dialogs
Advanced tools
Comparing version 4.11.0-dev.20200819.a629ce4 to 4.11.0-dev.20200820.31e2d7a
@@ -25,3 +25,3 @@ "use strict"; | ||
this._info = info; | ||
this.parent = dc; | ||
this.parent = dc.parent; | ||
} | ||
@@ -28,0 +28,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "A dialog stack based conversation manager for Microsoft BotBuilder.", | ||
"version": "4.11.0-dev.20200819.a629ce4", | ||
"version": "4.11.0-dev.20200820.31e2d7a", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@types/node": "^10.17.27", | ||
"botbuilder-core": "4.11.0-dev.20200819.a629ce4", | ||
"botbuilder-core": "4.11.0-dev.20200820.31e2d7a", | ||
"globalize": "^1.4.2" | ||
@@ -48,3 +48,3 @@ }, | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200819.a629ce4", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200820.31e2d7a", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -51,0 +51,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -64,3 +64,3 @@ /** | ||
this._info = info; | ||
this.parent = dc; | ||
this.parent = dc.parent; | ||
} | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
963026
+ Addedbotbuilder-core@4.11.0-dev.20200820.31e2d7a(transitive)
+ Addedbotframework-schema@4.11.0-dev.20200820.31e2d7a(transitive)
- Removedbotbuilder-core@4.11.0-dev.20200819.a629ce4(transitive)
- Removedbotframework-schema@4.11.0-dev.20200819.a629ce4(transitive)