@bfly/utils
Advanced tools
Comparing version 4.9.2 to 4.10.0
"use strict"; | ||
exports.__esModule = true; | ||
exports.isUuid = isUuid; | ||
exports.decodeHandle = decodeHandle; | ||
exports.encodeHandle = encodeHandle; | ||
exports.isUuid = isUuid; | ||
@@ -8,0 +8,0 @@ var _uuid = require("uuid"); |
"use strict"; | ||
exports.__esModule = true; | ||
exports.DEFAULT = void 0; | ||
exports.default = getClosestLocale; | ||
exports.DEFAULT = void 0; | ||
@@ -7,0 +7,0 @@ var _canUseDOM = _interopRequireDefault(require("dom-helpers/canUseDOM")); |
"use strict"; | ||
exports.__esModule = true; | ||
exports.RAD_90 = exports.RAD_45 = exports.RAD_360 = exports.RAD_180 = exports.RAD2DEG = exports.DEG2RAD = void 0; | ||
exports.clamp = clamp; | ||
exports.distanceBetweenPoints = distanceBetweenPoints; | ||
@@ -10,4 +12,2 @@ exports.lineMidpoint = lineMidpoint; | ||
exports.rotationFromPoint = rotationFromPoint; | ||
exports.clamp = clamp; | ||
exports.RAD_45 = exports.RAD_90 = exports.RAD_180 = exports.RAD_360 = exports.RAD2DEG = exports.DEG2RAD = void 0; | ||
const DEG2RAD = Math.PI / 180; | ||
@@ -14,0 +14,0 @@ exports.DEG2RAD = DEG2RAD; |
{ | ||
"name": "@bfly/utils", | ||
"version": "4.9.2", | ||
"version": "4.10.0", | ||
"license": "UNLICENSED", | ||
@@ -15,3 +15,3 @@ "author": "Butterfly Network", | ||
"dependencies": { | ||
"@types/relay-runtime": "^11.0.2", | ||
"@types/relay-runtime": "^12.0.0", | ||
"@types/segment-analytics": "^0.0.34", | ||
@@ -35,3 +35,3 @@ "@types/uuid": "^8.3.1", | ||
}, | ||
"gitHead": "a58ecfd74046485f876a1bdbc9464990b2ed22e1" | ||
"gitHead": "e576b120be8120cd085ea7d6dd1ac83106353813" | ||
} |
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
46167
+ Added@types/relay-runtime@12.0.2(transitive)
- Removed@types/relay-runtime@11.0.4(transitive)
Updated@types/relay-runtime@^12.0.0