Comparing version 2.0.1 to 2.0.2-alpha
@@ -38,3 +38,3 @@ /** | ||
/** id */ | ||
id?: string; | ||
id?: DataSchemaAreaId; | ||
/** | ||
@@ -61,3 +61,2 @@ * 设置轴查询时对应的类型 | ||
/** 是否显示该区块 */ | ||
show?: boolean; | ||
/** 其他扩展字段 */ | ||
@@ -64,0 +63,0 @@ [key: string]: any; |
@@ -13,4 +13,4 @@ /** | ||
interface PatternDepend { | ||
id: StyleSchemaDependId; | ||
pattern: string; | ||
id?: StyleSchemaDependId; | ||
pattern?: string; | ||
} | ||
@@ -17,0 +17,0 @@ declare type StyleSchemaBaseDepend = ValueDepend | PatternDepend; |
{ | ||
"name": "bi-types", | ||
"version": "2.0.1", | ||
"npmVersion": "2.0.0-beta.10", | ||
"version": "2.0.2-alpha", | ||
"npmVersion": "2.0.2", | ||
"dependencies": {}, | ||
@@ -6,0 +6,0 @@ "main": "dist/main", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
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
1
26100
807
2