appc-connector-utils
Advanced tools
Comparing version 0.2.2 to 0.3.2
@@ -7,2 +7,3 @@ const metadataValidator = require('./utils/metadataValidator') | ||
const modelAPI = require('./model/api')(Arrow) | ||
const endpointAPI = require('./endpoint/api')(Arrow) | ||
const connector = arrowUtils.getConnectorStatic(conn).connector | ||
@@ -14,2 +15,3 @@ | ||
createModels: createModels, | ||
createEndpoints: endpointAPI.createEndpoints, | ||
getConnector: () => connector, | ||
@@ -16,0 +18,0 @@ getConnectorConfig: () => connector.config, |
{ | ||
"name": "appc-connector-utils", | ||
"version": "0.2.2", | ||
"version": "0.3.2", | ||
"description": "Utilities for Arrow Connectors", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
56853
25
1155