@thi.ng/api
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.0.6"></a> | ||
## [4.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.5...@thi.ng/api@4.0.6) (2018-08-01) | ||
**Note:** Version bump only for package @thi.ng/api | ||
<a name="4.0.5"></a> | ||
@@ -8,0 +16,0 @@ ## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.4...@thi.ng/api@4.0.5) (2018-07-20) |
@@ -14,3 +14,3 @@ "use strict"; | ||
return function (target, prop, descriptor) { | ||
const signature = `${target.constructor.name}#${prop}`; | ||
const signature = `${target.constructor.name}#${prop.toString()}`; | ||
const fn = descriptor.value; | ||
@@ -17,0 +17,0 @@ if (typeof fn !== "function") { |
import * as decorators from "./decorators"; | ||
import * as mixins from "./mixins"; | ||
export { decorators, mixins }; | ||
export { decorators, mixins, }; | ||
export * from "./api"; |
@@ -29,3 +29,3 @@ "use strict"; | ||
else { | ||
console.log(`not patching: ${clazz.name}.${key}`); | ||
console.log(`not patching: ${clazz.name}.${key.toString()}`); | ||
} | ||
@@ -32,0 +32,0 @@ } |
{ | ||
"name": "@thi.ng/api", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
@@ -23,11 +23,11 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/errors": "^0.1.5" | ||
"@thi.ng/errors": "^0.1.6" | ||
}, | ||
@@ -34,0 +34,0 @@ "keywords": [ |
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
40020
Updated@thi.ng/errors@^0.1.6