Comparing version 2.0.1 to 2.0.2
@@ -1,2 +0,2 @@ | ||
declare type MacroableFn = (...args: []) => any; | ||
declare type MacroableFn = (...args: any[]) => any; | ||
declare type MacroableMap = { | ||
@@ -3,0 +3,0 @@ [key: string]: MacroableFn; |
@@ -0,1 +1,11 @@ | ||
<a name="2.0.2"></a> | ||
## [2.0.2](https://github.com/poppinss/macroable/compare/2.0.1...2.0.2) (2019-03-23) | ||
### Bug Fixes | ||
* **type:** accept rest params as in MacroableFn ([e65ded2](https://github.com/poppinss/macroable/commit/e65ded2)) | ||
<a name="2.0.1"></a> | ||
@@ -2,0 +12,0 @@ ## [2.0.1](https://github.com/poppinss/macroable/compare/2.0.0...2.0.1) (2019-02-02) |
{ | ||
"name": "macroable", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A simple ES6 class that can be extended to provide macros and getters functionality", | ||
@@ -29,15 +29,15 @@ "main": "build/index.js", | ||
"@adonisjs/mrm-preset": "^1.0.16", | ||
"@types/node": "^10.12.21", | ||
"commitizen": "^3.0.5", | ||
"coveralls": "^3.0.2", | ||
"@types/node": "^11.11.6", | ||
"commitizen": "^3.0.7", | ||
"coveralls": "^3.0.3", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"del-cli": "^1.1.0", | ||
"japa": "^2.0.7", | ||
"japa": "^2.0.8", | ||
"mrm": "^1.2.1", | ||
"nyc": "^13.1.0", | ||
"nyc": "^13.3.0", | ||
"pkg-ok": "^2.3.1", | ||
"ts-node": "^8.0.2", | ||
"tslint": "^5.12.1", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.14.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^3.3.1", | ||
"typescript": "^3.3.4000", | ||
"yorkie": "^2.0.0" | ||
@@ -44,0 +44,0 @@ }, |
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
9267