Comparing version 0.0.48 to 0.0.49
@@ -13,3 +13,3 @@ "use strict"; | ||
var SafeObject = exports.SafeObject = function SafeObject(target) { | ||
var SafeObject = function SafeObject(target) { | ||
_classCallCheck(this, SafeObject); | ||
@@ -28,2 +28,4 @@ | ||
}; | ||
exports.default = SafeObject; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cqsmart", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"description": "Smart Building Components", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -5,3 +5,3 @@ /** | ||
export class SafeObject { | ||
export default class SafeObject { | ||
constructor (target){ | ||
@@ -8,0 +8,0 @@ this.handler={ |
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
4306
58