@opendesign/manifest-ts
Advanced tools
Comparing version 3.0.0-alpha.39 to 3.0.0-alpha.40
@@ -46,2 +46,3 @@ /** | ||
name: string | ||
meta?: components['schemas']['PageMeta'] | ||
children: components['schemas']['EntityId'][] | ||
@@ -62,2 +63,3 @@ description?: string | ||
name: string | ||
meta?: components['schemas']['LibraryMeta'] | ||
children: components['schemas']['DependencyId'][] | ||
@@ -97,2 +99,3 @@ location?: components['schemas']['ResourceLocation'] | ||
name: string | ||
meta?: components['schemas']['ChunkMeta'] | ||
type: 'STYLE_LAYER' | 'STYLE_FILL' | 'STYLE_TEXT' | 'STYLE_EFFECT' | 'STYLE_GRID' | ||
@@ -112,2 +115,3 @@ location: components['schemas']['ResourceLocation'] | ||
description?: string | ||
meta?: components['schemas']['ComponentSetMeta'] | ||
} | ||
@@ -186,3 +190,20 @@ /** If component is variant of other component this describes that relation. Otherwise missing. */ | ||
globalId?: string | ||
originalId?: string | ||
} | ||
/** ComponentSet meta information */ | ||
ComponentSetMeta: { | ||
originalId?: string | ||
} | ||
/** Page meta information */ | ||
PageMeta: { | ||
originalId?: string | ||
} | ||
/** Library meta information */ | ||
LibraryMeta: { | ||
originalId?: string | ||
} | ||
/** Chunk meta information */ | ||
ChunkMeta: { | ||
originalId?: string | ||
} | ||
} | ||
@@ -189,0 +210,0 @@ } |
{ | ||
"name": "@opendesign/manifest-ts", | ||
"version": "3.0.0-alpha.39", | ||
"version": "3.0.0-alpha.40", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist/manifest.ts", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7030
206
0