botbuilder-dialogs-declarative
Advanced tools
Comparing version 4.21.0-preview to 4.21.1-preview
@@ -21,5 +21,5 @@ "use strict"; | ||
function isComponentDeclarativeTypes(component) { | ||
return componentDeclarativeTypes.check(component); | ||
return componentDeclarativeTypes.safeParse(component).success; | ||
} | ||
exports.isComponentDeclarativeTypes = isComponentDeclarativeTypes; | ||
//# sourceMappingURL=componentDeclarativeTypes.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Declarative library for the Microsoft BotBuilder dialog system.", | ||
"version": "4.21.0-preview", | ||
"version": "4.21.1-preview", | ||
"preview": true, | ||
@@ -32,11 +32,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"botbuilder-dialogs": "4.21.0", | ||
"botbuilder-stdlib": "4.21.0-internal", | ||
"botbuilder-dialogs": "4.21.1", | ||
"botbuilder-stdlib": "4.21.1-internal", | ||
"chokidar": "^3.4.0", | ||
"zod": "~1.11.17" | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"adaptive-expressions": "4.21.0", | ||
"botbuilder-core": "4.21.0", | ||
"botbuilder-dialogs-adaptive-runtime-core": "4.21.0-preview", | ||
"adaptive-expressions": "4.21.1", | ||
"botbuilder-core": "4.21.1", | ||
"botbuilder-dialogs-adaptive-runtime-core": "4.21.1-preview", | ||
"jsonschema": "^1.4.0" | ||
@@ -43,0 +43,0 @@ }, |
@@ -33,3 +33,3 @@ /** | ||
export function isComponentDeclarativeTypes(component: unknown): component is ComponentDeclarativeTypes { | ||
return componentDeclarativeTypes.check(component); | ||
return componentDeclarativeTypes.safeParse(component).success; | ||
} |
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
121225
+ Addedadaptivecards@1.2.3(transitive)
+ Addedbotbuilder-core@4.21.1(transitive)
+ Addedbotbuilder-dialogs@4.21.1(transitive)
+ Addedbotbuilder-dialogs-adaptive-runtime-core@4.21.1-preview(transitive)
+ Addedbotbuilder-stdlib@4.21.1-internal(transitive)
+ Addedbotframework-connector@4.21.1(transitive)
+ Addedbotframework-schema@4.21.1(transitive)
+ Addedzod@3.24.1(transitive)
- Removedbotbuilder-core@4.21.0(transitive)
- Removedbotbuilder-dialogs@4.21.0(transitive)
- Removedbotbuilder-dialogs-adaptive-runtime-core@4.21.0-preview(transitive)
- Removedbotbuilder-stdlib@4.21.0-internal(transitive)
- Removedbotframework-connector@4.21.0(transitive)
- Removedbotframework-schema@4.21.0(transitive)
- Removedzod@1.11.17(transitive)
Updatedbotbuilder-dialogs@4.21.1
Updatedzod@^3.22.4