@adaptable/utils
Advanced tools
Comparing version 1.5.0 to 1.7.0
@@ -6,4 +6,16 @@ # Change Log | ||
# [1.7.0](https://github.com/adaptable/io/compare/v1.6.0...v1.7.0) (2022-08-18) | ||
### Features | ||
* Add TLS verify to Postgres URL query params ([1f882ad](https://github.com/adaptable/io/commit/1f882adc83c0986036f64402fc3a9c9a8c24fd81)) | ||
* **web:** Add Postgres root cert for download via UI ([deeadc2](https://github.com/adaptable/io/commit/deeadc207506ffe4fa7844def00932edf97feb29)) | ||
# [1.5.0](https://github.com/adaptable/io/compare/v1.4.0...v1.5.0) (2022-06-17) | ||
**Note:** Version bump only for package @adaptable/utils |
@@ -0,1 +1,2 @@ | ||
export * from "./certs"; | ||
export * from "./env"; | ||
@@ -2,0 +3,0 @@ export * from "./service"; |
@@ -13,4 +13,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./certs"), exports); | ||
__exportStar(require("./env"), exports); | ||
__exportStar(require("./service"), exports); | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "@adaptable/utils", | ||
"version": "1.5.0", | ||
"version": "1.7.0", | ||
"description": "Common utilities for Adaptable.io", | ||
@@ -44,3 +44,3 @@ "homepage": "https://adaptable.io", | ||
}, | ||
"gitHead": "c31d6bae10ea1a7dd93cea4bec01da6abd20c7c7" | ||
"gitHead": "2880f93db379c344e70bb926b753b9018ac0cc62" | ||
} |
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
20267
19
123