@visactor/vutils-extension
Advanced tools
Comparing version 1.8.0-alpha.0 to 1.8.0-beta.0
export * from './transform/tick-data'; | ||
export * from './utils/polar'; | ||
export * from './utils/text'; | ||
export * from './utils'; | ||
export * from './algorithm'; |
@@ -20,3 +20,3 @@ "use strict"; | ||
value: !0 | ||
}), __exportStar(require("./transform/tick-data"), exports), __exportStar(require("./utils/polar"), exports), | ||
__exportStar(require("./utils/text"), exports), __exportStar(require("./algorithm"), exports); | ||
}), __exportStar(require("./transform/tick-data"), exports), __exportStar(require("./utils"), exports), | ||
__exportStar(require("./algorithm"), exports); |
export * from './transform/tick-data'; | ||
export * from './utils/polar'; | ||
export * from './utils/text'; | ||
export * from './utils'; | ||
export * from './algorithm'; |
export * from "./transform/tick-data"; | ||
export * from "./utils/polar"; | ||
export * from "./utils"; | ||
export * from "./utils/text"; | ||
export * from "./algorithm"; |
{ | ||
"name": "@visactor/vutils-extension", | ||
"version": "1.8.0-alpha.0", | ||
"version": "1.8.0-beta.0", | ||
"description": "The extension module for VUtil from VisActor", | ||
@@ -40,5 +40,5 @@ "sideEffects": false, | ||
"tslint": "5.12.1", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1" | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/bundler": "0.0.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
169764
86
941