@pipedream/platform
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "ConfigurationError", { enumerable: true, get: function () { return errors_1.ConfigurationError; } }); | ||
var sql_proxy_1 = require("./sql-proxy"); | ||
Object.defineProperty(exports, "sqlProxy", { enumerable: true, get: function () { return sql_proxy_1.default; } }); | ||
var constants_1 = require("./constants"); | ||
@@ -15,0 +17,0 @@ Object.defineProperty(exports, "DEFAULT_POLLING_SOURCE_TIMER_INTERVAL", { enumerable: true, get: function () { return constants_1.DEFAULT_POLLING_SOURCE_TIMER_INTERVAL; } }); |
@@ -18,2 +18,6 @@ import * as t from "io-ts"; | ||
export { | ||
default as sqlProxy, | ||
} from "./sql-proxy"; | ||
export { | ||
DEFAULT_POLLING_SOURCE_TIMER_INTERVAL, | ||
@@ -20,0 +24,0 @@ } from "./constants"; |
{ | ||
"name": "@pipedream/platform", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Pipedream platform globals (typing and runtime type checking)", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pipedream.com", |
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
45599
1213