@composer-js/core
Advanced tools
Comparing version 6.0.0-rc.3 to 6.0.0-rc.4
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./MessagingUtils"), exports); | ||
__exportStar(require("./ObjectFactory"), exports); | ||
__exportStar(require("./OASUtils"), exports); | ||
@@ -26,0 +27,0 @@ __exportStar(require("./StringUtils"), exports); |
@@ -8,2 +8,3 @@ export * from "./ApiError"; | ||
export * from "./MessagingUtils"; | ||
export * from "./ObjectFactory"; | ||
export * from "./OASUtils"; | ||
@@ -10,0 +11,0 @@ export * from "./StringUtils"; |
{ | ||
"name": "@composer-js/core", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0-rc.4", | ||
"description": "A collection of common utilities and core functionality for composerjs applications.", | ||
@@ -35,2 +35,3 @@ "repository": "https://gitlab.acceleratxr.com/composerjs/composer-core.git", | ||
"readline": "^1.3.0", | ||
"reflect-metadata": "^0.2.2", | ||
"triple-beam": "^1.4.1", | ||
@@ -37,0 +38,0 @@ "twilio": "^5.0.1", |
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
208904
66
3456
18
+ Addedreflect-metadata@^0.2.2
+ Addedreflect-metadata@0.2.2(transitive)