@aliyun-sls/dashboardshare
Advanced tools
Comparing version 0.3.10-dev-1 to 0.3.10-dev-2
{ | ||
"name": "@aliyun-sls/dashboardshare", | ||
"version": "0.3.10-dev-1", | ||
"version": "0.3.10-dev-2", | ||
"description": "", | ||
@@ -12,4 +12,4 @@ "main": "dist/dashboardshare.cjs.js", | ||
"dependencies": { | ||
"@aliyun-sls/interface": "0.3.10-dev-1", | ||
"@aliyun-sls/i18n": "0.3.10-dev-1", | ||
"@aliyun-sls/interface": "0.3.10-dev-2", | ||
"@aliyun-sls/i18n": "0.3.10-dev-2", | ||
"lodash": "^4.17.21", | ||
@@ -16,0 +16,0 @@ "moment": "^2.24.0", |
@@ -16,3 +16,2 @@ import { DashboardChart } from '@aliyun-sls/interface' | ||
import { migrateTopoChart } from './chartMigrate/migrateTopoChart' | ||
import { migrateDroplistChart } from './chartMigrate/migrateDroplistChart' | ||
@@ -62,5 +61,2 @@ | ||
transform: migrateTopoChart | ||
}, | ||
autoTransformDroplist: { | ||
transform: migrateDroplistChart | ||
} | ||
@@ -67,0 +63,0 @@ } |
Sorry, the diff of this file is too big to display
214122
46
6622
+ Added@aliyun-sls/i18n@0.3.10-dev-2(transitive)
+ Added@aliyun-sls/interface@0.3.10-dev-2(transitive)
- Removed@aliyun-sls/i18n@0.3.10-dev-1(transitive)
- Removed@aliyun-sls/interface@0.3.10-dev-1(transitive)