@visactor/vutils-extension
Advanced tools
Comparing version 1.11.2-alpha.3 to 1.11.2-alpha.4
@@ -1,4 +0,2 @@ | ||
export * from './transform/tick-data'; | ||
export * from './utils'; | ||
export * from './algorithm'; | ||
export * from './spec'; |
@@ -20,3 +20,2 @@ "use strict"; | ||
value: !0 | ||
}), __exportStar(require("./transform/tick-data"), exports), __exportStar(require("./utils"), exports), | ||
__exportStar(require("./algorithm"), exports), __exportStar(require("./spec"), exports); | ||
}), __exportStar(require("./utils"), exports), __exportStar(require("./spec"), exports); |
@@ -7,3 +7,3 @@ "use strict"; | ||
const vutils_1 = require("@visactor/vutils"), common_1 = require("./common"); | ||
const vutils_1 = require("@visactor/vutils"), vdataset_1 = require("@visactor/vdataset"); | ||
@@ -14,3 +14,3 @@ function cloneDeepSpec(spec, excludeKeys = [ "data" ]) { | ||
if (!(0, vutils_1.isValid)(value) || "object" != typeof value) return value; | ||
if ((0, common_1.isDataView)(value) || (0, common_1.isHTMLElement)(value)) return value; | ||
if ((0, vdataset_1.isDataView)(value) || (0, vutils_1.isHTMLElement)(value)) return value; | ||
const isArr = (0, vutils_1.isArray)(value), length = value.length; | ||
@@ -17,0 +17,0 @@ result = isArr ? new Array(length) : "object" == typeof value ? {} : (0, vutils_1.isBoolean)(value) || (0, |
export * from './clone-deep'; | ||
export * from './common'; | ||
export * from './merge-spec'; |
@@ -20,4 +20,3 @@ "use strict"; | ||
value: !0 | ||
}), __exportStar(require("./clone-deep"), exports), __exportStar(require("./common"), exports), | ||
__exportStar(require("./merge-spec"), exports); | ||
}), __exportStar(require("./clone-deep"), exports), __exportStar(require("./merge-spec"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from './object'; | ||
export * from './polar'; | ||
export * from './text'; |
@@ -20,4 +20,3 @@ "use strict"; | ||
value: !0 | ||
}), __exportStar(require("./object"), exports), __exportStar(require("./polar"), exports), | ||
__exportStar(require("./text"), exports); | ||
}), __exportStar(require("./object"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,2 @@ | ||
export * from './transform/tick-data'; | ||
export * from './utils'; | ||
export * from './algorithm'; | ||
export * from './spec'; |
@@ -1,7 +0,3 @@ | ||
export * from "./transform/tick-data"; | ||
export * from "./utils"; | ||
export * from "./algorithm"; | ||
export * from "./spec"; |
@@ -1,4 +0,4 @@ | ||
import { isArray, isBoolean, isDate, isNumber, isString, isValid } from "@visactor/vutils"; | ||
import { isArray, isBoolean, isDate, isNumber, isString, isValid, isHTMLElement } from "@visactor/vutils"; | ||
import { isDataView, isHTMLElement } from "./common"; | ||
import { isDataView } from "@visactor/vdataset"; | ||
@@ -5,0 +5,0 @@ export function cloneDeepSpec(spec, excludeKeys = [ "data" ]) { |
export * from './clone-deep'; | ||
export * from './common'; | ||
export * from './merge-spec'; |
export * from "./clone-deep"; | ||
export * from "./common"; | ||
export * from "./merge-spec"; | ||
//# sourceMappingURL=index.js.map |
export * from './object'; | ||
export * from './polar'; | ||
export * from './text'; |
export * from "./object"; | ||
export * from "./polar"; | ||
export * from "./text"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@visactor/vutils-extension", | ||
"version": "1.11.2-alpha.3", | ||
"version": "1.11.2-alpha.4", | ||
"description": "The extension module for VUtil from VisActor", | ||
@@ -14,14 +14,7 @@ "sideEffects": false, | ||
], | ||
"peerDependencies": { | ||
"@visactor/vrender-core": ">=0.18", | ||
"@visactor/vrender-components": ">=0.18" | ||
}, | ||
"dependencies": { | ||
"@visactor/vutils": "~0.18.6", | ||
"@visactor/vdataset": "~0.18.6", | ||
"@visactor/vscale": "~0.18.6" | ||
"@visactor/vutils": "~0.18.9", | ||
"@visactor/vdataset": "~0.18.9" | ||
}, | ||
"devDependencies": { | ||
"@visactor/vrender-core": "0.19.4", | ||
"@visactor/vrender-components": "0.19.4", | ||
"@rushstack/eslint-patch": "~1.1.4", | ||
@@ -28,0 +21,0 @@ "eslint": "~8.18.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
22
47756
38
269
1
- Removed@visactor/vscale@~0.18.6
- Removed@resvg/resvg-js@2.4.1(transitive)
- Removed@resvg/resvg-js-android-arm-eabi@2.4.1(transitive)
- Removed@resvg/resvg-js-android-arm64@2.4.1(transitive)
- Removed@resvg/resvg-js-darwin-arm64@2.4.1(transitive)
- Removed@resvg/resvg-js-darwin-x64@2.4.1(transitive)
- Removed@resvg/resvg-js-linux-arm-gnueabihf@2.4.1(transitive)
- Removed@resvg/resvg-js-linux-arm64-gnu@2.4.1(transitive)
- Removed@resvg/resvg-js-linux-arm64-musl@2.4.1(transitive)
- Removed@resvg/resvg-js-linux-x64-gnu@2.4.1(transitive)
- Removed@resvg/resvg-js-linux-x64-musl@2.4.1(transitive)
- Removed@resvg/resvg-js-win32-arm64-msvc@2.4.1(transitive)
- Removed@resvg/resvg-js-win32-ia32-msvc@2.4.1(transitive)
- Removed@resvg/resvg-js-win32-x64-msvc@2.4.1(transitive)
- Removed@visactor/vrender-components@0.21.11(transitive)
- Removed@visactor/vrender-core@0.21.11(transitive)
- Removed@visactor/vrender-kits@0.21.11(transitive)
- Removed@visactor/vscale@0.18.180.19.3(transitive)
- Removed@visactor/vutils@0.19.3(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedgifuct-js@2.1.2(transitive)
- Removedjs-binary-schema-parser@2.0.3(transitive)
- Removedpath-data-parser@0.1.0(transitive)
- Removedpoints-on-curve@0.2.0(transitive)
- Removedpoints-on-path@0.2.1(transitive)
- Removedroughjs@4.5.2(transitive)
Updated@visactor/vdataset@~0.18.9
Updated@visactor/vutils@~0.18.9