@superset-ui/core
Advanced tools
Comparing version 0.14.9 to 0.14.20
@@ -14,5 +14,6 @@ "use strict"; | ||
makeSingleton: true, | ||
promiseTimeout: true | ||
promiseTimeout: true, | ||
logging: true | ||
}; | ||
exports.promiseTimeout = exports.makeSingleton = exports.isRequired = exports.isDefined = exports.convertKeysToCamelCase = exports.RegistryWithDefaultKey = exports.Registry = exports.Preset = exports.Plugin = exports.ExtensibleFunction = void 0; | ||
exports.logging = exports.promiseTimeout = exports.makeSingleton = exports.isRequired = exports.isDefined = exports.convertKeysToCamelCase = exports.RegistryWithDefaultKey = exports.Registry = exports.Preset = exports.Plugin = exports.ExtensibleFunction = void 0; | ||
@@ -59,2 +60,6 @@ var _ExtensibleFunction = _interopRequireDefault(require("./models/ExtensibleFunction")); | ||
var _logging = _interopRequireDefault(require("./utils/logging")); | ||
exports.logging = _logging.default; | ||
var _types = require("./types"); | ||
@@ -61,0 +66,0 @@ |
@@ -11,3 +11,4 @@ export { default as ExtensibleFunction } from './models/ExtensibleFunction'; | ||
export { default as promiseTimeout } from './utils/promiseTimeout'; | ||
export { default as logging } from './utils/logging'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,5 +14,6 @@ "use strict"; | ||
makeSingleton: true, | ||
promiseTimeout: true | ||
promiseTimeout: true, | ||
logging: true | ||
}; | ||
exports.promiseTimeout = exports.makeSingleton = exports.isRequired = exports.isDefined = exports.convertKeysToCamelCase = exports.RegistryWithDefaultKey = exports.Registry = exports.Preset = exports.Plugin = exports.ExtensibleFunction = void 0; | ||
exports.logging = exports.promiseTimeout = exports.makeSingleton = exports.isRequired = exports.isDefined = exports.convertKeysToCamelCase = exports.RegistryWithDefaultKey = exports.Registry = exports.Preset = exports.Plugin = exports.ExtensibleFunction = void 0; | ||
@@ -59,2 +60,6 @@ var _ExtensibleFunction = _interopRequireDefault(require("./models/ExtensibleFunction")); | ||
var _logging = _interopRequireDefault(require("./utils/logging")); | ||
exports.logging = _logging.default; | ||
var _types = require("./types"); | ||
@@ -61,0 +66,0 @@ |
{ | ||
"name": "@superset-ui/core", | ||
"version": "0.14.9", | ||
"version": "0.14.20", | ||
"description": "Superset UI core", | ||
@@ -35,3 +35,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "92e0ccbec0e753335a03fb411b59242f4b624391" | ||
"gitHead": "59f81e6c9ddee2a1a039b95b22954dca963db608" | ||
} |
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
53322
55
975