@bikeshaving/crank
Advanced tools
Comparing version 0.3.4 to 0.3.5
# Changelog | ||
## [0.3.5] - 2020-09-17 | ||
### Fixed | ||
- Added ChildIterable type to exports to deal with TypeScript errors (#156). | ||
## [0.3.4] - 2020-09-09 | ||
@@ -3,0 +6,0 @@ ### Fixed |
@@ -57,3 +57,3 @@ /** | ||
export declare type Child = Element | string | number | boolean | null | undefined; | ||
interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
export interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
} | ||
@@ -60,0 +60,0 @@ /** |
@@ -57,3 +57,3 @@ /** | ||
export declare type Child = Element | string | number | boolean | null | undefined; | ||
interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
export interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
} | ||
@@ -60,0 +60,0 @@ /** |
{ | ||
"name": "@bikeshaving/crank", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Write JSX-driven components with functions, promises and generators.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://crank.js.org", |
@@ -57,3 +57,3 @@ /** | ||
export declare type Child = Element | string | number | boolean | null | undefined; | ||
interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
export interface ChildIterable extends Iterable<Child | ChildIterable> { | ||
} | ||
@@ -60,0 +60,0 @@ /** |
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
296986