@lit-labs/gen-manifest
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -80,3 +80,3 @@ /** | ||
return { | ||
name: declaration.name, | ||
name: declaration.name, // TODO(kschaaf) name isn't optional in CEM | ||
...convertCommonInfo(declaration), | ||
@@ -219,3 +219,3 @@ }; | ||
name: event.name, | ||
type: transformIfNotEmpty(event.type, convertType) ?? { text: 'Event' }, | ||
type: transformIfNotEmpty(event.type, convertType) ?? { text: 'Event' }, // TODO(kschaaf) type isn't optional in CEM | ||
description: ifNotEmpty(event.description), | ||
@@ -222,0 +222,0 @@ summary: ifNotEmpty(event.summary), |
{ | ||
"name": "@lit-labs/gen-manifest", | ||
"description": "Code generator for generating Custom Elements Manifests for Lit components", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": "Google LLC", | ||
@@ -51,3 +51,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@lit-labs/analyzer": "^0.11.0", | ||
"@lit-labs/analyzer": "^0.12.0", | ||
"@lit-labs/gen-utils": "^0.3.0", | ||
@@ -54,0 +54,0 @@ "custom-elements-manifest": "^2.0.0" |
11689
+ Added@lit-labs/analyzer@0.12.1(transitive)
- Removed@lit-labs/analyzer@0.11.1(transitive)
Updated@lit-labs/analyzer@^0.12.0