dumi-assets-types
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0
{ | ||
"name": "dumi-assets-types", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0", | ||
"description": "Type definition for UI assets that build from dumi", | ||
@@ -20,3 +20,3 @@ "types": "typings/index.d.ts", | ||
"license": "MIT", | ||
"gitHead": "4eabf17d6bbf4999927665c6ae597ae53f67423c" | ||
"gitHead": "aa46fc0f45e1860c3e0dbc61dadb8d343ff8fcc8" | ||
} |
@@ -6,7 +6,3 @@ /** | ||
export interface AtomPropsDefinition { | ||
/** | ||
* export name | ||
*/ | ||
[key: string]: { | ||
export type AtomPropsDefinition = Record<string, { | ||
/** | ||
@@ -38,4 +34,3 @@ * component property name | ||
required?: true; | ||
}[]; | ||
} | ||
}[]>; | ||
@@ -42,0 +37,0 @@ export default interface AtomAsset { |
@@ -53,4 +53,3 @@ export interface ExampleBaseAsset { | ||
*/ | ||
dependencies: { | ||
[key: string]: { | ||
dependencies: Record<string, { | ||
/** | ||
@@ -68,4 +67,3 @@ * Dependency type | ||
value: string; | ||
}; | ||
}; | ||
}>; | ||
} | ||
@@ -72,0 +70,0 @@ |
@@ -1,3 +0,3 @@ | ||
import AtomAsset from './atom'; | ||
import ExampleAsset from './example'; | ||
import type AtomAsset from './atom'; | ||
import type ExampleAsset from './example'; | ||
@@ -4,0 +4,0 @@ export { default as AtomAsset } from './atom'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5429
5
0
175