@intelligo.ai/bonfire
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -69,8 +69,4 @@ import onChange from 'on-change'; | ||
get: function () { | ||
if (_this[proxyKey]) { | ||
return _this[proxyKey].value; | ||
} | ||
else { | ||
_this[key]; | ||
} | ||
var _a; | ||
return (_a = _this[proxyKey]) === null || _a === void 0 ? void 0 : _a.value; | ||
}, | ||
@@ -77,0 +73,0 @@ set: function (val) { |
{ | ||
"name": "@intelligo.ai/bonfire", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Open source decorators utils for angular", | ||
@@ -36,4 +36,5 @@ "main": "./dist/lib/index", | ||
"devDependencies": { | ||
"@types/uuid": "^3.4.6" | ||
"@types/uuid": "^3.4.6", | ||
"typescript": "^3.7.3" | ||
} | ||
} |
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
11871
2
107