lodash-decorators
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="6.0.1"></a> | ||
## [6.0.1](https://github.com/steelsojka/lodash-decorators/compare/v6.0.0...v6.0.1) (2018-12-22) | ||
<a name="6.0.0"></a> | ||
@@ -7,0 +12,0 @@ # [6.0.0](https://github.com/steelsojka/lodash-decorators/compare/v5.0.1...v6.0.0) (2018-06-17) |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of decorators using lodash at it's core.", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"engines": { | ||
@@ -61,6 +61,6 @@ "node": ">=0.12.0" | ||
"doctoc": "^1.3.1", | ||
"esdoc": "^0.5.2", | ||
"http-server": "^0.9.0", | ||
"esdoc": "^1.1.0", | ||
"http-server": "^0.11.1", | ||
"lodash": "^4.17.10", | ||
"mocha": "^3.5.3", | ||
"mocha": "^5.2.0", | ||
"sinon": "~1.14.1", | ||
@@ -67,0 +67,0 @@ "standard-version": "^4.4.0", |
@@ -170,3 +170,3 @@ # lodash-decorators | ||
```javascript | ||
import { Partial } from 'lodash-decorators' | ||
import { Partial, Wrap } from 'lodash-decorators' | ||
@@ -173,0 +173,0 @@ class Person { |
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
268904