@wework/floormap-utils
Advanced tools
Comparing version 2.5.1-rc.5 to 2.6.2-rc.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.6.1](https://github.com/WeConnect/floormap-monorepo/compare/v2.6.0...v2.6.1) (2020-12-10) | ||
**Note:** Version bump only for package @wework/floormap-utils | ||
# 2.1.0 (2020-09-03) | ||
@@ -8,0 +12,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const applyInstancing: (renderObjects: any[], glRenderer: any) => void; | ||
export declare const applyInstancing: (renderObjects: Array<any>, glRenderer: any) => void; |
@@ -9,3 +9,3 @@ declare type Point = { | ||
*/ | ||
export declare const getCenter: (points: Point[]) => { | ||
export declare const getCenter: (points: Array<Point>) => { | ||
x: number; | ||
@@ -17,3 +17,3 @@ y: number; | ||
*/ | ||
export declare const getSize: (points: Point[]) => { | ||
export declare const getSize: (points: Array<Point>) => { | ||
width: number; | ||
@@ -20,0 +20,0 @@ height: number; |
{ | ||
"name": "@wework/floormap-utils", | ||
"version": "2.5.1-rc.5+f24f590", | ||
"version": "2.6.2-rc.0+c8b561c", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/floormap-utils.esm.js", | ||
}, | ||
"gitHead": "f24f5908c37f9e65f2637d539c1689ccbae6bd06" | ||
"gitHead": "c8b561c53d1fa4abd70875d5299877e816f7da59" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
53212