botframework-schema
Advanced tools
Comparing version 4.11.0-dev.20200915.26b4b6b to 4.11.0-dev.20200916.f8fef0f
export * from './activityInterfaces'; | ||
export * from './activityEx'; | ||
export { CallerIdConstants } from './callerIdConstants'; | ||
@@ -3,0 +4,0 @@ export { HealthCheckResponse, HealthResults } from './healthCheck'; |
@@ -6,3 +6,7 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./activityEx")); | ||
var callerIdConstants_1 = require("./callerIdConstants"); | ||
@@ -9,0 +13,0 @@ exports.CallerIdConstants = callerIdConstants_1.CallerIdConstants; |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.11.0-dev.20200915.26b4b6b", | ||
"version": "4.11.0-dev.20200916.f8fef0f", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200915.26b4b6b", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200916.f8fef0f", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -36,0 +36,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -7,2 +7,3 @@ /* | ||
export * from './activityInterfaces'; | ||
export * from './activityEx'; | ||
export { CallerIdConstants } from './callerIdConstants'; | ||
@@ -9,0 +10,0 @@ export { HealthCheckResponse, HealthResults } from './healthCheck'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
300152
47
8562