@pzlr/build-core
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -55,3 +55,3 @@ declare namespace PzlrBuildCore { | ||
static getAll(names?: string[]): Promise<Block[]>; | ||
static getAll(names?: string[]): Promise<Map<string, Block>>; | ||
@@ -58,0 +58,0 @@ readonly name: string; |
@@ -7,3 +7,3 @@ { | ||
"typings": "index.d.ts", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "author": { |
57431