@psdk/frame-father
Advanced tools
Comparing version 0.2.55 to 0.2.56
@@ -58,2 +58,4 @@ "use strict"; | ||
return this; | ||
if (argument == '') | ||
return this; | ||
super.append(appendat); | ||
@@ -60,0 +62,0 @@ return this; |
@@ -20,4 +20,4 @@ "use strict"; | ||
DEF_ENABLED_NEWLINE: true, | ||
DEF_WRITE_CHUNK_SIZE: 1024, | ||
DEF_WRITE_CHUNK_SIZE: 512, | ||
EMPTY_BYTES: new Uint8Array([]), | ||
}; |
{ | ||
"name": "@psdk/frame-father", | ||
"version": "0.2.55", | ||
"version": "0.2.56", | ||
"description": "psdk", | ||
@@ -55,3 +55,3 @@ "main": "build/index.js", | ||
], | ||
"gitHead": "7c6391f1508dfee01d447694aef4200d3741414f" | ||
"gitHead": "d9f7956fc95c14f3986caa8209f496326ecdd8b5" | ||
} |
85006
2241