@boost/common
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -484,10 +484,10 @@ 'use strict'; | ||
subClass.prototype = Object.create(superClass && superClass.prototype, { | ||
constructor: { | ||
value: subClass, | ||
writable: true, | ||
configurable: true | ||
} | ||
}); | ||
Object.defineProperty(subClass, "prototype", { | ||
value: Object.create(superClass && superClass.prototype, { | ||
constructor: { | ||
value: subClass, | ||
writable: true, | ||
configurable: true | ||
} | ||
}), | ||
writable: false | ||
@@ -494,0 +494,0 @@ }); |
{ | ||
"name": "@boost/common", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"release": "1594765247526", | ||
@@ -39,8 +39,8 @@ "description": "A collection of common utilities, classes, and helpers.", | ||
"@boost/decorators": "^3.0.0", | ||
"@boost/internal": "^3.0.0", | ||
"fast-glob": "^3.2.7", | ||
"@boost/internal": "^3.0.1", | ||
"fast-glob": "^3.2.11", | ||
"json5": "^2.2.0", | ||
"optimal": "^5.1.1", | ||
"pretty-ms": "^7.0.1", | ||
"resolve": "^1.20.0", | ||
"resolve": "^1.22.0", | ||
"yaml": "^1.10.2" | ||
@@ -68,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "45b58d0e1bbf8112e7b498da7004beceb4e9570a" | ||
"gitHead": "5eb62e61451a0b461482ff9ed47f5ee405d44dc3" | ||
} |
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
205123
Updated@boost/internal@^3.0.1
Updatedfast-glob@^3.2.11
Updatedresolve@^1.22.0