@bunt/unit
Advanced tools
Comparing version 0.15.3 to 0.15.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.15.9](https://github.com/izatop/bunt/compare/v0.15.8...v0.15.9) (2021-03-04) | ||
**Note:** Version bump only for package @bunt/unit | ||
## [0.15.3](https://github.com/izatop/bunt/compare/v0.15.2...v0.15.3) (2021-01-26) | ||
@@ -8,0 +16,0 @@ |
import { DecoratorTarget } from "@bunt/util"; | ||
export declare class ServiceRef implements Iterable<PropertyKey> { | ||
protected readonly target: DecoratorTarget; | ||
protected readonly properties: Set<string | number | symbol>; | ||
protected readonly properties: Set<PropertyKey>; | ||
constructor(target: DecoratorTarget); | ||
@@ -6,0 +6,0 @@ static set(target: DecoratorTarget, property: PropertyKey): void; |
{ | ||
"name": "@bunt/unit", | ||
"version": "0.15.3", | ||
"version": "0.15.9", | ||
"keywords": [ | ||
@@ -29,6 +29,6 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/util": "^0.15.0" | ||
"@bunt/util": "^0.15.9" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "0adb1a73521cc846cd38e515486ac4acd34e7858" | ||
"gitHead": "c6b2afe763ddc15f776331404db30985acdbb72e" | ||
} |
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
66337
Updated@bunt/util@^0.15.9