@mybricks/sdk-for-app
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -24,2 +24,3 @@ "use strict"; | ||
fileName: name || `${fileId || uuid()}.png`, | ||
noHash: true | ||
})); | ||
@@ -26,0 +27,0 @@ return res.url; |
@@ -30,2 +30,3 @@ import staticServer from "../upload/staticServer"; | ||
fileName: name || `${fileId || uuid()}.png`, | ||
noHash: true | ||
})) as { url: string }; | ||
@@ -32,0 +33,0 @@ |
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "SDK for application UI", | ||
@@ -5,0 +5,0 @@ "scripts": { |
307074
8094