@cobuildlab/8base-utils
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -1,3 +0,3 @@ | ||
export * from './files'; | ||
export * from './references'; | ||
export { _validateFile, _validateFiles, getMessageFromGraphQLError } from './utils'; | ||
export * from "./files"; | ||
export * from "./references"; | ||
export { _validateFile, _validateFiles, getMessageFromGraphQLError, _validateNullOrUndefinedOrBlank } from './utils'; |
@@ -19,1 +19,2 @@ "use strict"; | ||
Object.defineProperty(exports, "getMessageFromGraphQLError", { enumerable: true, get: function () { return utils_1.getMessageFromGraphQLError; } }); | ||
Object.defineProperty(exports, "_validateNullOrUndefinedOrBlank", { enumerable: true, get: function () { return utils_1._validateNullOrUndefinedOrBlank; } }); |
{ | ||
"name": "@cobuildlab/8base-utils", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "This is package to deal with common scenarios working with 8base platform", | ||
@@ -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
24244
431