@fablevision/utils
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1,4 +0,5 @@ | ||
export * as promises from './promises'; | ||
export * as math from './math'; | ||
export * as array from './array'; | ||
import * as promises from './promises'; | ||
import * as math from './math'; | ||
import * as array from './array'; | ||
export { promises, math, array }; | ||
export * from './ExtPromise'; | ||
@@ -5,0 +6,0 @@ export * from './Disposable'; |
@@ -1,4 +0,5 @@ | ||
export * as promises from './promises'; | ||
export * as math from './math'; | ||
export * as array from './array'; | ||
import * as promises from './promises'; | ||
import * as math from './math'; | ||
import * as array from './array'; | ||
export { promises, math, array }; | ||
export * from './ExtPromise'; | ||
@@ -5,0 +6,0 @@ export * from './Disposable'; |
{ | ||
"name": "@fablevision/utils", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
29660
918