@loopback/metadata
Advanced tools
Comparing version 5.0.5 to 5.0.6
/** | ||
* Decorator function types | ||
*/ | ||
export declare type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator; | ||
export type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator; | ||
/** | ||
@@ -27,3 +27,3 @@ * A strongly-typed metadata accessor via reflection | ||
*/ | ||
export declare type MetadataKey<T, D extends DecoratorType> = MetadataAccessor<T, D> | string; | ||
export type MetadataKey<T, D extends DecoratorType> = MetadataAccessor<T, D> | string; | ||
/** | ||
@@ -30,0 +30,0 @@ * An object mapping keys to corresponding metadata |
{ | ||
"name": "@loopback/metadata", | ||
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"keywords": [ | ||
@@ -48,10 +48,10 @@ "LoopBack", | ||
"devDependencies": { | ||
"@loopback/build": "^9.0.5", | ||
"@loopback/eslint-config": "^13.0.5", | ||
"@loopback/testlab": "^5.0.5", | ||
"@loopback/build": "^9.0.6", | ||
"@loopback/eslint-config": "^13.0.6", | ||
"@loopback/testlab": "^5.0.6", | ||
"@types/debug": "^4.1.7", | ||
"@types/lodash": "^4.14.190", | ||
"@types/node": "^14.18.33" | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^14.18.34" | ||
}, | ||
"gitHead": "2d762e2a1bcc73263dd7776e072b3ec3a9279472" | ||
"gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47" | ||
} |
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
143228