@thi.ng/api
Advanced tools
Comparing version 6.11.0 to 6.11.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.11.0...@thi.ng/api@6.11.1) (2020-06-14) | ||
**Note:** Version bump only for package @thi.ng/api | ||
# [6.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.10.5...@thi.ng/api@6.11.0) (2020-06-01) | ||
@@ -8,0 +16,0 @@ |
@@ -135,3 +135,3 @@ 'use strict'; | ||
warn() { }, | ||
severe() { } | ||
severe() { }, | ||
}); | ||
@@ -173,3 +173,3 @@ class ConsoleLogger { | ||
value: behaviour[key], | ||
writable: true | ||
writable: true, | ||
}); | ||
@@ -187,7 +187,7 @@ } | ||
value: sharedBehaviour[key], | ||
enumerable: sharedBehaviour.propertyIsEnumerable(key) | ||
enumerable: sharedBehaviour.propertyIsEnumerable(key), | ||
}); | ||
} | ||
Object.defineProperty(_mixin, Symbol.hasInstance, { | ||
value: (x) => !!x[typeTag] | ||
value: (x) => !!x[typeTag], | ||
}); | ||
@@ -241,3 +241,3 @@ return _mixin; | ||
return this._enabled; | ||
} | ||
}, | ||
}); | ||
@@ -298,3 +298,3 @@ | ||
return i; | ||
} | ||
}, | ||
}); | ||
@@ -305,3 +305,3 @@ | ||
yield* this[prop]; | ||
} | ||
}, | ||
}); | ||
@@ -334,3 +334,3 @@ | ||
} | ||
} | ||
}, | ||
}); | ||
@@ -337,0 +337,0 @@ |
@@ -8,3 +8,3 @@ import { LogLevel } from "./api/logger"; | ||
warn() { }, | ||
severe() { } | ||
severe() { }, | ||
}); | ||
@@ -11,0 +11,0 @@ export class ConsoleLogger { |
@@ -23,3 +23,3 @@ /** | ||
value: behaviour[key], | ||
writable: true | ||
writable: true, | ||
}); | ||
@@ -37,9 +37,9 @@ } | ||
value: sharedBehaviour[key], | ||
enumerable: sharedBehaviour.propertyIsEnumerable(key) | ||
enumerable: sharedBehaviour.propertyIsEnumerable(key), | ||
}); | ||
} | ||
Object.defineProperty(_mixin, Symbol.hasInstance, { | ||
value: (x) => !!x[typeTag] | ||
value: (x) => !!x[typeTag], | ||
}); | ||
return _mixin; | ||
}; |
@@ -30,3 +30,3 @@ import { EVENT_DISABLE, EVENT_ENABLE } from "../constants"; | ||
return this._enabled; | ||
} | ||
}, | ||
}); |
@@ -61,3 +61,3 @@ import { EVENT_ALL } from "../constants"; | ||
return i; | ||
} | ||
}, | ||
}); |
@@ -5,3 +5,3 @@ import { mixin } from "../mixin"; | ||
yield* this[prop]; | ||
} | ||
}, | ||
}); |
@@ -27,3 +27,3 @@ import { mixin } from "../mixin"; | ||
} | ||
} | ||
}, | ||
}); |
{ | ||
"name": "@thi.ng/api", | ||
"version": "6.11.0", | ||
"version": "6.11.1", | ||
"description": "Common, generic types, interfaces & mixins", | ||
@@ -74,3 +74,3 @@ "module": "./index.js", | ||
"sideEffects": false, | ||
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93" | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
} |
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
133318