@elastic.io/oih-standard-library
Advanced tools
Comparing version 0.0.10-dev.10 to 0.0.10-dev.11
@@ -1,2 +0,2 @@ | ||
export default abstract class Create { | ||
export declare abstract class Create { | ||
protected logger: any; | ||
@@ -3,0 +3,0 @@ constructor(logger: any); |
@@ -61,3 +61,3 @@ "use strict"; | ||
} | ||
exports.default = Create; | ||
exports.Create = Create; | ||
//# sourceMappingURL=create.js.map |
@@ -5,3 +5,3 @@ import { OBJECT_TYPE } from '../constants'; | ||
export default abstract class Create { | ||
export abstract class Create { | ||
protected logger; | ||
@@ -8,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
export default abstract class LookupObjects { | ||
export declare abstract class LookupObjects { | ||
protected logger: any; | ||
@@ -3,0 +3,0 @@ protected emitter: any; |
@@ -225,3 +225,3 @@ "use strict"; | ||
} | ||
exports.default = LookupObjects; | ||
exports.LookupObjects = LookupObjects; | ||
//# sourceMappingURL=lookupObjects.js.map |
@@ -7,3 +7,3 @@ import { | ||
export default abstract class LookupObjects { | ||
export abstract class LookupObjects { | ||
protected logger; | ||
@@ -10,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export default abstract class PollingTrigger { | ||
export declare abstract class PollingTrigger { | ||
protected logger: any; | ||
@@ -3,0 +3,0 @@ protected emitter: any; |
@@ -206,3 +206,3 @@ "use strict"; | ||
} | ||
exports.default = PollingTrigger; | ||
exports.PollingTrigger = PollingTrigger; | ||
//# sourceMappingURL=getNewAndUpdated.js.map |
@@ -7,3 +7,3 @@ import { | ||
export default abstract class PollingTrigger { | ||
export abstract class PollingTrigger { | ||
protected logger; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@elastic.io/oih-standard-library", | ||
"version": "0.0.10-dev.10", | ||
"version": "0.0.10-dev.11", | ||
"description": "Library for OIH standards implementation", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164604